Hi ,
While running build we encountered exception in iwserver.log and due to that plc not working .Please find attached file and provide some feedback
NoSuchMethodException is typically an indicator of mismatched libraries in the classpath or incorrectly configured spring beans.
Did you recently change this bean definition?
Did you recently apply a patch, or change JAR files in any way?
Did you recently run a build that may have undone parts of a patch previously installed?
Actually , multiple users are working on this server and running build frequently no body touched the bean setting ,also no patch being applied but some jars being added .Please tell how to revert changes so that .war gets deployed after restart .Please the exception below in server.log:
--- Incompletely deployed packages ---org.jboss.deployment.DeploymentInfo@f6643195 { url=file:/opt/Interwoven/ApplicationContainer/server/default/deploy/iw-wcmweb.ear/iw-teamsite.war/ } deployer: MBeanProxyExt[jboss.web:service=WebServer] status: Deployment FAILED reason: URL file:/opt/Interwoven/ApplicationContainer/server/default/deploy/iw-wcmweb.ear/iw-teamsite.war/ deployment failed state: FAILED watch: file:/opt/Interwoven/ApplicationContainer/server/default/deploy/iw-wcmweb.ear/iw-teamsite.war/WEB-INF/web.xml altDD: null lastDeployed: 1410339438556 lastModified: 1387381272000 mbeans:org.jboss.deployment.DeploymentInfo@a5f4c549 { url=file:/opt/Interwoven/ApplicationContainer/server/default/deploy/iw-wcmweb.ear/iw-wfm.war/ } deployer: MBeanProxyExt[jboss.web:service=WebServer] status: Created state: CREATED watch: file:/opt/Interwoven/ApplicationContainer/server/default/deploy/iw-wcmweb.ear/iw-wfm.war/WEB-INF/web.xml altDD: null lastDeployed: 1410339438565 lastModified: 1387381370000 mbeans:org.jboss.deployment.DeploymentInfo@d7923523 { url=file:/opt/Interwoven/ApplicationContainer/server/default/deploy/iw-wcmweb.ear/ } deployer: org.jboss.deployment.EARDeployer@19ed7e status: Deployment FAILED reason: URL file:/opt/Interwoven/ApplicationContainer/server/default/deploy/iw-wcmweb.ear/iw-teamsite.war/ deployment failed state: FAILED watch: file:/opt/Interwoven/ApplicationContainer/server/default/deploy/iw-wcmweb.ear/META-INF/application.xml altDD: null lastDeployed: 1410339438566 lastModified: 1387381505000 mbeans:--- MBeans waiting for other MBeans ---ObjectName: jboss.web.deployment:war=iw-teamsite.war,id=-161205867 State: FAILED Reason: org.jboss.deployment.DeploymentException: URL file:/opt/Interwoven/ApplicationContainer/server/default/deploy/iw-wcmweb.ear/iw-teamsite.war/ deployment failed--- MBEANS THAT ARE THE ROOT CAUSE OF THE PROBLEM ---ObjectName: jboss.web.deployment:war=iw-teamsite.war,id=-161205867 State: FAILED Reason: org.jboss.deployment.DeploymentException: URL file:/opt/Interwoven/ApplicationContainer/server/default/deploy/iw-wcmweb.ear/iw-teamsite.war/ deployment failed14:27:26,047 INFO [Server] JBoss (MX MicroKernel) [4.2.3.GA (build: SVNTag=JBoss_4_2_3_GA date=200807181439)] Started in 1m:12s:66ms
gauravTsDev wrote: Actually , multiple users are working on this server and running build frequently no body touched the bean setting ,also no patch being applied but some jars being added .Please tell how to revert changes so that .war gets deployed after restart .
Actually , multiple users are working on this server and running build frequently no body touched the bean setting ,also no patch being applied but some jars being added .Please tell how to revert changes so that .war gets deployed after restart .
Well it's quite simple really. Whoever broke it should undo the changes they just made and run a build again.