Results 1 to 1 of 1
- 08-25-2008, 03:09 PM #1
Member
- Join Date
- Aug 2008
- Posts
- 1
- Rep Power
- 0
Weblogic 5.0 runtime error with EJB 1.0
Hi,
i am having problem while running my EJB 1 jars on Weblogic5.0 with toplink
This is my environment:
- WebLogic 5.0 on SunOS 5.8 Generic_117350-54 using Oracle
- Solaris VM (build Solaris_JDK_1.2.2_17b, native threads, sunwjit)
Wed Aug 20 09:49:57 GMT+01:00 2008:<I> <JDBC Init> Creating Tx DataSource named weblogic.jdbc.jts.socgen for socgen pool
Wed Aug 20 09:49:57 GMT+01:00 2008:<I> <JMS> Beginning startup process
Wed Aug 20 09:49:57 GMT+01:00 2008:<I> <JMS> Init JMS Security
Wed Aug 20 09:49:57 GMT+01:00 2008:<I> <JMS> Initializing from weblogic.properties
Wed Aug 20 09:49:57 GMT+01:00 2008:<I> <JMS> Startup process complete. JMS is active
Wed Aug 20 09:49:57 GMT+01:00 2008:<I> <JMS> Bound SessionPoolManager as weblogic.jms.SessionPoolManager
Wed Aug 20 09:49:57 GMT+01:00 2008:<I> <JMS> Bound ConnectionConsumerManager as weblogic.jms.ConnectionConsumerManager
Wed Aug 20 09:49:57 GMT+01:00 2008:<I> <WebLogicServer> Invoking main-style startup RMI Registry weblogic.rmi.internal.RegistryImpl
Wed Aug 20 09:49:57 GMT+01:00 2008:<I> <RMI> Registry started
Wed Aug 20 09:49:57 GMT+01:00 2008:<I> <EJB> Enterprise JavaBeans initializing
Wed Aug 20 09:50:06 GMT+01:00 2008:<E> <EJB> Could not deploy: '/webwork/jars_Jun/webwork-ejb-entities.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 setup the CMP Deployer associated with this bean.; nested exception is:
weblogic.ejb.persistence.PersistenceLoadingExcepti on: Could not setup PersistenceType for bean 'webbank.OptionHoldingHome'.
Error occurred while processing persistence type 'TOPLink for WebLogic'.
Due to the following underlying exceptions:
/C:/development/source/java/lib/toplink-cmp_2_5_1.dtd (No such file or directory)
weblogic.ejb.persistence.PersistenceLoadingExcepti on: Could not setup PersistenceType for bean 'webwork.OptionHoldingHome'.
Error occurred while processing persistence type 'TOPLink for WebLogic'.
Due to the following underlying exceptions:
/C:/development/source/java/lib/toplink-cmp_2_5_1.dtd (No such file or directory)
at weblogic.ejb.persistence.PersistenceType.setupDepl oyer(PersistenceType.java:407)
at weblogic.ejb.internal.StatefulEJBHome.initializeEn tityEjbStore(StatefulEJBHome.java:440)
at weblogic.ejb.internal.StatefulEJBHome.setup(Statef ulEJBHome.java:294)
at weblogic.ejb.internal.EJBHomeImpl.setup(EJBHomeImp l.java:625)
at weblogic.ejb.internal.EJBDeploymentImpl.setupBeanH ome(EJBDeploymentImpl.java:580)
at weblogic.ejb.internal.EJBDeploymentImpl.deployBean s(EJBDeploymentImpl.java:388)
at weblogic.ejb.internal.EJBDeploymentImpl.deploy(EJB DeploymentImpl.java:335)
at weblogic.ejb.internal.EJBJarDeployment.deploy(EJBJ arDeployment.java:231)
at weblogic.ejb.internal.EJBManagerImpl.deploy(EJBMan agerImpl.java:360)
at weblogic.ejb.internal.EJBManagerImpl.deployNew(EJB ManagerImpl.java:349)
at weblogic.ejb.internal.EJBManagerImpl.deploy(EJBMan agerImpl.java:316)
at weblogic.ejb.internal.EJBManagerImpl.deployBeans(E JBManagerImpl.java:629)
at weblogic.ejb.internal.EJBManagerImpl.<init>(EJBMan agerImpl.java:239)
at weblogic.t3.srvr.T3Srvr.start(T3Srvr.java:1305)
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)
Kindly help....
Similar Threads
-
Runtime error : BOOTSTRAP server
By vishnuvardhan.h in forum New To JavaReplies: 0Last Post: 08-12-2008, 10:59 AM -
Tapestry, Eclipse- Tomcat/Weblogic <jwcid> issue - Please help
By apmaddali in forum Web FrameworksReplies: 0Last Post: 04-21-2008, 06:21 AM -
runtime method
By roo7 in forum Advanced JavaReplies: 5Last Post: 11-30-2007, 04:35 AM -
Exception Failed to Generate Wrapper Class on WebLogic
By christina in forum New To JavaReplies: 1Last Post: 08-07-2007, 02:15 AM -
Which statement is throwing a runtime error....
By money123 in forum New To JavaReplies: 1Last Post: 07-30-2007, 12:55 PM


LinkBack URL
About LinkBacks
Reply With Quote
Bookmarks