"chrisodom" wrote : Currently I have been trying to deploy a J2EE application 
in JBoss 4.0.3SP1. Below is a copy of my applicaiton.xml file with the ERROR I 
recieve upon start up. Due to the fact the the ERROR is so general and gives me 
no information at all I am hoping that someone out there has seen this problem 
and can tell me why my war file fails to deploy.
  | 
  | {application.xml} 
  | <xml version="1.0" encoding="UTF-8"?><application version="1.4" 
xmlns="http://java.sun.com/xml/ns/j2ee"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; 
xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee 
http://java.sun.com/xml/ns/j2ee/application_1_4.xsd";>
  |   | <module>
  |   |    <java>eso-common.jar</java>
  |   | </module>
  |   | <module>
  |   |    <java>eso-ejbClient.jar</java>
  |   | </module>
  |   | <module>
  |   |    <ejb>eso-ejb.jar</ejb>
  |   | </module>
  |   | <module>
  |   |    <web>
  |   |       <web-uri>eso-web.war</web-uri>
  |   |       <context-root></context-root>
  |   |    </web>
  |   | </module>
  |   | </application>
  | {console output}
  | 10:53:35,355 INFO  [EJBDeployer] Deployed: 
file:/C:/Java/jboss-4.0.3/server/default/deploy/eso-ear/eso-ejb.jar
  | 10:53:43,772 INFO  [TomcatDeployer] deploy, ctxPath=/eso-web, 
warUrl=.../tmp/deploy/tmp28166eso-web-exp.war/
  | 10:53:44,271 INFO  [TomcatDeployer] deploy, ctxPath=/jmx-console, 
warUrl=.../deploy/jmx-console.war/
  | 10:53:44,552 ERROR [URLDeploymentScanner] Incomplete Deployment listing:
  | 
  | --- Packages waiting for a deployer ---
  | [EMAIL PROTECTED] { 
url=file:/C:/Java/jboss-4.0.3/server/default/deploy/eso-ear/META-INF/application.xml
 }
  |   deployer: null
  |   status: null
  |   state: INIT_WAITING_DEPLOYER
  |   watch: 
file:/C:/Java/jboss-4.0.3/server/default/deploy/eso-ear/META-INF/application.xml
  |   altDD: null
  |   lastDeployed: 1141750424537
  |   lastModified: 1141750424537
  |   mbeans:
  | 
  | --- Incompletely deployed packages ---
  | [EMAIL PROTECTED] { 
url=file:/C:/Java/jboss-4.0.3/server/default/deploy/eso-ear/META-INF/application.xml
 }
  |   deployer: null
  |   status: null
  |   state: INIT_WAITING_DEPLOYER
  |   watch: 
file:/C:/Java/jboss-4.0.3/server/default/deploy/eso-ear/META-INF/application.xml
  |   altDD: null
  |   lastDeployed: 1141750424537
  |   lastModified: 1141750424537
  |   mbeans:
  | 
  | I am using JBoss IDE 1.5 to package and deploy to my JBoss 4.0.3SP1 
installation.

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3928525#3928525

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3928525


-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
_______________________________________________
JBoss-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to