[jboss-user] [Beginners Corner] - Problem to deploy
evafiadis
do-not-reply at jboss.com
Thu Nov 8 14:19:15 EST 2007
Hello, i have a problem to deploy a new version of my application to jboss.
I rename the old jar and war files, i copy the new files to deploy folder and when i start the server i get the following error:
007-11-08 09:39:08,109 ERROR [STDERR] Nov 8, 2007 9:39:08 AM java.util.jar.Attributes read
WARNING: Duplicate name in Manifest: Class-Path
2007-11-08 09:39:08,109 ERROR [STDERR] Nov 8, 2007 9:39:08 AM java.util.jar.Attributes read
WARNING: Duplicate name in Manifest: Class-Path
2007-11-08 09:39:08,109 ERROR [STDERR] Nov 8, 2007 9:39:08 AM java.util.jar.Attributes read
WARNING: Duplicate name in Manifest: Class-Path
2007-11-08 09:39:08,109 ERROR [STDERR] Nov 8, 2007 9:39:08 AM java.util.jar.Attributes read
WARNING: Duplicate name in Manifest: Class-Path
2007-11-08 09:39:08,125 ERROR [STDERR] Nov 8, 2007 9:39:08 AM java.util.jar.Attributes read
WARNING: Duplicate name in Manifest: Class-Path
2007-11-08 09:39:08,125 ERROR [STDERR] Nov 8, 2007 9:39:08 AM java.util.jar.Attributes read
WARNING: Duplicate name in Manifest: Class-Path
2007-11-08 09:39:08,125 ERROR [STDERR] Nov 8, 2007 9:39:08 AM java.util.jar.Attributes read
WARNING: Duplicate name in Manifest: Class-Path
2007-11-08 09:39:13,141 ERROR [STDERR] Nov 8, 2007 9:39:13 AM java.util.jar.Attributes read
WARNING: Duplicate name in Manifest: Class-Path
2007-11-08 09:39:13,141 ERROR [STDERR] Nov 8, 2007 9:39:13 AM java.util.jar.Attributes read
WARNING: Duplicate name in Manifest: Class-Path
2007-11-08 09:39:13,141 ERROR [STDERR] Nov 8, 2007 9:39:13 AM java.util.jar.Attributes read
WARNING: Duplicate name in Manifest: Class-Path
2007-11-08 09:39:13,141 ERROR [STDERR] Nov 8, 2007 9:39:13 AM java.util.jar.Attributes read
WARNING: Duplicate name in Manifest: Class-Path
2007-11-08 09:39:13,156 ERROR [STDERR] Nov 8, 2007 9:39:13 AM java.util.jar.Attributes read
WARNING: Duplicate name in Manifest: Class-Path
2007-11-08 09:39:13,156 ERROR [STDERR] Nov 8, 2007 9:39:13 AM java.util.jar.Attributes read
WARNING: Duplicate name in Manifest: Class-Path
2007-11-08 09:39:13,156 ERROR [STDERR] Nov 8, 2007 9:39:13 AM java.util.jar.Attributes read
WARNING: Duplicate name in Manifest: Class-Path
2007-11-08 09:39:16,203 ERROR [org.jboss.deployment.scanner.URLDeploymentScanner] MBeanException: Exception in MBean operation 'checkIncompleteDeployments()'
Cause: Incomplete Deployment listing:
Packages waiting for a deployer:
[org.jboss.deployment.DeploymentInfo at 660f5654 { url=file:/D:/jboss-3.2.0_tomcat-4.1.24/server/default/deploy/ebillejbs.jarold }
deployer: null
status: null
state: INIT_WAITING_DEPLOYER
watch: file:/D:/jboss-3.2.0_tomcat-4.1.24/server/default/deploy/ebillejbs.jarold
lastDeployed: 1194507554391
lastModified: 1194507554391
mbeans:
, org.jboss.deployment.DeploymentInfo at 563caff4 { url=file:/D:/jboss-3.2.0_tomcat-4.1.24/server/default/deploy/ebillejbs.jarold2 }
deployer: null
status: null
state: INIT_WAITING_DEPLOYER
watch: file:/D:/jboss-3.2.0_tomcat-4.1.24/server/default/deploy/ebillejbs.jarold2
lastDeployed: 1194507554422
lastModified: 1194507554406
mbeans:
, org.jboss.deployment.DeploymentInfo at 138a37f { url=file:/D:/jboss-3.2.0_tomcat-4.1.24/server/default/deploy/ebillweb.warold }
deployer: null
status: null
state: INIT_WAITING_DEPLOYER
watch: file:/D:/jboss-3.2.0_tomcat-4.1.24/server/default/deploy/ebillweb.warold
lastDeployed: 1194507554531
lastModified: 1194507554531
My new files are ebillweb.war and ebillejbs.jar. I rename the old files
to ebillweb.warold, ebillejbs.jarold. It seems that the server does not
look for the new war and jar. What is the problem?
Thank u!
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4103046#4103046
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4103046
More information about the jboss-user
mailing list