I have got two jboss 3.2.4 on windows xp. They see each other. But, when I deploy a war application on the farm directory of one AS I got the following error (FileNotFoundException: C:\jboss-3.2.4\server \all\farm\dag.war (Access Denied) ), and my application is not copied in the other AS. Do you have any clues for me? Thanks U.
18:19:40,859 INFO [Log4jService$URLWatchTimerTask] Configuring from URL: resour ce:log4j.xml 18:20:23,484 INFO [TomcatDeployer] undeploy, ctxPath=/dag, warUrl=file:/C:/jbos s-3.2.4/server/all/farm/dag.war/ 18:20:23,734 INFO [TomcatDeployer] deploy, ctxPath=/dag, warUrl=file:/C:/jboss- 3.2.4/server/all/farm/dag.war/ 18:20:23,953 ERROR [STDERR] java.io.FileNotFoundException: C:\jboss-3.2.4\server \all\farm\dag.war (Access Denied) 18:20:23,953 ERROR [STDERR] at java.io.FileInputStream.open(Native Method) 18:20:23,953 ERROR [STDERR] at java.io.FileInputStream.(FileInputStrea m.java:103) 18:20:23,953 ERROR [STDERR] at org.jboss.ha.framework.server.FarmMemberServi ce.getFileContent(FarmMemberService.java:330) 18:20:23,968 ERROR [STDERR] at org.jboss.ha.framework.server.FarmMemberServi ce.deploy(FarmMemberService.java:400) 18:20:23,968 ERROR [STDERR] at org.jboss.deployment.scanner.URLDeploymentSca nner.scan(URLDeploymentScanner.java:460) 18:20:23,968 ERROR [STDERR] at org.jboss.deployment.scanner.AbstractDeployme ntScanner$ScannerThread.doScan(AbstractDeploymentScanner.java:201) 18:20:23,968 ERROR [STDERR] at org.jboss.deployment.scanner.AbstractDeployme ntScanner$ScannerThread.loop(AbstractDeploymentScanner.java:212) 18:20:23,968 ERROR [STDERR] at org.jboss.deployment.scanner.AbstractDeployme ntScanner$ScannerThread.run(AbstractDeploymentScanner.java:191) 18:20:24,000 ERROR [FarmMemberService] java.io.FileNotFoundException: C:\jboss-3 .2.4\server\all\farm\dag.war (Access Denied) View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3844147#3844147 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3844147 ------------------------------------------------------- This SF.Net email is sponsored by OSTG. Have you noticed the changes on Linux.com, ITManagersJournal and NewsForge in the past few weeks? Now, one more big change to announce. We are now OSTG- Open Source Technology Group. Come see the changes on the new OSTG site. www.ostg.com _______________________________________________ JBoss-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-user
