If they've said it once, they've said it a thousand times.
POST weblogic questions to weblogic newsgroup
POST websphere questions to websphere newsgroup
POST vendor questions to vendor newsgroup
A simple pattern. Quit posting vendor specific stuff on this list!
-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, September 27, 2000 9:59 AM
To: [EMAIL PROTECTED]
Subject: WebLogic 5.1 Deployment Exception
Hi,
I get the following exception when launching WebLogic 5.1 server using the
startWeblogic.cmd script. I DO NOT get that error (the EJB deploys fine)
when using the wlserver.exe program to start the server. I launched
wlconfig.exe to get all parameters used by wlserver.exe, and put them in
the script but the problem is still there.
It looks like a jndi problem but I have a jndi.properties file correctly
setup in the <weblogic>\jre1_2\jre\lib directory.
Has anyone ever had that problem before ? Can anyone please give me a hint
? Thanks !!
[...]
Tue Sep 26 20:16:22 EDT 2000:<I> <EJB> Enterprise JavaBeans initializing
Tue Sep 26 20:16:24 EDT 2000:<E> <EJB> Could not deploy:
'D:/weblogic/myserver/ims2EJB/DEPLOYABLE_test.jar'
Possible reasons include:
1. The bean or an interface class has been modified but the deployment descriptor has
not been updated
2. The database mappings in the deployment descriptor do not match the database
definition
3. The jar file is not a valid jar file
4. The jar file does not contain a valid bean
weblogic.ejb.common.DeploymentException: Could not instantiate EJBObject.; nested
exception is:
javax.naming.NameNotFoundException: 'ims.test/TestSessionHome_EO'; remaining
name 'ims.test/TestSessionHome_EO'
javax.naming.NameNotFoundException: 'ims.test/TestSessionHome_EO'; remaining name
'ims.test/TestSessionHome_EO'
at weblogic.jndi.toolkit.BasicWLContext.resolveName(BasicWLContext.java,
Compiled Code)
at
weblogic.jndi.toolkit.BasicWLContext.resolveNameToStore(BasicWLContext.java, Compiled
Code)
at
weblogic.jndi.toolkit.BasicWLContext.resolveNameToParentStore(BasicWLContext.java,
Compiled Code)
at weblogic.jndi.toolkit.BasicWLContext.rebind(BasicWLContext.java:229)
at
weblogic.jndi.toolkit.ReplicatedWLContext.rebind(ReplicatedWLContext.java:91)
at weblogic.jndi.toolkit.BasicWLContext.rebind(BasicWLContext.java:580)
at weblogic.ejb.internal.StatelessEJBHome.setup(StatelessEJBHome.java:127)
at weblogic.ejb.internal.EJBHomeImpl.setup(EJBHomeImpl.java:600)
at
weblogic.ejb.internal.EJBDeploymentImpl.setupBeanHome(EJBDeploymentImpl.java:576)
at weblogic.ejb.internal.EJBDeploymentImpl.deployBeans(EJBDeploymentImpl.java,
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(EJBManagerImpl.java, 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(EJBManagerImpl.java,
Compiled Code)
at weblogic.ejb.internal.EJBManagerImpl.<init>(EJBManagerImpl.java:242)
at weblogic.t3.srvr.T3Srvr.start(T3Srvr.java, Compiled Code)
at weblogic.t3.srvr.T3Srvr.main(T3Srvr.java:825)
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)
Tue Sep 26 20:16:24 EDT 2000:<I> <EJB> 0 EJB jar files loaded, containing 0 EJBs
===========================================================================
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff EJB-INTEREST". For general help, send email to
[EMAIL PROTECTED] and include in the body of the message "help".
===========================================================================
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff EJB-INTEREST". For general help, send email to
[EMAIL PROTECTED] and include in the body of the message "help".