Hi, I am having the same problem under JBoss 3.2.6
I try to deploy a war file on the running server and I get the same error | 2005-02-25 15:01:26,815 DEBUG [org.jboss.deployment.scanner.URLDeploymentScanner] Failed to deploy: [EMAIL PROTECTED] url=file:/C:/jboss-3.2.6/server/default/deploy/pblink.war, deployedLastModified=0 } | org.jboss.deployment.DeploymentException: url file:/C:/jboss-3.2.6/server/default/deploy/pblink.war could not be opened, does it exist? | at org.jboss.deployment.DeploymentInfo.<init>(DeploymentInfo.java:173) | at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:603) | at sun.reflect.GeneratedMethodAccessor18.invoke(Unknown Source) | at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) | at java.lang.reflect.Method.invoke(Method.java:324) | at org.jboss.mx.server.ReflectedDispatcher.dispatch(ReflectedDispatcher.java:60) | at org.jboss.mx.server.Invocation.dispatch(Invocation.java:62) | at org.jboss.mx.server.Invocation.dispatch(Invocation.java:54) | at org.jboss.mx.server.Invocation.invoke(Invocation.java:82) | at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:197) | at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:473) | at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:176) | at $Proxy8.deploy(Unknown Source) | at org.jboss.deployment.scanner.URLDeploymentScanner.deploy(URLDeploymentScanner.java:304) | at org.jboss.deployment.scanner.URLDeploymentScanner.scan(URLDeploymentScanner.java:478) | at org.jboss.deployment.scanner.AbstractDeploymentScanner$ScannerThread.doScan(AbstractDeploymentScanner.java:201) | at org.jboss.deployment.scanner.AbstractDeploymentScanner$ScannerThread.loop(AbstractDeploymentScanner.java:212) | at org.jboss.deployment.scanner.AbstractDeploymentScanner$ScannerThread.run(AbstractDeploymentScanner.java:191) | 2005-02-25 15:01:26,815 DEBUG [org.jboss.deployment.scanner.URLDeploymentScanner] Watch URL for: file:/C:/jboss-3.2.6/server/default/deploy/pblink.war -> file:/C:/jboss-3.2.6/server/default/deploy/pblink.war | If I start the JBoss server with the war in the deploy directory, it works fine, but hot deployment fails. For information, I am using the "default" configuration of JBoss. Does somebody has any idea to solve that problem ? Thanks in advance Olivier View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3867911#3867911 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3867911 ------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click _______________________________________________ JBoss-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jboss-user
