Wrox Home  
Search P2P Archive for: Go

  Return to Index  

j2ee thread: StatefulEJBHome.initializeEntityEjbStore


Message #1 by "Carsten Overholt Pjeturss" <copje@o...> on Mon, 5 Aug 2002 08:16:00
Hallo !!!

I run on a Sun-Solaris 8.1
with sun Java version 1.2.2
with EJB 1.1
on weblogic 5.1

and i got this error when i try to start my weblogic.

Unable to initialize server: java.lang.NullPointerException
fatal initialization exception
java.lang.NullPointerException
	at weblogic.ejb.internal.StatefulEJBHome.initializeEntityEjbStore
(StatefulEJBHome.java:411)
	at weblogic.ejb.internal.StatefulEJBHome.setup
(StatefulEJBHome.java:293)
	at weblogic.ejb.internal.EJBHomeImpl.setup(EJBHomeImpl.java:623)
	at weblogic.ejb.internal.EJBDeploymentImpl.setupBeanHome
(EJBDeploymentImpl.java:580)
	at weblogic.ejb.internal.EJBDeploymentImpl.deployBeans(Compiled 
Code)
	at weblogic.ejb.internal.EJBDeploymentImpl.deploy
(EJBDeploymentImpl.java:335)
	at weblogic.ejb.internal.EJBJarDeployment.deploy
(EJBJarDeployment.java:231)
	at weblogic.ejb.internal.EJBManagerImpl.deploy(Compiled Code)
	at weblogic.ejb.internal.EJBManagerImpl.deployNew
(EJBManagerImpl.java:352)
	at weblogic.ejb.internal.EJBManagerImpl.deploy
(EJBManagerImpl.java:319)
	at weblogic.ejb.internal.EJBManagerImpl.deployBeans(Compiled Code)
	at weblogic.ejb.internal.EJBManagerImpl.<init>
(EJBManagerImpl.java:242)
	at weblogic.t3.srvr.T3Srvr.start(Compiled Code)
	at weblogic.t3.srvr.T3Srvr.main(T3Srvr.java:827)
	at java.lang.reflect.Method.invoke(Native Method)
	at weblogic.Server.startServerDynamically(Server.java:99)
	at weblogic.Server.main(Server.java:65)
	at weblogic.Server.main(Server.java:55)

Is there something wrong with the classpath ?

Regards

Carsten Overholt Pjetursson

  Return to Index