we are using teamsite 7.4.1 in linux box. suddenly my JBOSS got down when i trying to start i am getting the following error.
[root@dl1095 ~]# cd /apps/Interwoven/TeamSite/bin/
[root@dl1095 bin]# /etc/init.d/iw.jboss start
chown: cannot access `/apps/Interwoven/ApplicationContainer/server/default/deploy/iw-wcmweb.ear/iw-core.war/WEB-INF/conf': No such file or directory
Interwoven Application Container Starting ...
Check the logfile at /apps/Interwoven/ApplicationContainer/server/default/log/iwjboss.log
[root@dl1095 bin]#
in JBOSS.LOG
-------------------
--- Incompletely deployed packages ---
org.jboss.deployment.DeploymentInfo@8c82f2c7 { url=file:/apps/Interwoven/ApplicationContainer/server/default/deploy/iw-cc.war/ }
deployer: MBeanProxyExt[jboss.web:service=WebServer]
status: Deployment FAILED reason: URL file:/apps/Interwoven/ApplicationContainer/server/default/deploy/iw-cc.war/ deployment failed
state: FAILED
watch: file:/apps/Interwoven/ApplicationContainer/server/default/deploy/iw-cc.war/WEB-INF/web.xml
altDD: null
lastDeployed: 1428666754413
lastModified: 1428665156000
mbeans:
org.jboss.deployment.DeploymentInfo@a4c74251 { url=file:/apps/Interwoven/ApplicationContainer/server/default/deploy/iw-preview.war/ }
deployer: MBeanProxyExt[jboss.web:service=WebServer]
status: Deployment FAILED reason: URL file:/apps/Interwoven/ApplicationContainer/server/default/deploy/iw-preview.war/ deployment failed
state: FAILED
watch: file:/apps/Interwoven/ApplicationContainer/server/default/deploy/iw-preview.war/WEB-INF/web.xml
altDD: null
lastDeployed: 1428666754448
lastModified: 1428665350000
mbeans:
org.jboss.deployment.DeploymentInfo@eac46e9a { url=file:/apps/Interwoven/ApplicationContainer/server/default/deploy/iw-rta.war/ }
deployer: MBeanProxyExt[jboss.web:service=WebServer]
status: Deployment FAILED reason: URL file:/apps/Interwoven/ApplicationContainer/server/default/deploy/iw-rta.war/ deployment failed
state: FAILED
watch: file:/apps/Interwoven/ApplicationContainer/server/default/deploy/iw-rta.war/WEB-INF/web.xml
altDD: null
lastDeployed: 1428666754491
lastModified: 1428665350000
mbeans:
org.jboss.deployment.DeploymentInfo@dc0d6446 { url=file:/apps/Interwoven/ApplicationContainer/server/default/deploy/iw-wcmweb.ear/ }
deployer: org.jboss.deployment.EARDeployer@21447f
status: null
state: FAILED
watch: file:/apps/Interwoven/ApplicationContainer/server/default/deploy/iw-wcmweb.ear/
altDD: null
lastDeployed: 1428666754529
lastModified: 1428665022000
mbeans:
--- MBeans waiting for other MBeans ---
ObjectName: jboss.web.deployment:war=iw-cc.war,id=-1937575225
State: FAILED
Reason: org.jboss.deployment.DeploymentException: URL file:/apps/Interwoven/ApplicationContainer/server/default/deploy/iw-cc.war/ deployment failed
ObjectName: jboss.web.deployment:war=iw-preview.war,id=-1530445231
State: FAILED
Reason: org.jboss.deployment.DeploymentException: URL file:/apps/Interwoven/ApplicationContainer/server/default/deploy/iw-preview.war/ deployment failed
ObjectName: jboss.web.deployment:war=iw-rta.war,id=-356225382
State: FAILED
Reason: org.jboss.deployment.DeploymentException: URL file:/apps/Interwoven/ApplicationContainer/server/default/deploy/iw-rta.war/ deployment failed
--- MBEANS THAT ARE THE ROOT CAUSE OF THE PROBLEM ---
ObjectName: jboss.web.deployment:war=iw-rta.war,id=-356225382
State: FAILED
Reason: org.jboss.deployment.DeploymentException: URL file:/apps/Interwoven/ApplicationContainer/server/default/deploy/iw-rta.war/ deployment failed
ObjectName: jboss.web.deployment:war=iw-cc.war,id=-1937575225
State: FAILED
Reason: org.jboss.deployment.DeploymentException: URL file:/apps/Interwoven/ApplicationContainer/server/default/deploy/iw-cc.war/ deployment failed
ObjectName: jboss.web.deployment:war=iw-preview.war,id=-1530445231
State: FAILED
Reason: org.jboss.deployment.DeploymentException: URL file:/apps/Interwoven/ApplicationContainer/server/default/deploy/iw-preview.war/ deployment failed
Please help me to solve this
Karthik