Bugs item #555381, was opened at 2002-05-13 05:15
You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=376685&aid=555381&group_id=22866

Category: JBossServer
Group: v3.0 Rabbit Hole
Status: Open
Resolution: None
Priority: 5
Submitted By: Laurence Smith (lasmith)
Assigned to: Nobody/Anonymous (nobody)
Summary: Deployment problem

Initial Comment:
I am having trouble deploying ear files to JBoss 3.0 
rc1 running on Windows 2000 sun jdk 1.3.1. The 
autodeployer is failing to deploy my ear file giving 
the following exception:

2002-05-13 10:59:55,746 ERROR 
[org.jboss.deployment.MainDeployer] Couldn't deploy 
URL file:/C:/jboss-
3.0.0RC1/server/default/deploy/FordCredit.ear
org.jboss.deployment.DeploymentException: url 
file:/C:/jboss-
3.0.0RC1/server/default/deploy/FordCredit.ear could 
not be opened, does it exist?
        at org.jboss.deployment.DeploymentInfo.<init>
(DeploymentInfo.java:171)
        at org.jboss.deployment.MainDeployer.deploy
(MainDeployer.java:469)
        at java.lang.reflect.Method.invoke(Native 
Method)
        at 
org.jboss.mx.capability.ReflectedMBeanDispatcher.invoke
(ReflectedMBeanDispatcher.java:284)
        at org.jboss.mx.server.MBeanServerImpl.invoke
(MBeanServerImpl.java:492)
        at org.jboss.util.jmx.MBeanProxy.invoke
(MBeanProxy.java:174)
        at $Proxy4.deploy(Unknown Source)
        at 
org.jboss.deployment.scanner.URLDeploymentScanner.deplo
y(URLDeploymentScanner.java:350)
        at 
org.jboss.deployment.scanner.URLDeploymentScanner.scanD
irectory(URLDeploymentScanner.java:530)
        at 
org.jboss.deployment.scanner.URLDeploymentScanner.scan
(URLDeploymentScanner.java:410)
        at 
org.jboss.deployment.scanner.AbstractDeploymentScanner$
ScannerThread.loop(AbstractDeploymentScanner.java:202)
        at 
org.jboss.deployment.scanner.AbstractDeploymentScanner$
ScannerThread.run(AbstractDeploymentScanner.java:191)

I believe the problem to be the fact the EAR file is 
quite large. It is also being copied over a network to 
the deploy directory, which may take > 5 seconds. I 
think JBoss is trying to start the deployment BEFORE 
the file has been copied completely. Which is why it 
asks if it exists. Im not sure if this is problem with 
JBoss internal setting or one that can be set with an 
external configuration file?? When I restart JBoss the 
file is deployed without error. Or if I copy the file 
from a local directory to the deploy directory (ie/ so 
it is copied quickly) then it also works fine.

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

Comment By: Steve Wolfangel (swolfangel)
Date: 2002-05-22 13:16

Message:
Logged In: YES 
user_id=541224

I am seeing a similar problem with 3.0Beta. 
I was able to deploy my ear in previous 3.0 versions but not 
with the beta.  Here is an example message when starting 
the server. 

12:58:21,867 WARN  [MainDeployer] The manifest entry in 
file:/D:/jboss/server30/jboss-
3.0.0beta/tmp/deploy/72.MetadataServerAPI.jar references 
URL file:/D:/jboss/server30/jboss-
3.0.0beta/tmp/deploy/library/saxpath.jar which could not 
be opened, entry ignored

The problem is there no library directory under 
tmp/deploy. If I create this directory and add the jar file to 
it, it deploys fine. So it appears to me that the ear file is 
not getting exploded correctly in the tmp directory. 



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

You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=376685&aid=555381&group_id=22866

_______________________________________________________________

Don't miss the 2002 Sprint PCS Application Developer's Conference
August 25-28 in Las Vegas -- http://devcon.sprintpcs.com/adp/index.cfm

_______________________________________________
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to