weblogic server not starting from command line after adf install
Can any one help? We have weblogic server not starting from command line after adf install.
The version is 10.3.2
Basically calling startManagedServer from cron.
There look to be class path differences between using the command line and the console after ADF install. BTW this sever has been starting from command line for at least a year.
here is the startup command
export USER_MEM_ARGS='-DUseSunHttpHandler=true -Djavax.xml.soap.MessageFactory=com.sun.xml.internal.messaging.saaj.soap.ver1_1.SOAPMessageFactory1_1Impl -Xms4G -Xmx8G'
export CLASSPATH=$CLASSPATH:${MW_HOME}/user_projects/domains/${DOMAIN}/alfresco/extension/
su $RUN_AS_USER -c "nohup ${BIN_DIR}/startManagedWebLogic.sh ${MGDSRV} ${ADMIN_URL} &> ${LOG_DIR}/managed_start.out &"
The version is 10.3.2
Basically calling startManagedServer from cron.
There look to be class path differences between using the command line and the console after ADF install. BTW this sever has been starting from command line for at least a year.
here is the startup command
export USER_MEM_ARGS='-DUseSunHttpHandler=true -Djavax.xml.soap.MessageFactory=com.sun.xml.internal.messaging.saaj.soap.ver1_1.SOAPMessageFactory1_1Impl -Xms4G -Xmx8G'
export CLASSPATH=$CLASSPATH:${MW_HOME}/user_projects/domains/${DOMAIN}/alfresco/extension/
su $RUN_AS_USER -c "nohup ${BIN_DIR}/startManagedWebLogic.sh ${MGDSRV} ${ADMIN_URL} &> ${LOG_DIR}/managed_start.out &"
0