Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

deploying beans

0 views
Skip to first unread message

Yuri Bogdanov

unread,
Mar 21, 2002, 4:40:23 PM3/21/02
to

I am using weblogic510sp8..
and try to solve memory leaks problems with JProbe..
However, I can not start weblogic properly from JProbe...
Error:
Thu Mar 21 16:19:17 EST 2002:<E> <EJB> Could not deploy: 'myserver/query.jar':
file is not a valid jar file, or d
contain a valid bean

weblogic.ejb.common.DeploymentException: DeploymentException opening JAR file
myserver/query.jar; nested exceptio
weblogic.ejb.deployment.JarLoadException - with nested exception:
[weblogic.ejb.common.DeploymentException: Problem creating deployment myserver/query.jar
from myserver/query.jar;
java.lang.NoClassDefFoundError]
at java.lang.Throwable.<init>(Compiled Code)
at java.lang.Exception.<init>(Compiled Code)
at java.io.IOException.<init>(Compiled Code)
at java.rmi.RemoteException.<init>(RemoteException.java:33)
at weblogic.ejb.common.DeploymentException.<init>(DeploymentException.java:20)
at weblogic.ejb.internal.EJBManagerImpl.deploy(EJBManagerImpl.java:309)
at weblogic.ejb.internal.EJBManagerImpl.deployBeans(Compiled Code)
at weblogic.ejb.internal.EJBManagerImpl.<init>(EJBManagerImpl.java:239)
at weblogic.t3.srvr.T3Srvr.start(Compiled Code)
at weblogic.t3.srvr.T3Srvr.main(T3Srvr.java:827)
at weblogic.Server.startServerDynamically(Server.java:99)
at weblogic.Server.main(Server.java:65)
at weblogic.Server.main(Server.java:55)


Did anybody see it? What should I try to solve this?
I know I have to have weblogic510sp8boot.jar and weblogic510sp8.jar in JAVA_PATH
- I do not have them... still does not work


0 new messages