Bugs item #555381, was opened at 2002-05-13 10: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.

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

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

_______________________________________________________________

Have big pipes? SourceForge.net is looking for download mirrors. We supply
the hardware. You get the recognition. Email Us: [EMAIL PROTECTED]
_______________________________________________
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to