[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Please Help Deployment the weirdest error I ever had in
jaikiran
do-not-reply at jboss.com
Wed Jun 3 05:55:31 EDT 2009
You are running the "all" server configuration which means a clustered server. From the server.log that you posted the number of members in this cluster is just 1 (this single system):
| 2009-05-28 16:43:12,159 INFO [org.jboss.ha.framework.interfaces.HAPartition.DefaultPartition] Number of cluster members: 1
| 2009-05-28 16:43:12,159 INFO [org.jboss.ha.framework.interfaces.HAPartition.DefaultPartition] Other members: 0
|
So i guess we can rule out the war being picked up from some other system in the cluster.
In the "all" configuration there's also a %JBOSS_HOME%/server/all/farm folder which is scanned for deployments. Make sure the old war is not in that folder.
Finally, the server.log that you posted seems to be set at INFO level. If you set the threshold for the FILE appender in %JBOSS_HOME%/server/all/conf/log4j.xml you will be able to find the exact location of the war file that is being picked up. Like this:
| 2009-06-03 15:17:17,681 DEBUG [org.jboss.web.tomcat.service.TomcatDeployer] warURL: file:/xxx/zzz/yyy/jboss-4.2.3.GA/server/default/deploy/jboss-web.deployer/ROOT.war/
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4234913#4234913
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4234913
More information about the jboss-user
mailing list