You can see the following error in an adop log file.
[UNEXPECTED]Error occurred running “sh $INST_TOP/apps/TEST_tst/admin/scripts/adadminsrvctl.sh start -nopromptmsg -silent forcepatchfs”[UNEXPECTED]Error running adadminsrvctl command
[UNEXPECTED]Error occurred starting Admin Server
[UNEXPECTED]Cutover phase has failed.
In addition, the following error stack exist in “$LOG_HOME/appl/admin/log/adadminsrvctl.txt” .
09/02/21-14:58:01 :: adadminsrvctl.sh: exiting with status 1
================================================================================
: adadminsrvctl.sh version 120.10.12020000.10
Validated the passed arguments for the option ebs-get-serverstatus
AdminServer is currently not running.
Validated the passed arguments for the option ebs-nmstart-adminsrv
Checking if the Admin Server is already up.
The Admin Server is not already up.
FMW Version is 11.1.1.9
Checking if the Node Manager is already up..
Connecting to Node Manager …
Successfully Connected to Node Manager.
The Node Manager is already up.
Starting server AdminServer …
Error Starting server AdminServer: weblogic.nodemanager.NMException: Server ‘AdminServer’ has already been started
ERROR: Unable to connect the AdminServer.
StackTrace:
java.io.IOException
at weblogic.management.remote.common.ClientProviderBase.makeConnection(ClientProviderBase.java:212)
at weblogic.management.remote.common.ClientProviderBase.newJMXConnector(ClientProviderBase.java:97)
at javax.management.remote.JMXConnectorFactory.newJMXConnector(JMXConnectorFactory.java:369)
at javax.management.remote.JMXConnectorFactory.connect(JMXConnectorFactory.java:267)
at oracle.apps.ad.util.WLUtil.initMBeanServerConnection(WLUtil.java:131)
at oracle.apps.ad.tools.configuration.EBSProvisioner.ebs_nmstart_adminsrv(EBSProvisioner.java:3680)
at oracle.apps.ad.tools.configuration.EBSProvisioner.ebs_nmstart_adminsrv(EBSProvisioner.java:3866)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:606)
at oracle.apps.ad.tools.configuration.EBSProvisioner.main(EBSProvisioner.java:8834)
Caused by: javax.naming.CommunicationException [Root exception is java.net.ConnectException: ://test.new.com:7000: Destination unreachable; nested exception is:
java.net.ConnectException: Connection refused; No available router to destination]
at weblogic.jndi.internal.ExceptionTranslator.toNamingException(ExceptionTranslator.java:40)
at weblogic.jndi.WLInitialContextFactoryDelegate.toNamingException(WLInitialContextFactoryDelegate.java:792)
Cause:
An old nodemanager.log.lck still exists under $FMW_HOME(RUNfilesystem)/wlserver_10.3/common/nodemanager/nmHome1.
Solution:
Rename or remove $FMW_HOME(RUNfilesystem)/wlserver_10.3/common/nodemanager/nmHome1/nodemanager.log.lck and retry cutover.