Davey, here is part of my oms.nohup file
This part it lists 16 times in a row
This part is where I actually start getting errorsjava.lang.NullPointerException:
at java.util.Hashtable.get(Hashtable.java:259)
at oracle.sysman.vxa.VxaAppServer.connectionLost(VxaAppServer.java:1474)
at oracle.sysman.vdg.VdgAgentGatewayImpl.initiateExitAndRestart(VdgAgentGatewayImpl.java:689)
at oracle.sysman.vdg.vdgConn.VdgConnection.pollForConnectionEvents(VdgConnection.java:2087)
at oracle.sysman.vdg.vdgConn.VdgListenThread.inConnPollLoop_(VdgListenThread.java:427)
at oracle.sysman.vdg.vdgConn.VdgListenThread.run(VdgListenThread.java:362)
at oracle.sysman.vtaGallery.threadPoolManager.WorkerThread.run(Worker.java:271)
It then repeats the FIRST Statement that it repeated 16 times previously for another 2 times.oracle.sysman.vxx.vxxo.VxxoNameNotFoundException: VXX-2009 : Could not find service context
at oracle.sysman.vxx.vxxo.VxxoEMORB.getNextBindName(VxxoEMORB.java:813)
at oracle.sysman.vxx.vxxo.VxxoEMORB.bind(VxxoEMORB.java:333)
at oracle.sysman.vxa.VxaAppServer.cacheServiceIOR(VxaAppServer.java:1904)
at oracle.sysman.vxa.VxaAppServer.main(VxaAppServer.java:3150)
exception VxaInvalidStateException{wstring reason="VXA-3032 : Error in attempting to bind OMS Services over ORB. Shutting down oms";}
It then has this error
I also get 3 errors in my windows event viewer as follows.Error starting Oracle Management Server. java.lang.NullPointerException:
at java.util.Hashtable.get(Hashtable.java:259)
at oracle.sysman.vxa.VxaAppServer.stopServices(VxaAppServer.java:1406)
at oracle.sysman.vxa.VxaAppServer.exit(VxaAppServer.java:2533)
at oracle.sysman.vxa.VxaAppServer.main(VxaAppServer.java:3166)
java.lang.NullPointerException:
at java.util.Hashtable.get(Hashtable.java:259)
at oracle.sysman.vxa.VxaAppServer.stopServices(VxaAppServer.java:1406)
at oracle.sysman.vxa.VxaAppServer.exit(VxaAppServer.java:2533)
at oracle.sysman.vxa.VxaAppServer.main(VxaAppServer.java:3166)
java.lang.NullPointerException:
at java.util.Hashtable.get(Hashtable.java:259)
at oracle.sysman.vxa.VxaAppServer.connectionLost(VxaAppServer.java:1474)
at oracle.sysman.vdg.VdgAgentGatewayImpl.initiateExitAndRestart(VdgAgentGatewayImpl.java:689)
at oracle.sysman.vdg.vdgConn.VdgConnection.pollForConnectionEvents(VdgConnection.java:2087)
at oracle.sysman.vdg.vdgConn.VdgListenThread.inConnPollLoop_(VdgListenThread.java:427)
at oracle.sysman.vdg.vdgConn.VdgListenThread.run(VdgListenThread.java:362)
at oracle.sysman.vtaGallery.threadPoolManager.WorkerThread.run(Worker.java:271)
"Could not start management server. Initialization failure"
Here is my omsconfig.propertiesThe process termination failed for JRE. %2.
The service has terminated abnormally. See the file C:\oracle\ora92\sysman\log\oms.nohup for details.
I can tnsping oemrep and it pings fine so I know the system is up and the listener is listening. I also used the complete EMCA wizard to create it all and the user so I know this is set up properly. But for some reason I cannot get it to work. The OMS server will not start, even after a reinstall. I uninstalled and reinstalled the JRE, pdated environment variables etc.#OMS Configuration Properties
#Fri Nov 19 17:11:11 CST 2004
OEM.REPOSITORY.PASSWORD=35fc7dde5f32b331
oem.BootHost=localhost
OEM.EMCA_SHOW_WELCOME_PAGE=true
OEM.REPOSITORY.DATABASE=(DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(Host=TOSHIBA)(Port=1521))(CONNECT_DATA= (SID=OEMREP)))
OEM.REPOSITORY.LAST_CREATED_SID=OEMREP
oem.BootPort=7771
OEM.REPOSITORY.USER=TOMR
OEM.REPOSITORY.DATABASE_ORIG=TOSHIBA:1521:OEMREP
About the only thing I have not done is uninstall Windows and reinstall it. I have another machine here which is an XP SP2 with much more memory and a Faster CPU setup. I will attempt th same install and see what happens and keep you posted. I want to find out if it might be some sort of software/hardware conflict on this machine affecting it.




Reply With Quote