[jboss-user] [Installation, Configuration & DEPLOYMENT] - Problem creating service jboss.jca:service

jamesjmp do-not-reply at jboss.com
Tue Aug 28 05:33:49 EDT 2007


hello,
starting JBoss 4.0.5 I have the following error:
10:45:49,640 WARN  [ServiceController] Problem creating service jboss.jca:service=ConnectionFactoryDeployer
java.lang.ClassFormatError: Unknown constant tag 114 in class file org/apache/xalan/templates/ElemExsltFunction

¿any idea? thanks in advance!

This is the complete log until the error appears:

10:45:42,546 INFO  [Server] Starting JBoss (MX MicroKernel)...
10:45:42,546 INFO  [Server] Release ID: JBoss [Zion] 4.0.4.GA (build: CVSTag=JBoss_4_0_4_GA date=200605151000)
10:45:42,546 INFO  [Server] Home Dir: C:\jboss-4.0.4.GA
10:45:42,546 INFO  [Server] Home URL: file:/C:/jboss-4.0.4.GA/
10:45:42,546 INFO  [Server] Patch URL: null
10:45:42,546 INFO  [Server] Server Name: default
10:45:42,546 INFO  [Server] Server Home Dir: C:\jboss-4.0.4.GA\server\default
10:45:42,546 INFO  [Server] Server Home URL: file:/C:/jboss-4.0.4.GA/server/default/
10:45:42,640 INFO  [Server] Server Log Dir: C:\jboss-4.0.4.GA\server\default\log
10:45:42,640 INFO  [Server] Server Temp Dir: C:\jboss-4.0.4.GA\server\default\tmp
10:45:42,640 INFO  [Server] Root Deployment Filename: jboss-service.xml
10:45:43,015 INFO  [ServerInfo] Java version: 1.5.0_11,Sun Microsystems Inc.
10:45:43,015 INFO  [ServerInfo] Java VM: Java HotSpot(TM) Client VM 1.5.0_11-b03,Sun Microsystems Inc.
10:45:43,015 INFO  [ServerInfo] OS-System: Windows XP 5.1,x86
10:45:43,500 INFO  [Server] Core system initialized
10:45:45,734 INFO  [Log4jService$URLWatchTimerTask] Configuring from URL: resource:log4j.xml
10:45:47,093 INFO  [SocketServerInvoker] Invoker started for locator: InvokerLocator [socket://192.168.9.112:3873/]
10:45:47,609 INFO  [AspectDeployer] Deployed AOP: file:/C:/jboss-4.0.4.GA/server/default/deploy/ejb3-interceptors-aop.xml
10:45:49,296 INFO  [WebService] Using RMI server codebase: http://JAIME-JMP:8083/
10:45:49,640 WARN  [ServiceController] Problem creating service jboss.jca:service=ConnectionFactoryDeployer
java.lang.ClassFormatError: Unknown constant tag 114 in class file org/apache/xalan/templates/ElemExsltFunction
        at java.lang.Class.forName0(Native Method)
        at java.lang.Class.forName(Class.java:164)
        at org.apache.xalan.processor.XSLTSchema.class$(XSLTSchema.java:326)
        at org.apache.xalan.processor.XSLTSchema.build(XSLTSchema.java:566)
        at org.apache.xalan.processor.XSLTSchema.(XSLTSchema.java:70)
        at org.apache.xalan.processor.StylesheetHandler.(StylesheetHandler.java:1287)
        at org.apache.xalan.processor.TransformerFactoryImpl.newTemplatesHandler(TransformerFactoryImpl.java:374)
        at org.apache.xalan.processor.TransformerFactoryImpl.newTemplates(TransformerFactoryImpl.java:865)
        at org.jboss.deployment.XSLSubDeployer.createService(XSLSubDeployer.java:141)
        at org.jboss.system.ServiceMBeanSupport.jbossInternalCreate(ServiceMBeanSupport.java:260)
        at org.jboss.system.ServiceMBeanSupport.jbossInternalLifecycle(ServiceMBeanSupport.java:243)
        at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:585)
        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.system.ServiceController$ServiceProxy.invoke(ServiceController.java:978)
        at $Proxy0.create(Unknown Source)
        at org.jboss.system.ServiceController.create(ServiceController.java:330)
        at org.jboss.system.ServiceController.create(ServiceController.java:273)
        at sun.reflect.GeneratedMethodAccessor5.invoke(Unknown Source)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:585)
        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.create(Unknown Source)
        at org.jboss.deployment.SARDeployer.create(SARDeployer.java:258)
        at org.jboss.deployment.MainDeployer.create(MainDeployer.java:953)
        at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:807)
        at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:771)
        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:585)
        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 $Proxy6.deploy(Unknown Source)
        at org.jboss.deployment.scanner.URLDeploymentScanner.deploy(URLDeploymentScanner.java:421)
        at org.jboss.deployment.scanner.URLDeploymentScanner.scan(URLDeploymentScanner.java:634)
        at org.jboss.deployment.scanner.AbstractDeploymentScanner$ScannerThread.doScan(AbstractDeploymentScanner.java:263)
        at org.jboss.deployment.scanner.AbstractDeploymentScanner.startService(AbstractDeploymentScanner.java:336)
        at org.jboss.system.ServiceMBeanSupport.jbossInternalStart(ServiceMBeanSupport.java:289)
        at org.jboss.system.ServiceMBeanSupport.jbossInternalLifecycle(ServiceMBeanSupport.java:245)
        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:585)
        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.system.ServiceController$ServiceProxy.invoke(ServiceController.java:978)
        at $Proxy0.start(Unknown Source)
        at org.jboss.system.ServiceController.start(ServiceController.java:417)
        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:585)
        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.start(Unknown Source)
        at org.jboss.deployment.SARDeployer.start(SARDeployer.java:302)
        at org.jboss.deployment.MainDeployer.start(MainDeployer.java:1007)
        at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:808)
        at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:771)
        at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:755)
        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:585)
        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:464)
        at java.lang.Thread.run(Thread.java:595)
10:45:50,671 INFO  [MailService] Mail Service bound to java:/Mail

...
10:45:55,484 ERROR [URLDeploymentScanner] Incomplete Deployment listing:

--- Packages waiting for a deployer ---
org.jboss.deployment.DeploymentInfo at e630014d { url=file:/C:/jboss-4.0.4.GA/server/default/deploy/PRR_ONLINE_SEAM13-dev-ds.xml }
  deployer: null
  status: null
  state: INIT_WAITING_DEPLOYER
  watch: file:/C:/jboss-4.0.4.GA/server/default/deploy/PRR_ONLINE_SEAM13-dev-ds.xml
  altDD: null
  lastDeployed: 1188290755171
  lastModified: 1188290755171
  mbeans:

org.jboss.deployment.DeploymentInfo at b4825e2e { url=file:/C:/jboss-4.0.4.GA/server/default/deploy/PRR_ONLINE_WSEAM-dev-ds.xml }
  deployer: null
  status: null
  state: INIT_WAITING_DEPLOYER
  watch: file:/C:/jboss-4.0.4.GA/server/default/deploy/PRR_ONLINE_WSEAM-dev-ds.xml
  altDD: null
  lastDeployed: 1188290755187
  lastModified: 1188290755187
  mbeans:

org.jboss.deployment.DeploymentInfo at 294db2ce { url=file:/C:/jboss-4.0.4.GA/server/default/deploy/SEAM_TEMPLATES-dev-ds.xml }
  deployer: null
  status: null
  state: INIT_WAITING_DEPLOYER
  watch: file:/C:/jboss-4.0.4.GA/server/default/deploy/SEAM_TEMPLATES-dev-ds.xml
  altDD: null
  lastDeployed: 1188290755234
  lastModified: 1188290755234
  mbeans:

org.jboss.deployment.DeploymentInfo at c621f240 { url=file:/C:/jboss-4.0.4.GA/server/default/deploy/hibernate-ds.xml }
  deployer: null
  status: null
  state: INIT_WAITING_DEPLOYER
  watch: file:/C:/jboss-4.0.4.GA/server/default/deploy/hibernate-ds.xml
  altDD: null
  lastDeployed: 1188290755250
  lastModified: 1188290755234
  mbeans:

org.jboss.deployment.DeploymentInfo at e3a06ca { url=file:/C:/jboss-4.0.4.GA/server/default/deploy/hsqldb-ds.xml }
  deployer: null
  status: null
  state: INIT_WAITING_DEPLOYER
  watch: file:/C:/jboss-4.0.4.GA/server/default/deploy/hsqldb-ds.xml
  altDD: null
  lastDeployed: 1188290755250
  lastModified: 1188290755250
  mbeans:

org.jboss.deployment.DeploymentInfo at 81cd4da1 { url=file:/C:/jboss-4.0.4.GA/server/default/deploy/jms/jms-ds.xml }
  deployer: null
  status: null
  state: INIT_WAITING_DEPLOYER
  watch: file:/C:/jboss-4.0.4.GA/server/default/deploy/jms/jms-ds.xml
  altDD: null
  lastDeployed: 1188290755265
  lastModified: 1188290755250
  mbeans:

org.jboss.deployment.DeploymentInfo at 270c7f5d { url=file:/C:/jboss-4.0.4.GA/server/default/deploy/ui-example-ds.xml }
  deployer: null
  status: null
  state: INIT_WAITING_DEPLOYER
  watch: file:/C:/jboss-4.0.4.GA/server/default/deploy/ui-example-ds.xml
  altDD: null
  lastDeployed: 1188290755281
  lastModified: 1188290755265
  mbeans:

--- Incompletely deployed packages ---
org.jboss.deployment.DeploymentInfo at e630014d { url=file:/C:/jboss-4.0.4.GA/server/default/deploy/PRR_ONLINE_SEAM13-dev-ds.xml }
  deployer: null
  status: null
  state: INIT_WAITING_DEPLOYER
  watch: file:/C:/jboss-4.0.4.GA/server/default/deploy/PRR_ONLINE_SEAM13-dev-ds.xml
  altDD: null
  lastDeployed: 1188290755171
  lastModified: 1188290755171
  mbeans:

org.jboss.deployment.DeploymentInfo at b4825e2e { url=file:/C:/jboss-4.0.4.GA/server/default/deploy/PRR_ONLINE_WSEAM-dev-ds.xml }
  deployer: null
  status: null
  state: INIT_WAITING_DEPLOYER
  watch: file:/C:/jboss-4.0.4.GA/server/default/deploy/PRR_ONLINE_WSEAM-dev-ds.xml
  altDD: null
  lastDeployed: 1188290755187
  lastModified: 1188290755187
  mbeans:

org.jboss.deployment.DeploymentInfo at 294db2ce { url=file:/C:/jboss-4.0.4.GA/server/default/deploy/SEAM_TEMPLATES-dev-ds.xml }
  deployer: null
  status: null
  state: INIT_WAITING_DEPLOYER
  watch: file:/C:/jboss-4.0.4.GA/server/default/deploy/SEAM_TEMPLATES-dev-ds.xml
  altDD: null
  lastDeployed: 1188290755234
  lastModified: 1188290755234
  mbeans:

org.jboss.deployment.DeploymentInfo at c621f240 { url=file:/C:/jboss-4.0.4.GA/server/default/deploy/hibernate-ds.xml }
  deployer: null
  status: null
  state: INIT_WAITING_DEPLOYER
  watch: file:/C:/jboss-4.0.4.GA/server/default/deploy/hibernate-ds.xml
  altDD: null
  lastDeployed: 1188290755250
  lastModified: 1188290755234
  mbeans:

org.jboss.deployment.DeploymentInfo at e3a06ca { url=file:/C:/jboss-4.0.4.GA/server/default/deploy/hsqldb-ds.xml }
  deployer: null
  status: null
  state: INIT_WAITING_DEPLOYER
  watch: file:/C:/jboss-4.0.4.GA/server/default/deploy/hsqldb-ds.xml
  altDD: null
  lastDeployed: 1188290755250
  lastModified: 1188290755250
  mbeans:

org.jboss.deployment.DeploymentInfo at 81cd4da1 { url=file:/C:/jboss-4.0.4.GA/server/default/deploy/jms/jms-ds.xml }
  deployer: null
  status: null
  state: INIT_WAITING_DEPLOYER
  watch: file:/C:/jboss-4.0.4.GA/server/default/deploy/jms/jms-ds.xml
  altDD: null
  lastDeployed: 1188290755265
  lastModified: 1188290755250
  mbeans:

org.jboss.deployment.DeploymentInfo at 270c7f5d { url=file:/C:/jboss-4.0.4.GA/server/default/deploy/ui-example-ds.xml }
  deployer: null
  status: null
  state: INIT_WAITING_DEPLOYER
  watch: file:/C:/jboss-4.0.4.GA/server/default/deploy/ui-example-ds.xml
  altDD: null
  lastDeployed: 1188290755281
  lastModified: 1188290755265
  mbeans:

--- MBeans waiting for other MBeans ---
ObjectName: jboss.ejb:service=EJBTimerService,persistencePolicy=database
  State: CONFIGURED
  I Depend On:
    jboss.jca:service=DataSourceBinding,name=DefaultDS

ObjectName: jboss.jca:service=ConnectionFactoryDeployer
  State: FAILED
  Reason: java.lang.ClassFormatError: Unknown constant tag 114 in class file org/apache/xalan/templates/ElemExsltFunction

ObjectName: jboss.mq:service=StateManager
  State: CONFIGURED
  I Depend On:
    jboss.jca:service=DataSourceBinding,name=DefaultDS
  Depends On Me:
    jboss.mq:service=DestinationManager

ObjectName: jboss.mq:service=DestinationManager
  State: CONFIGURED
  I Depend On:
    jboss.mq:service=MessageCache
    jboss.mq:service=PersistenceManager
    jboss.mq:service=StateManager
    jboss.mq:service=ThreadPool
    jboss:service=Naming
  Depends On Me:
    jboss.mq.destination:service=Topic,name=testTopic
    jboss.mq.destination:service=Topic,name=securedTopic
    jboss.mq.destination:service=Topic,name=testDurableTopic
    jboss.mq.destination:service=Queue,name=testQueue
    jboss.mq.destination:service=Queue,name=A
    jboss.mq.destination:service=Queue,name=B
    jboss.mq.destination:service=Queue,name=C
    jboss.mq.destination:service=Queue,name=D
    jboss.mq.destination:service=Queue,name=ex
    jboss.mq:service=SecurityManager
    jboss.mq.destination:service=Queue,name=DLQ
    jboss.mq.destination:service=Queue,name=myAppQueue

ObjectName: jboss.mq:service=PersistenceManager
  State: CONFIGURED
  I Depend On:
    jboss.jca:service=DataSourceBinding,name=DefaultDS
  Depends On Me:
    jboss.mq:service=DestinationManager

ObjectName: jboss.mq.destination:service=Topic,name=testTopic
  State: CONFIGURED
  I Depend On:
    jboss.mq:service=DestinationManager
    jboss.mq:service=SecurityManager

ObjectName: jboss.mq.destination:service=Topic,name=securedTopic
  State: CONFIGURED
  I Depend On:
    jboss.mq:service=DestinationManager
    jboss.mq:service=SecurityManager

ObjectName: jboss.mq.destination:service=Topic,name=testDurableTopic
  State: CONFIGURED
  I Depend On:
    jboss.mq:service=DestinationManager
    jboss.mq:service=SecurityManager

ObjectName: jboss.mq.destination:service=Queue,name=testQueue
  State: CONFIGURED
  I Depend On:
    jboss.mq:service=DestinationManager
    jboss.mq:service=SecurityManager

ObjectName: jboss.mq.destination:service=Queue,name=A
  State: CONFIGURED
  I Depend On:
    jboss.mq:service=DestinationManager

ObjectName: jboss.mq.destination:service=Queue,name=B
  State: CONFIGURED
  I Depend On:
    jboss.mq:service=DestinationManager

ObjectName: jboss.mq.destination:service=Queue,name=C
  State: CONFIGURED
  I Depend On:
    jboss.mq:service=DestinationManager

ObjectName: jboss.mq.destination:service=Queue,name=D
  State: CONFIGURED
  I Depend On:
    jboss.mq:service=DestinationManager

ObjectName: jboss.mq.destination:service=Queue,name=ex
  State: CONFIGURED
  I Depend On:
    jboss.mq:service=DestinationManager

ObjectName: jboss.mq:service=Invoker
  State: CONFIGURED
  I Depend On:
    jboss.mq:service=TracingInterceptor
    jboss:service=Naming
  Depends On Me:
    jboss.mq:service=InvocationLayer,type=JVM
    jboss.mq:service=InvocationLayer,type=UIL2

ObjectName: jboss.mq:service=TracingInterceptor
  State: CONFIGURED
  I Depend On:
    jboss.mq:service=SecurityManager
  Depends On Me:
    jboss.mq:service=Invoker

ObjectName: jboss.mq:service=SecurityManager
  State: CONFIGURED
  I Depend On:
    jboss.mq:service=DestinationManager
  Depends On Me:
    jboss.mq.destination:service=Topic,name=testTopic
    jboss.mq.destination:service=Topic,name=securedTopic
    jboss.mq.destination:service=Topic,name=testDurableTopic
    jboss.mq.destination:service=Queue,name=testQueue
    jboss.mq:service=TracingInterceptor
    jboss.mq.destination:service=Queue,name=DLQ

ObjectName: jboss.mq.destination:service=Queue,name=DLQ
  State: CONFIGURED
  I Depend On:
    jboss.mq:service=DestinationManager
    jboss.mq:service=SecurityManager

ObjectName: jboss.mq:service=InvocationLayer,type=JVM
  State: CONFIGURED
  I Depend On:
    jboss.mq:service=Invoker

ObjectName: jboss.mq:service=InvocationLayer,type=UIL2
  State: CONFIGURED
  I Depend On:
    jboss.mq:service=Invoker

ObjectName: jboss.mq.destination:service=Queue,name=myAppQueue
  State: CONFIGURED
  I Depend On:
    jboss.mq:service=DestinationManager

--- MBEANS THAT ARE THE ROOT CAUSE OF THE PROBLEM ---
ObjectName: jboss.jca:service=ConnectionFactoryDeployer
  State: FAILED
  Reason: java.lang.ClassFormatError: Unknown constant tag 114 in class file org/apache/xalan/templates/ElemExsltFunction

ObjectName: jboss.jca:service=DataSourceBinding,name=DefaultDS
  State: NOTYETINSTALLED
  Depends On Me:
    jboss.ejb:service=EJBTimerService,persistencePolicy=database
    jboss.mq:service=StateManager
    jboss.mq:service=PersistenceManager



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

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




More information about the jboss-user mailing list