I get the following error while trying to deploy a very simple BonusBean. Can anyone
help
"GMT+00:00 1999:<I> <EJB> Read EJB deployment descripto for: "BonusEJB.BonusHome"
Thu Nov 04 17:27:42 GMT+00:00 1999:<E> <EJB> Could not deploy:
'C:/weblogic/shine/BonusEJB/BonusBeanDD.ser'
Possible reasons include:
1. The pathname to the bean is incorrect
2. The bean or an interface class have been modified but
the deployment descriptor has not been rebuilt
3. javax_ejb.zip and/or javax_jts.zip are not in the classpath
4. A class that the bean or the interface classes depend on
is not in the EJB jar file or the classpath
5. The database mappings in the deployment descriptor do not
match the database definition
Thu Nov 04 17:27:42 GMT+00:00 1999:<E> <EJB> weblogic.ejb.common.DeploymentException:
Unexpected I/O exception during deployment:
weblogic.ejb.common.DeploymentException: Custom home class
'shine.BonusEJB.BonusBeanHomeImpl' specified in the deployment descriptor for:
'shine.BonusEJB.BonusBean' was not found.
at weblogic.ejb.internal.EJBDeployment.deployBeanInfo(EJBDeployment.java:328)
at weblogic.ejb.internal.EJBDeployment.deploy(Compiled Code)
at weblogic.ejb.internal.EJBManagerImpl.deploy(EJBManagerImpl.java:213)
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 java.lang.reflect.Method.invoke(Native Method)
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:479)
at weblogic.ejb.internal.EJBManagerImpl.deploy(EJBManagerImpl.java:218)
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 java.lang.reflect.Method.invoke(Native Method)
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:479)
Thu Nov 04 17:27:43 GMT+00:00 1999:<I> <EJB> 0 EJBs were deployed using .ser files."
Thanks in advance.
===========================================================================
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".