Strange error in Oracle Application Server 10g 10.1.3.3 I have tried to start it using opmnctl startall and it finish with following error:
12/02/26 17:52:09 Oracle Containers for J2EE 10g (10.1.3.3.0) initialized 12/02/26 17:52:09 WARNING: OC4J will not send ONS ProcReadyPort messages to opmn for service: OC4JServiceInfo id: null protocol: jms hostname: null port: 126 08 description: null 12/02/26 17:52:09 null hostname was null
I got the solution.... Problem was with jms.sate file located in
$ORACLE_HOME/j2ee/home/persistence $ORACLE_HOME/j2ee/[other OC4J]/persistence it got corrupted may be during some faulty oc4j stop process. I deleted jms.sate file and restared the OAS Services ... it worked.
Happy Learning --SreeneLabels: Oracle AS 10g null protocol issue |