• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • paul wheaton
  • Jeanne Boyarsky
  • Ron McLeod
Sheriffs:
  • Paul Clapham
  • Liutauras Vilda
  • Devaka Cooray
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
Bartenders:

Exception while starting the Adminserver

 
Greenhorn
Posts: 14
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi I got this tracefile, when I�m starting the Websphere Adminserver (4.03 Advanced Server with 4.1 Enterprise Edition usind DB2 UDB 7.2 with JDBC 2.0):
************ Start Display Current Environment ************
WebSphere AE 4.0.1 a0131.07 running with process name STUSV101/__adminServer and process id 2840
Host Operating System is Windows 2000, version 5.0
Java version = J2RE 1.3.0 IBM build cn130-20010609 (JIT enabled: jitc), Java Compiler = jitc
server.root = D:\WebSphere\AppServer
Java Home = D:\WebSphere\AppServer\java\jre
ws.ext.dirs = D:/WebSphere/AppServer/java/lib;D:/WebSphere/AppServer/classes;D:/WebSphere/AppServer/lib;D:/WebSphere/AppServer/lib/ext;D:/db2/SQLLIB/java/db2java.zip
Classpath = D:/WebSphere/AppServer/properties;D:/WebSphere/AppServer/lib/bootstrap.jar
Java Library path = D:\WebSphere\AppServer\java\bin;.;C:\WINNT\System32;C:\WINNT;D:\\WebSphere\\AppServer\\bin;D:\\db2\\SQLLIB\\bin;D:\\db2\\SQLLIB\\function;D:\\WebSphere\\AppServer\\java\\bin;D:\IBMDebug\bin;D:\Program Files\ibm\gsk5\lib;C:\WINNT\system32;C:\WINNT;C:\WINNT\System32\Wbem;c:\program files\cvs for nt;C:\WINNT\system32\nls;C:\WINNT\system32\nls\ENGLISH;C:\Inoculan;D:\db2\SQLLIB\BIN;D:\db2\SQLLIB\FUNCTION;D:\db2\SQLLIB\SAMPLES\REPL;D:\db2\SQLLIB\HELP;D:\db2\IBM\IMNNQ;D:\WebSphere\AppServer\bin;
Current trace specification =
************* End Display Current Environment *************
[02.09.25 16:16:03:804 GMT+02:00] 154861b4 Server U Version : 4.0.1
[02.09.25 16:16:04:285 GMT+02:00] 154861b4 Server U Edition: Advanced Edition for Multiplatforms
[02.09.25 16:16:04:295 GMT+02:00] 154861b4 Server U Build date: Thu Aug 09 00:00:00 GMT+02:00 2001
[02.09.25 16:16:04:295 GMT+02:00] 154861b4 Server U Build number: a0131.07
[02.09.25 16:16:06:017 GMT+02:00] 154861b4 ORBRas W com.ibm.CORBA.iiop.Util Util P=364725 =0:CT JORB0012: Als Referenz �bergeben wurde auf folgenden Wert eingestellt: true (NoLocalCopies = true)
[02.09.25 16:16:48:839 GMT+02:00] 154861b4 AdminServer X WSVR0009E: Fehler beim Start
java.lang.RuntimeException: com.ibm.ejs.EJSException: Could not register with Location Service Daemon; nested exception is:
java.lang.ClassCastException
at com.ibm.ws.runtime.Server.initializeOrb(Server.java:1440)
at com.ibm.ws.runtime.Server.initializeRuntime0(Server.java:939)
at com.ibm.ejs.sm.server.ManagedServer.initializeRuntime0(ManagedServer.java:407)
at com.ibm.ejs.sm.server.AdminServer.initializeRuntime0(AdminServer.java:1104)
at com.ibm.ws.runtime.Server.initializeRuntime(Server.java:882)
at com.ibm.ejs.sm.server.AdminServer.main(AdminServer.java:391)
at java.lang.reflect.Method.invoke(Native Method)
at com.ibm.ws.bootstrap.WSLauncher.main(WSLauncher.java:158)
[02.09.25 16:16:48:929 GMT+02:00] 154861b4 AdminServer F WSVR0067E: WebSphere-Administrationsserver konnte nicht initialisiert werden
java.lang.Throwable
at com.ibm.ejs.ras.TraceLogger.fatalEvent(TraceLogger.java:219)
at com.ibm.ejs.ras.TraceEventGeneratorImpl.fireTraceEvent(Tr.java:1402)
at com.ibm.ejs.ras.TraceEventGeneratorImpl.fireTraceEvent(Tr.java:1346)
at com.ibm.ejs.ras.Tr.fatal(Tr.java:828)
at com.ibm.ejs.sm.server.AdminServer.main(AdminServer.java:405)
at java.lang.reflect.Method.invoke(Native Method)
at com.ibm.ws.bootstrap.WSLauncher.main(WSLauncher.java:158)
[ September 30, 2002: Message edited by: Stefan Forner ]
[ September 30, 2002: Message edited by: Stefan Forner ]
 
Greenhorn
Posts: 16
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Norwiegen???
 
Ranch Hand
Posts: 179
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
WebSphere cannot connect to DB2. Ensure that you have DB2 access by connecting to DB2 from the command line using the WAS db2 userid. e.g "db2 connect to wasdb2 user wasuser".
 
Greenhorn
Posts: 4
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,
sorry if my english is poor... but i'will try to help you.
I think that there is two possibilities for your problem :
may the port is not correct so change this value for Location Service Daemon in config file:
com.ibm.ejs.sm.adminServer.lsdPort
may be the adress of your server has changed and is not correct so change this value in config file:
com.ibm.CORBA.LocalHost
bye
 
Stefan Forner
Greenhorn
Posts: 14
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I resolved the problem by adding com.ibm.CORBA.LocalHost to my Admin.config File.
But now I get a new error:
[15.10.02 10:44:54:065 CEST] 68ea9bc6 ResourceBinde I WSVR0049I: SM_DATASOURCE wird als jdbc/SM_Datasource gebunden
[15.10.02 10:44:55:808 CEST] 68ea9bc6 EJBEngine I WSVR0037I: EJB-Jar-Datei wird gestartet: Name Service
[15.10.02 10:44:59:173 CEST] 68ea9bc6 EJBEngine I WSVR0037I: EJB-Jar-Datei wird gestartet: Secure CosNaming
[15.10.02 10:45:41:383 CEST] 68ea9bc6 WsnInitCtxFac W NMSV0602E: Namensservice nicht verf?gbar. Ein ?bertragungsfehler ist aufge
eten.
[15.10.02 10:45:41:483 CEST] 68ea9bc6 EJBEngine F WSVR0036E: Fehler beim Abrufen des urspr�nglichen Namenskontexts:
[15.10.02 10:45:41:704 CEST] 68ea9bc6 SystemOut U WSVR0036E: Fehler beim Abrufen des urspr�nglichen Namenskontexts:
java.lang.Throwable
at com.ibm.ejs.ras.TraceEventGeneratorImpl.fireTraceEvent(Tr.java:1543)
at com.ibm.ejs.ras.TraceEventGeneratorImpl.fireTraceEvent(Tr.java:1428)
at com.ibm.ejs.ras.Tr.fatal(Tr.java:906)
at com.ibm.ws.runtime.EJBEngine.getContext(EJBEngine.java:299)
at com.ibm.ws.runtime.EJBEngine.addEjbModule(EJBEngine.java:400)
at com.ibm.ws.runtime.Server.startModule(Server.java:607)
at com.ibm.ejs.sm.active.ActiveModule.startModule(ActiveModule.java:511)
at com.ibm.ejs.sm.active.ActiveModule.startAction(ActiveModule.java:355)
at com.ibm.ejs.sm.active.ActiveObject.startObject(ActiveObject.java:709)
at com.ibm.ejs.sm.active.ActiveObject.start(ActiveObject.java:131)
at com.ibm.ejs.sm.active.ActiveObject.operateOnContainedObjects(ActiveObject.java:609)
at com.ibm.ejs.sm.active.ActiveEJBServer.startAction(ActiveEJBServer.java:731)
at com.ibm.ejs.sm.active.ActiveObject.startObject(ActiveObject.java:709)
at com.ibm.ejs.sm.active.ActiveObject.start(ActiveObject.java:131)
at java.lang.reflect.Method.invoke(Native Method)
at com.ibm.ejs.sm.agent.AdminAgentImpl.activeObjectInvocation(AdminAgentImpl.java:93)
at com.ibm.ejs.sm.agent.AdminAgentImpl.invokeActiveObject(AdminAgentImpl.java:62)
at com.ibm.ejs.sm.server.AdminServer.startContainers(AdminServer.java:1407)
at com.ibm.ejs.sm.server.AdminServer.initializeRuntime0(AdminServer.java:1129)
at com.ibm.ws.runtime.Server.initializeRuntime(Server.java:884)
at com.ibm.ejs.sm.server.AdminServer.main(AdminServer.java:392)
at java.lang.reflect.Method.invoke(Native Method)
at com.ibm.ws.bootstrap.WSLauncher.main(WSLauncher.java:158)
 
Yeah, but how did the squirrel get in there? Was it because of the tiny ad?
Smokeless wood heat with a rocket mass heater
https://woodheat.net
reply
    Bookmark Topic Watch Topic
  • New Topic