anonymous wrote : Caused by: java.io.FileNotFoundException: D:\jboss\jboss-5.0.0.CR2\server\default\deploy\Logger.war (The process cannot access the file because it is being used by another process)
As the message says, looks like the file is being used by some other process. Do you know which other process is using it? If yes, then kill the other process and restart JBoss An FYI - JBoss AS5 GA version has been released, so you might want to move to that. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4195800#4195800 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4195800 _______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
