I'm having some probolms deploying my Entity EJB on weblogic. I think I've
got all the proper classes in my classpath and all other configurations set
correctly. But, when I add the lines:

weblogic.ejb.deploy=\
d:/weblogic/classes/com/xa/bugtrak/XaBugTrakBeanEOImpl_Descriptor.ser, \
d:/weblogic/classes/com/xa/bugtrak/XaBugTrakBeanHomeImpl_Descriptor.ser

to my weblogic.properties I get:

Fri Oct 22 10:30:32 EDT 1999:<I> <EJB> Enterprise JavaBeans initializing
Unable to initialize server: java.lang.ClassCastException: 
weblogic.service.ServiceDeploymentDescriptor
fatal initialization exception
java.lang.ClassCastException: weblogic.service.ServiceDeploymentDescriptor
        at weblogic.ejb.internal.EJBDeployment.setup(EJBDeployment.java:279)
        at weblogic.ejb.internal.EJBDeployment.setup(EJBDeployment.java:271)
        at weblogic.ejb.internal.EJBDeployment.<init>(EJBDeployment.java:232)
        at weblogic.ejb.internal.EJBManagerImpl.deploy(EJBManagerImpl.java:204)
        at weblogic.ejb.internal.EJBManagerImpl.deployBeans(Compiled Code)
        at weblogic.ejb.internal.EJBManagerImpl.<init>(EJBManagerImpl.java:126)
        at weblogic.t3.srvr.T3Srvr.start(Compiled Code)
        at weblogic.t3.srvr.T3Srvr.main(T3Srvr.java:793)
        at weblogic.Server.startServerDynamically(Server.java:87)
        at weblogic.Server.main(Server.java:61)
        at weblogic.NTServiceHelper.run(NTServiceHelper.java:19)
        at java.lang.Thread.run(Thread.java:466)

!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
WebLogic Server terminated with an abnormal condition of 1
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

But it doesn't provide any more information than that. I can't figure out
what that's supposed to mean. I wrote the EJB in Visual Age for Java 2.0
using the EJB add in and deployed it using Weblogic's Deployment Wizard.

Can anyone provide me with some clue as to what I'm screwing up?

** Martin

===========================================================================
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".

Reply via email to