  | Mailing List | | Home | | Forum Home | | JBoss - Java Application Server | | Tomcat - JSP/Servlet container | | Struts - A MVC web framework | | iText - An open source PDF Java Library | | JDOM - JDOM XML Parser | | J2EE - A mailing list for Java(tm) 2 Platform, Enterprise Edition | | JSP - A mailing list about Java Server Pages specification and reference | | J2EE Pattern - An interest list for Sun Java Center J2EE Pattern Catalog | | Servlet - A mailing list for discussion about Sun Microsystem's Java Servlet API Technology | |
Struts & Hibernate
|
|
|
  | | | - Error with EJB3 application deployment | - Error with EJB3 application deployment 2007-08-10 - By snagar
Back Hi All
I have been trying to deploy one of my application that works perfect on JBOSS 4.0.5 while on JBOSS 4.2.0 GA version it is not deployed with the ROOT CAUSE being as shown below...
What I was keen to understand is what the error " Reason: java.lang .NoClassDefFoundError: org.hibernate.cfg.EJB3DTDEntityResolver" signifies.
2007-08-10 01:09:37,667 ERROR [org.jboss.deployment.scanner .URLDeploymentScanner] Incomplete Deployment listing:
--- Incompletely deployed packages --- org.jboss.deployment.DeploymentInfo@(protected) { url=file:/data/jboss-4 (See http://oss-4.ora-code.com).2.0.GA /server/default/deploy/mail-service.xml } deployer: org.jboss.deployment.SARDeployer@(protected) status: null state: FAILED watch: file:/data/jboss-4 (See http://oss-4.ora-code.com).2.0.GA/server/default/deploy/mail-service.xml altDD: null lastDeployed: 1186688239196 lastModified: 1186688239000 mbeans:
org.jboss.deployment.DeploymentInfo@(protected) { url=file:/data/jboss-4 (See http://oss-4.ora-code.com).2.0.GA /server/default/deploy/compliancetracker.ear } deployer: org.jboss.deployment.EARDeployer@(protected) status: null state: FAILED watch: file:/data/jboss-4 (See http://oss-4.ora-code.com).2.0.GA/server/default/deploy/compliancetracker.ear altDD: null lastDeployed: 1186688243682 lastModified: 1186688243000 mbeans:
--- MBeans waiting for other MBeans --- ObjectName: jboss.j2ee:service=EJB3,module=compliancetrackerEjb.jar State: FAILED Reason: java.lang.NoClassDefFoundError : org.hibernate.cfg.EJB3DTDEntityResolver
--- MBEANS THAT ARE THE ROOT CAUSE OF THE PROBLEM --- ObjectName: jboss.j2ee:service=EJB3,module=compliancetrackerEjb.jar State: FAILED Reason: java.lang.NoClassDefFoundError : org.hibernate.cfg.EJB3DTDEntityResolver
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic &p=4072815#4072815
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode =reply&p=4072815 __ ____ ____ ____ ____ ____ ____ ____ ____ ____ jboss-user mailing list jboss-user@(protected) https://lists.jboss.org/mailman/listinfo/jboss-user
|
|
 |