6 Replies Latest reply on Dec 8, 2008 12:53 PM by peterj

    Problems running JBoss

    macn0ble

      Hello, I've tried to install AlfrescoWAR & JBoss 4.2.2 to CentOS5 and and have faced some difficulties-I've followed the instructions in

      http://wiki.alfresco.com/wiki/Deploying_WAR_JBoss

      &

      http://wiki.alfresco.com/wiki/Install_On_Jboss_4.2.0

      but for some reason or another, when i tried to run my jboss server it gave these lines-

      10:39:27,638 WARN [BasicMBeanRegistry] javax.management.MBeanRegistrationException: preRegister() failed: [ObjectName='jboss.remoting:service=NetworkRegistry', Class=org.jboss.remoting.network.NetworkRegistry (org.jboss.remoting.network.NetworkRegistry@ea48be)]
      10:39:27,680 ERROR [MainDeployer] Could not create deployment: file:/opt/jboss/server/default/conf/jboss-service.xml
      org.jboss.deployment.DeploymentException: - nested throwable: (java.lang.reflect.InvocationTargetException)
       at org.jboss.system.ServiceConfigurator.install(ServiceConfigurator.java:196)
       at org.jboss.system.ServiceController.install(ServiceController.java:226)
       at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
       at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
       at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
       at java.lang.reflect.Method.invoke(Method.java:597)
       at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155)
       at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94)
       at org.jboss.mx.server.Invocation.invoke(Invocation.java:86)
       at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264)
       at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659)
       at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:210)
       at $Proxy4.install(Unknown Source)
       at org.jboss.deployment.SARDeployer.create(SARDeployer.java:249)
       at org.jboss.deployment.MainDeployer.create(MainDeployer.java:969)
       at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:818)
       at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:782)
       at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:766)
       at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
       at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
       at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
       at java.lang.reflect.Method.invoke(Method.java:597)
       at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155)
       at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94)
       at org.jboss.mx.interceptor.AbstractInterceptor.invoke(AbstractInterceptor.java:133)
       at org.jboss.mx.server.Invocation.invoke(Invocation.java:88)
       at org.jboss.mx.interceptor.ModelMBeanOperationInterceptor.invoke(ModelMBeanOperationInterceptor.java:142)
       at org.jboss.mx.server.Invocation.invoke(Invocation.java:88)
       at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264)
       at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659)
       at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:210)
       at $Proxy5.deploy(Unknown Source)
       at org.jboss.system.server.ServerImpl.doStart(ServerImpl.java:482)
       at org.jboss.system.server.ServerImpl.start(ServerImpl.java:362)
       at org.jboss.Main.boot(Main.java:200)
       at org.jboss.Main$1.run(Main.java:508)
       at java.lang.Thread.run(Thread.java:619)
      Caused by: java.lang.reflect.InvocationTargetException
       at org.jboss.mx.server.MBeanServerImpl.registerMBean(MBeanServerImpl.java:1451)
       at org.jboss.mx.server.MBeanServerImpl.registerMBean(MBeanServerImpl.java:1350)
       at org.jboss.mx.server.MBeanServerImpl.createMBean(MBeanServerImpl.java:345)
       at org.jboss.system.ServiceCreator.install(ServiceCreator.java:157)
       at org.jboss.system.ServiceConfigurator.internalInstall(ServiceConfigurator.java:451)
       at org.jboss.system.ServiceConfigurator.install(ServiceConfigurator.java:171)
       ... 36 more
      Caused by: javax.management.MBeanException
       at org.jboss.mx.interceptor.ReflectedDispatcher.handleInvocationExceptions(ReflectedDispatcher.java:180)
       at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:163)
       at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94)
       at org.jboss.mx.interceptor.AbstractInterceptor.invoke(AbstractInterceptor.java:133)
       at org.jboss.mx.server.Invocation.invoke(Invocation.java:88)
       at org.jboss.mx.interceptor.ModelMBeanOperationInterceptor.invoke(ModelMBeanOperationInterceptor.java:142)
       at org.jboss.mx.server.Invocation.invoke(Invocation.java:88)
       at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264)
       at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659)
       at org.jboss.mx.server.MBeanServerImpl$3.run(MBeanServerImpl.java:1422)
       at java.security.AccessController.doPrivileged(Native Method)
       at org.jboss.mx.server.MBeanServerImpl.registerMBean(MBeanServerImpl.java:1417)
       ... 41 more
      Caused by: javax.management.MBeanRegistrationException: preRegister() failed: [ObjectName='jboss.remoting:service=NetworkRegistry', Class=org.jboss.remoting.network.NetworkRegistry (org.jboss.remoting.network.NetworkRegistry@ea48be)]
       at org.jboss.mx.server.registry.BasicMBeanRegistry.invokePreRegister(BasicMBeanRegistry.java:713)
       at org.jboss.mx.server.registry.BasicMBeanRegistry.registerMBean(BasicMBeanRegistry.java:211)
       at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
       at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
       at java.lang.reflect.Method.invoke(Method.java:597)
       at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155)
       ... 51 more
      Caused by: java.lang.RuntimeException: Exception creating identity: ws172.ltsp: ws172.ltsp
       at org.jboss.remoting.ident.Identity.get(Identity.java:211)
       at org.jboss.remoting.network.NetworkRegistry.preRegister(NetworkRegistry.java:268)
       at org.jboss.mx.server.AbstractMBeanInvoker.invokePreRegister(AbstractMBeanInvoker.java:966)
       at org.jboss.mx.modelmbean.ModelMBeanInvoker.invokePreRegister(ModelMBeanInvoker.java:489)
       at org.jboss.mx.server.AbstractMBeanInvoker.preRegister(AbstractMBeanInvoker.java:654)
       at org.jboss.mx.server.registry.BasicMBeanRegistry.invokePreRegister(BasicMBeanRegistry.java:697)
       ... 56 more
      Failed to boot JBoss:
      org.jboss.deployment.DeploymentException: - nested throwable: (java.lang.reflect.InvocationTargetException)
       at org.jboss.system.ServiceConfigurator.install(ServiceConfigurator.java:196)
       at org.jboss.system.ServiceController.install(ServiceController.java:226)
       at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
       at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
       at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
       at java.lang.reflect.Method.invoke(Method.java:597)
       at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155)
       at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94)
       at org.jboss.mx.server.Invocation.invoke(Invocation.java:86)
       at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264)
       at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659)
       at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:210)
       at $Proxy4.install(Unknown Source)
       at org.jboss.deployment.SARDeployer.create(SARDeployer.java:249)
       at org.jboss.deployment.MainDeployer.create(MainDeployer.java:969)
       at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:818)
       at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:782)
       at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:766)
       at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
       at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
       at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
       at java.lang.reflect.Method.invoke(Method.java:597)
       at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155)
       at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94)
       at org.jboss.mx.interceptor.AbstractInterceptor.invoke(AbstractInterceptor.java:133)
       at org.jboss.mx.server.Invocation.invoke(Invocation.java:88)
       at org.jboss.mx.interceptor.ModelMBeanOperationInterceptor.invoke(ModelMBeanOperationInterceptor.java:142)
       at org.jboss.mx.server.Invocation.invoke(Invocation.java:88)
       at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264)
       at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659)
       at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:210)
       at $Proxy5.deploy(Unknown Source)
       at org.jboss.system.server.ServerImpl.doStart(ServerImpl.java:482)
       at org.jboss.system.server.ServerImpl.start(ServerImpl.java:362)
       at org.jboss.Main.boot(Main.java:200)
       at org.jboss.Main$1.run(Main.java:508)
       at java.lang.Thread.run(Thread.java:619)
      Caused by: java.lang.reflect.InvocationTargetException
       at org.jboss.mx.server.MBeanServerImpl.registerMBean(MBeanServerImpl.java:1451)
       at org.jboss.mx.server.MBeanServerImpl.registerMBean(MBeanServerImpl.java:1350)
       at org.jboss.mx.server.MBeanServerImpl.createMBean(MBeanServerImpl.java:345)
       at org.jboss.system.ServiceCreator.install(ServiceCreator.java:157)
       at org.jboss.system.ServiceConfigurator.internalInstall(ServiceConfigurator.java:451)
       at org.jboss.system.ServiceConfigurator.install(ServiceConfigurator.java:171)
       ... 36 more
      Caused by: javax.management.MBeanException
       at org.jboss.mx.interceptor.ReflectedDispatcher.handleInvocationExceptions(ReflectedDispatcher.java:180)
       at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:163)
       at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94)
       at org.jboss.mx.interceptor.AbstractInterceptor.invoke(AbstractInterceptor.java:133)
       at org.jboss.mx.server.Invocation.invoke(Invocation.java:88)
       at org.jboss.mx.interceptor.ModelMBeanOperationInterceptor.invoke(ModelMBeanOperationInterceptor.java:142)
       at org.jboss.mx.server.Invocation.invoke(Invocation.java:88)
       at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264)
       at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659)
       at org.jboss.mx.server.MBeanServerImpl$3.run(MBeanServerImpl.java:1422)
       at java.security.AccessController.doPrivileged(Native Method)
       at org.jboss.mx.server.MBeanServerImpl.registerMBean(MBeanServerImpl.java:1417)
       ... 41 more
      Caused by: javax.management.MBeanRegistrationException: preRegister() failed: [ObjectName='jboss.remoting:service=NetworkRegistry', Class=org.jboss.remoting.network.NetworkRegistry (org.jboss.remoting.network.NetworkRegistry@ea48be)]
       at org.jboss.mx.server.registry.BasicMBeanRegistry.invokePreRegister(BasicMBeanRegistry.java:713)
       at org.jboss.mx.server.registry.BasicMBeanRegistry.registerMBean(BasicMBeanRegistry.java:211)
       at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
       at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
       at java.lang.reflect.Method.invoke(Method.java:597)
       at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155)
       ... 51 more
      Caused by: java.lang.RuntimeException: Exception creating identity: ws172.ltsp: ws172.ltsp
       at org.jboss.remoting.ident.Identity.get(Identity.java:211)
       at org.jboss.remoting.network.NetworkRegistry.preRegister(NetworkRegistry.java:268)
       at org.jboss.mx.server.AbstractMBeanInvoker.invokePreRegister(AbstractMBeanInvoker.java:966)
       at org.jboss.mx.modelmbean.ModelMBeanInvoker.invokePreRegister(ModelMBeanInvoker.java:489)
       at org.jboss.mx.server.AbstractMBeanInvoker.preRegister(AbstractMBeanInvoker.java:654)
       at org.jboss.mx.server.registry.BasicMBeanRegistry.invokePreRegister(BasicMBeanRegistry.java:697)
       ... 56 more
      10:39:27,704 INFO [Server] Runtime shutdown hook called, forceHalt: true
      10:39:27,704 INFO [Server] JBoss SHUTDOWN: Undeploying all packages
      10:39:27,735 INFO [Server] Shutdown complete
      


      Can someone please give me specific details what went wrong and good guidelines how to make it right (kinda newbie )

      Thanks!

        • 1. Re: Problems running JBoss
          jaikiran
          • 2. Re: Problems running JBoss
            jaikiran

            Here's the appropriate message from the logs that you posted:

            Caused by: java.lang.RuntimeException: Exception creating identity: ws172.ltsp: ws172.ltsp


            See Peter's reply in the thread, which i mentioned in my previous reply.


            • 3. Re: Problems running JBoss
              macn0ble

              Thanks, that helped, a bit-now getting this error->

              Incompletely deployed packages ---
              org.jboss.deployment.DeploymentInfo@3de0d9b4 { url=file:/opt/jboss/server/default/deploy/jboss-web.deployer/ROOT.war/ }
               deployer: MBeanProxyExt[jboss.web:service=WebServer]
               status: Deployment FAILED reason: URL file:/opt/jboss/server/default/deploy/jboss-web.deployer/ROOT.war/ deployment failed
               state: FAILED
               watch: file:/opt/jboss/server/default/deploy/jboss-web.deployer/ROOT.war/WEB-INF/web.xml
               altDD: null
               lastDeployed: 1203509825762
               lastModified: 1184332162000
               mbeans:
              
              org.jboss.deployment.DeploymentInfo@94cd1669 { url=file:/opt/jboss/server/default/deploy/http-invoker.sar/invoker.war/ }
               deployer: MBeanProxyExt[jboss.web:service=WebServer]
               status: Deployment FAILED reason: URL file:/opt/jboss/server/default/deploy/http-invoker.sar/invoker.war/ deployment failed
               state: FAILED
               watch: file:/opt/jboss/server/default/deploy/http-invoker.sar/invoker.war/WEB-INF/web.xml
               altDD: null
               lastDeployed: 1203509827748
               lastModified: 1184332052000
               mbeans:
              
              org.jboss.deployment.DeploymentInfo@c73ae333 { url=file:/opt/jboss/server/default/deploy/jbossws.sar/jbossws-context.war }
               deployer: MBeanProxyExt[jboss.web:service=WebServer]
               status: Deployment FAILED reason: URL file:/opt/jboss/server/default/tmp/deploy/tmp51984jbossws-context-exp.war/ deployment failed
               state: FAILED
               watch: file:/opt/jboss/server/default/deploy/jbossws.sar/jbossws-context.war
               altDD: null
               lastDeployed: 1203509828185
               lastModified: 1203509828000
               mbeans:
              
              org.jboss.deployment.DeploymentInfo@6f999367 { url=file:/opt/jboss/server/default/deploy/jms/jbossmq-httpil.sar/jbossmq-httpil.war/ }
               deployer: MBeanProxyExt[jboss.web:service=WebServer]
               status: Deployment FAILED reason: URL file:/opt/jboss/server/default/deploy/jms/jbossmq-httpil.sar/jbossmq-httpil.war/ deployment failed
               state: FAILED
               watch: file:/opt/jboss/server/default/deploy/jms/jbossmq-httpil.sar/jbossmq-httpil.war/WEB-INF/web.xml
               altDD: null
               lastDeployed: 1203509828887
               lastModified: 1184332094000
               mbeans:
              
              org.jboss.deployment.DeploymentInfo@54c83b97 { url=file:/opt/jboss/server/default/deploy/alfresco.war }
               deployer: MBeanProxyExt[jboss.web:service=WebServer]
               status: Deployment FAILED reason: URL file:/opt/jboss/server/default/tmp/deploy/tmp52013alfresco-exp.war/ deployment failed
               state: FAILED
               watch: file:/opt/jboss/server/default/deploy/alfresco.war
               altDD: null
               lastDeployed: 1203509852668
               lastModified: 1203509852000
               mbeans:
              
              org.jboss.deployment.DeploymentInfo@8fdb8302 { url=file:/opt/jboss/server/default/deploy/jmx-console.war/ }
               deployer: MBeanProxyExt[jboss.web:service=WebServer]
               status: Deployment FAILED reason: URL file:/opt/jboss/server/default/deploy/jmx-console.war/ deployment failed
               state: FAILED
               watch: file:/opt/jboss/server/default/deploy/jmx-console.war/WEB-INF/web.xml
               altDD: null
               lastDeployed: 1203509857178
               lastModified: 1184332166000
               mbeans:
              
              --- MBeans waiting for other MBeans ---
              ObjectName: jboss.web.deployment:war=ROOT.war,id=1038145972
               State: FAILED
               Reason: org.jboss.deployment.DeploymentException: URL file:/opt/jboss/server/default/deploy/jboss-web.deployer/ROOT.war/ deployment failed
              
              ObjectName: jboss.web.deployment:war=invoker.war,id=-1798498711
               State: FAILED
               Reason: org.jboss.deployment.DeploymentException: URL file:/opt/jboss/server/default/deploy/http-invoker.sar/invoker.war/ deployment failed
              
              ObjectName: jboss.web.deployment:war=jbossws-context.war,id=-952442061
               State: FAILED
               Reason: org.jboss.deployment.DeploymentException: URL file:/opt/jboss/server/default/tmp/deploy/tmp51984jbossws-context-exp.war/ deployment failed
              
              ObjectName: jboss.web.deployment:war=jbossmq-httpil.war,id=1872335719
               State: FAILED
               Reason: org.jboss.deployment.DeploymentException: URL file:/opt/jboss/server/default/deploy/jms/jbossmq-httpil.sar/jbossmq-httpil.war/ deployment failed
              
              ObjectName: jboss.web.deployment:war=web-console.war,id=435757124
               State: FAILED
               Reason: org.jboss.deployment.DeploymentException: URL file:/opt/jboss/server/default/deploy/management/console-mgr.sar/web-console.war/ deployment failed
               I Depend On:
               jboss.admin:service=PluginManager
              
              ObjectName: jboss.web.deployment:war=alfresco.war,id=1422408599
               State: FAILED
               Reason: org.jboss.deployment.DeploymentException: URL file:/opt/jboss/server/default/tmp/deploy/tmp52013alfresco-exp.war/ deployment failed
              
              ObjectName: jboss.web.deployment:war=jmx-console.war,id=-1881439486
               State: FAILED
               Reason: org.jboss.deployment.DeploymentException: URL file:/opt/jboss/server/default/deploy/jmx-console.war/ deployment failed
              
              --- MBEANS THAT ARE THE ROOT CAUSE OF THE PROBLEM ---
              ObjectName: jboss.web.deployment:war=ROOT.war,id=1038145972
               State: FAILED
               Reason: org.jboss.deployment.DeploymentException: URL file:/opt/jboss/server/default/deploy/jboss-web.deployer/ROOT.war/ deployment failed
              
              ObjectName: jboss.web.deployment:war=jbossmq-httpil.war,id=1872335719
               State: FAILED
               Reason: org.jboss.deployment.DeploymentException: URL file:/opt/jboss/server/default/deploy/jms/jbossmq-httpil.sar/jbossmq-httpil.war/ deployment failed
              
              ObjectName: jboss.web.deployment:war=jmx-console.war,id=-1881439486
               State: FAILED
               Reason: org.jboss.deployment.DeploymentException: URL file:/opt/jboss/server/default/deploy/jmx-console.war/ deployment failed
              
              ObjectName: jboss.web.deployment:war=jbossws-context.war,id=-952442061
               State: FAILED
               Reason: org.jboss.deployment.DeploymentException: URL file:/opt/jboss/server/default/tmp/deploy/tmp51984jbossws-context-exp.war/ deployment failed
              
              ObjectName: jboss.web.deployment:war=invoker.war,id=-1798498711
               State: FAILED
               Reason: org.jboss.deployment.DeploymentException: URL file:/opt/jboss/server/default/deploy/http-invoker.sar/invoker.war/ deployment failed
              
              ObjectName: jboss.web.deployment:war=alfresco.war,id=1422408599
               State: FAILED
               Reason: org.jboss.deployment.DeploymentException: URL file:/opt/jboss/server/default/tmp/deploy/tmp52013alfresco-exp.war/ deployment failed
              
              ObjectName: jboss.web.deployment:war=web-console.war,id=435757124
               State: FAILED
               Reason: org.jboss.deployment.DeploymentException: URL file:/opt/jboss/server/default/deploy/management/console-mgr.sar/web-console.war/ deployment failed
               I Depend On:
               jboss.admin:service=PluginManager
              
              
              14:17:37,813 INFO [Http11Protocol] Starting Coyote HTTP/1.1 on http-127.0.0.1-8080
              14:17:37,855 INFO [AjpProtocol] Starting Coyote AJP/1.3 on ajp-127.0.0.1-8009
              14:17:37,896 INFO [Server] JBoss (MX MicroKernel) [4.2.1.GA (build: SVNTag=JBoss_4_2_1_GA date=200707131605)] Started in 58s:915ms


              Any hints?

              • 4. Re: Problems running JBoss
                jaikiran

                You will be seeing the actual exceptions somewhere at the beginning of the logs. Post those here.

                • 5. Re: Problems running JBoss
                  aditya.choudhury

                  I have install jboss-4.0.5.GA into two server machine.
                  In one server machine i have install content engine (C.E 4.0.0) and in other i have install application engine (A.E 4.0).
                  While running the A.E i am getting the below error message:-


                  --- MBeans waiting for other MBeans ---
                  ObjectName: jboss.web.deployment:war=Workplace.war,id=-826012584
                  State: FAILED
                  Reason: org.jboss.deployment.DeploymentException: URL file:/C:/jboss-4.0.5.GA/
                  server/default/tmp/deploy/tmp54737Workplace-exp.war/ deployment failed

                  --- MBEANS THAT ARE THE ROOT CAUSE OF THE PROBLEM ---
                  ObjectName: jboss.web.deployment:war=Workplace.war,id=-826012584
                  State: FAILED
                  Reason: org.jboss.deployment.DeploymentException: URL file:/C:/jboss-4.0.5.GA/
                  server/default/tmp/deploy/tmp54737Workplace-exp.war/ deployment failed


                  10:09:03,376 INFO [Http11BaseProtocol] Starting Coyote HTTP/1.1 on http-0.0.0.0
                  -8080
                  10:09:04,329 INFO [ChannelSocket] JK: ajp13 listening on /0.0.0.0:8009
                  10:09:04,407 INFO [JkMain] Jk running ID=0 time=0/187 config=null
                  10:09:04,532 INFO [Server] JBoss (MX MicroKernel) [4.0.5.GA (build: CVSTag=Bran
                  ch_4_0 date=200610162339)] Started in 2m:28s:295ms

                  Please let me know how I can run the Filenet application without any error.
                  Thanks in advance

                  • 6. Re: Problems running JBoss
                    peterj

                    Aditya, I am not sure why you posted to an old topic. In addition, why did you not follow the suggestion made by Jaikiran - without that information we cannot help you.

                    "jaikiran" wrote:
                    You will be seeing the actual exceptions somewhere at the beginning of the logs. Post those here.