Hello,

I tried to deploy the EJB3Trail.ear and my own ear archive as well but I get 
always the same error message:

15:56:34,185 ERROR [URLDeploymentScanner] Incomplete Deployment listing:

--- Packages waiting for a deployer ---
[EMAIL PROTECTED] { 
url=file:/opt/jboss-4.0.3RC1/server/all/deploy/EJB3Trail.ear }
  deployer: null
  status: null
  state: INIT_WAITING_DEPLOYER
  watch: file:/opt/jboss-4.0.3RC1/server/all/deploy/EJB3Trail.ear
  altDD: null
  lastDeployed: 1122908194183
  lastModified: 1122908194000
  mbeans:

--- Incompletely deployed packages ---
[EMAIL PROTECTED] { 
url=file:/opt/jboss-4.0.3RC1/server/all/deploy/EJB3Trail.ear }
  deployer: null
  status: null
  state: INIT_WAITING_DEPLOYER
  watch: file:/opt/jboss-4.0.3RC1/server/all/deploy/EJB3Trail.ear
  altDD: null
  lastDeployed: 1122908194183
  lastModified: 1122908194000
  mbeans:


It is also the same error message for my own archive.

The structure of my app.ear is:
-----------------------------------
META-INF/
META-INF/MANIFEST.MF
META-INF/application.xml
web.war
------------------------------------

application.xml:
----------------------------------------------------------------
application xmlns="http://java.sun.com/xml/ns/j2ee"; 
version="1.4" 
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";>
    <display-name>CalculatorTest</display-name>
    
        
            <web-uri>web.war</web-uri>
            <context-root>/Calculator</context-root>
        
    

------------------------------------------------------------------

JBoss version: JBoss4.0.3RC1 

The other thing is if I deploy the archives individually(e.g. web.war and 
ejb.ejb3) there is no error message then.

What is the problem here? I hope the informations are enough!

I appreciate any help!

Thanks,
Thomas


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

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


-------------------------------------------------------
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click
_______________________________________________
JBoss-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to