[jboss-user] [JBoss jBPM] - Problems in jbpm-3.1.4 with JBoss4.0.2

mr.sathya do-not-reply at jboss.com
Thu Mar 29 01:38:57 EDT 2007


Hi Everybody,

 I am wondering if anybody can help me to solve this problem..I am using Jbpm-3.1.4 with Jboss 4.0.2.I have successfully built then i found the following error while run that in jboss 4.0.2.

09:54:43,196 INFO  [TomcatDeployer] deploy, ctxPath=/jmx-console, warUrl=file:/E:/jboss-4.0.2/server/jbpm/deploy/jmx-co
sole.war/
09:54:43,367 ERROR [URLDeploymentScanner] Incomplete Deployment listing:

--- Incompletely deployed packages ---
org.jboss.deployment.DeploymentInfo at f0cdd3ee { url=file:/E:/jboss-4.0.2/server/jbpm/deploy/jbpm.war }
  deployer: org.jboss.web.tomcat.tc5.Tomcat5 at 14d921a
  status: Deployment FAILED reason: URL file:/E:/jboss-4.0.2/server/jbpm/tmp/deploy/tmp22064jbpm-exp.war/ deployment fa
led
  state: FAILED
  watch: file:/E:/jboss-4.0.2/server/jbpm/deploy/jbpm.war
  altDD: null
  lastDeployed: 1175142281837
  lastModified: 1175142281806
  mbeans:

--- MBeans waiting for other MBeans ---
ObjectName: jboss:service=WebService
  State: FAILED
  Reason: org.jboss.deployment.DeploymentException: No Attribute found with name: DownloadResources
  Depends On Me:
    jboss.ejb:service=EJBDeployer

ObjectName: jboss.ejb:service=EJBDeployer
  State: CONFIGURED
  I Depend On:
    jboss:service=TransactionManager
    jboss:service=WebService

ObjectName: jboss.web.deployment:id=-254946322,war=jbpm.war
  State: FAILED
  Reason: org.jboss.deployment.DeploymentException: URL file:/E:/jboss-4.0.2/server/jbpm/tmp/deploy/tmp22064jbpm-exp.wa
/ deployment failed

--- MBEANS THAT ARE THE ROOT CAUSE OF THE PROBLEM ---
ObjectName: jboss.web.deployment:id=-254946322,war=jbpm.war
  State: FAILED
  Reason: org.jboss.deployment.DeploymentException: URL file:/E:/jboss-4.0.2/server/jbpm/tmp/deploy/tmp22064jbpm-exp.wa
/ deployment failed

ObjectName: jboss:service=WebService
  State: FAILED
  Reason: org.jboss.deployment.DeploymentException: No Attribute found with name: DownloadResources
  Depends On Me:
    jboss.ejb:service=EJBDeployer


09:54:43,492 ERROR [Server] Root deployment has missing dependencies; continuing
Incomplete Deployment listing:

--- Incompletely deployed packages ---
org.jboss.deployment.DeploymentInfo at f0cdd3ee { url=file:/E:/jboss-4.0.2/server/jbpm/deploy/jbpm.war }
  deployer: org.jboss.web.tomcat.tc5.Tomcat5 at 14d921a
  status: Deployment FAILED reason: URL file:/E:/jboss-4.0.2/server/jbpm/tmp/deploy/tmp22064jbpm-exp.war/ deployment fa
led
  state: FAILED
  watch: file:/E:/jboss-4.0.2/server/jbpm/deploy/jbpm.war
  altDD: null
  lastDeployed: 1175142281837
  lastModified: 1175142281806
  mbeans:

--- MBeans waiting for other MBeans ---
ObjectName: jboss:service=WebService
  State: FAILED
  Reason: org.jboss.deployment.DeploymentException: No Attribute found with name: DownloadResources
  Depends On Me:
    jboss.ejb:service=EJBDeployer

ObjectName: jboss.ejb:service=EJBDeployer
  State: CONFIGURED
  I Depend On:
    jboss:service=TransactionManager
    jboss:service=WebService

ObjectName: jboss.web.deployment:id=-254946322,war=jbpm.war
  State: FAILED
  Reason: org.jboss.deployment.DeploymentException: URL file:/E:/jboss-4.0.2/server/jbpm/tmp/deploy/tmp22064jbpm-exp.wa
/ deployment failed

--- MBEANS THAT ARE THE ROOT CAUSE OF THE PROBLEM ---
ObjectName: jboss.web.deployment:id=-254946322,war=jbpm.war
  State: FAILED
  Reason: org.jboss.deployment.DeploymentException: URL file:/E:/jboss-4.0.2/server/jbpm/tmp/deploy/tmp22064jbpm-exp.wa
/ deployment failed

ObjectName: jboss:service=WebService
  State: FAILED
  Reason: org.jboss.deployment.DeploymentException: No Attribute found with name: DownloadResources
  Depends On Me:
    jboss.ejb:service=EJBDeployer


        at org.jboss.deployment.MainDeployer.checkIncompleteDeployments(MainDeployer.java:1286)
        at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:741)
        at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:722)
        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:324)
        at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:141)
        at org.jboss.mx.server.Invocation.dispatch(Invocation.java:80)
        at org.jboss.mx.interceptor.AbstractInterceptor.invoke(AbstractInterceptor.java:121)
        at org.jboss.mx.server.Invocation.invoke(Invocation.java:74)
        at org.jboss.mx.interceptor.ModelMBeanOperationInterceptor.invoke(ModelMBeanOperationInterceptor.java:127)
        at org.jboss.mx.server.Invocation.invoke(Invocation.java:74)
        at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:249)
        at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:644)
        at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:177)
        at $Proxy5.deploy(Unknown Source)
        at org.jboss.system.server.ServerImpl.doStart(ServerImpl.java:434)
        at org.jboss.system.server.ServerImpl.start(ServerImpl.java:315)
        at org.jboss.Main.boot(Main.java:195)
        at org.jboss.Main$1.run(Main.java:463)
        at java.lang.Thread.run(Thread.java:534)
09:54:43,664 INFO  [Http11Protocol] Starting Coyote HTTP/1.1 on http-0.0.0.0-8090
09:54:43,758 INFO  [ChannelSocket] JK: ajp13 listening on /0.0.0.0:8009
09:54:43,773 INFO  [JkMain] Jk running ID=0 time=0/46  config=null
09:54:43,773 INFO  [Server] JBoss (MX MicroKernel) [4.0.2 (build: CVSTag=JBoss_4_0_2 date=200505022023)] Started in 12s
711ms
Any suggestions would be greatly appreciated..

Thanks In advance...

-Sathya,Cranes software International

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4032624#4032624

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4032624



More information about the jboss-user mailing list