[JBoss Seam] - Re: problem with multiple seam component jars in a WAR
by Techieexchange
Hi,
If you want to load your Entities (with or without Seam component) from a seperate JAR then you should register those entities in your persistence.xml file like this:
| <persistence-unit name="4cWebDatabase" transaction-type="RESOURCE_LOCAL">
| <provider>org.hibernate.ejb.HibernatePersistence</provider>
| <class>com.fpc.carconfig.frontoffice.entity.Allocation</class>
| <class>com.fpc.carconfig.frontoffice.entity.LoginData</class>
| <class>com.fpc.carconfig.frontoffice.entity.EndUser</class>
| <class>com.fpc.carconfig.frontoffice.entity.TestClass</class>
| <class>com.fpc.carconfig.frontoffice.entity.UserData</class>
| <class>com.fpc.carconfig.frontoffice.entity.Offer</class>
| <properties>
| <property name="hibernate.hbm2ddl.auto" value="update"/>
| <property name="hibernate.show_sql" value="true"/>
| <property name="hibernate.cache.provider_class" value="org.hibernate.cache.HashtableCacheProvider"/>
| <property name="hibernate.dialect" value="org.hibernate.dialect.SQLServerDialect"/>
|
|
| </properties>
| </persistence-unit>
|
Hope this helps.
http://techieexchange.wordpress.com
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4122096#4122096
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4122096
18 years, 6 months
[JBoss Portal] - Portlet out of memory problem when calling axis2 stub
by krashsun
Hi,
I have a existing jsf web application that use web service tool axis2 stub to call another service which is tested and working. Tested it in jboss 4.2.2.
After I make the neccessary configuration to change it to portlet (added the portlet.xml and jsf-portlet.jar) and run on jboss portal, I encountered out of memory error as below. I am using jboss portal 2.6.3.
08:10:38,226 FATAL [application] java.lang.OutOfMemoryError: PermGen space
08:10:51,695 WARN [arjLoggerI18N] [com.arjuna.ats.arjuna.coordinator.BasicAction_41] - Abort called illegaly on atomic action -53efadae:600:4795963f:2de
If I don't call the stub everything works fine. I have already increased the memory size of jboss portal at run.bat file to 1024M but still it occurs. Has anyone face this error before? Could it be the axis2 stub eat out too much memory as a portlet?
My application also use spring and hibernate but I don't think thats the problem. Appreciate your help.
Thanks.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4122095#4122095
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4122095
18 years, 6 months
[Tomcat, HTTPD, Servlets & JSP] - Probelem using Jboss-4.2.2.GA get a Strange Error Startup an
by Smartsid81
Please Help in resolving the problem below (Server.log is pasted below) :
################################################
2008-01-21 00:46:15,933 ERROR [org.jboss.ejb.plugins.keygenerator.uuid.UUIDKeyGeneratorFactoryService] Caught exception during startService()
javax.naming.CommunicationException: Receive timed out [Root exception is java.net.SocketTimeoutException: Receive timed out]
at org.jnp.interfaces.NamingContext.discoverServer(NamingContext.java:1465)
at org.jnp.interfaces.NamingContext.checkRef(NamingContext.java:1594)
at org.jnp.interfaces.NamingContext.rebind(NamingContext.java:487)
at org.jnp.interfaces.NamingContext.rebind(NamingContext.java:480)
at javax.naming.InitialContext.rebind(Unknown Source)
at org.jboss.util.naming.Util.rebind(Util.java:126)
at org.jboss.util.naming.Util.rebind(Util.java:113)
at org.jboss.ejb.plugins.keygenerator.uuid.UUIDKeyGeneratorFactoryService.startService(UUIDKeyGeneratorFactoryService.java:70)
at org.jboss.system.ServiceMBeanSupport.jbossInternalStart(ServiceMBeanSupport.java:289)
at org.jboss.system.ServiceMBeanSupport.jbossInternalLifecycle(ServiceMBeanSupport.java:245)
at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
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.GeneratedMethodAccessor6.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
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:1025)
at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:819)
at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:782)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
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(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
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(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
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:1025)
at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:819)
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(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
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(Unknown Source)
Caused by: java.net.SocketTimeoutException: Receive timed out
at java.net.PlainDatagramSocketImpl.receive0(Native Method)
at java.net.PlainDatagramSocketImpl.receive(Unknown Source)
at java.net.DatagramSocket.receive(Unknown Source)
at org.jnp.interfaces.NamingContext.discoverServer(NamingContext.java:1435)
... 101 more
2008-01-21 00:46:17,509 ERROR [org.jboss.deployment.MainDeployer] Could not start deployment: file:/opt/OC/glms/jboss-4.2.2.GA/server/glms/deploy/glms/sipUapd.spr
java.lang.NoClassDefFoundError: com/hp/oc/xdms/authorization/exception/b
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Unknown Source)
at com.hp.oc.xdms.sipUapd.config.b.a(b.java:11)
at com.hp.oc.xdms.sipUapd.config.b.a(b.java:19)
at com.hp.oc.xdms.sipUapd.config.b.b(b.java:33)
at com.hp.oc.xdms.sipUapd.config.b.(b.java:14)
at com.hp.oc.xdms.sipUapd.config.b.(b.java:22)
at com.hp.oc.xdms.sipUapd.b.init(b.java:70)
at org.cafesip.jiplet.JipletContext.initJiplet(JipletContext.java:724)
at org.cafesip.jiplet.JipletContext.initJiplets(JipletContext.java:655)
at org.cafesip.jiplet.JipletContext.init(JipletContext.java:242)
at org.cafesip.jiplet.JipletContainer.startContext(JipletContainer.java:352)
at org.cafesip.jiplet.JipletContainer.deployContext(JipletContainer.java:716)
at org.cafesip.jiplet.JipletContainer.createJ2eeContext(JipletContainer.java:977)
at org.cafesip.jiplet.jboss.SprDeployer.start(SprDeployer.java:102)
at org.jboss.deployment.MainDeployer.start(MainDeployer.java:1025)
at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:819)
at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:782)
at sun.reflect.GeneratedMethodAccessor9.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
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(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
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(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
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:1025)
at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:819)
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(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
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(Unknown Source)
2008-01-21 00:46:17,512 ERROR [org.jboss.deployment.scanner.URLDeploymentScanner] Incomplete Deployment listing:
--- Packages waiting for a deployer ---
org.jboss.deployment.DeploymentInfo@b8ccd45a { url=file:/opt/OC/glms/jboss-4.2.2.GA/server/glms/deploy/jboss-web.deployer/ROOT.war/ }
deployer: null
status: Starting
state: INIT_WAITING_DEPLOYER
watch: file:/opt/OC/glms/jboss-4.2.2.GA/server/glms/deploy/jboss-web.deployer/ROOT.war/
altDD: null
lastDeployed: 1200872776225
lastModified: 1200868057000
mbeans:
org.jboss.deployment.DeploymentInfo@77607083 { url=file:/opt/OC/glms/jboss-4.2.2.GA/server/glms/deploy/http-invoker.sar/invoker.war/ }
deployer: null
status: Starting
state: INIT_WAITING_DEPLOYER
watch: file:/opt/OC/glms/jboss-4.2.2.GA/server/glms/deploy/http-invoker.sar/invoker.war/
altDD: null
lastDeployed: 1200872776225
lastModified: 1200868057000
mbeans:
org.jboss.deployment.DeploymentInfo@f404f698 { url=file:/opt/OC/glms/jboss-4.2.2.GA/server/glms/deploy/jbossws.sar/jbossws-context.war/ }
deployer: null
status: Starting
state: INIT_WAITING_DEPLOYER
watch: file:/opt/OC/glms/jboss-4.2.2.GA/server/glms/deploy/jbossws.sar/jbossws-context.war/
altDD: null
lastDeployed: 1200872776225
lastModified: 1200868057000
mbeans:
org.jboss.deployment.DeploymentInfo@7d4ef38d { url=file:/opt/OC/glms/jboss-4.2.2.GA/server/glms/deploy/jms/jbossmq-httpil.sar/jbossmq-httpil.war/ }
deployer: null
status: Starting
state: INIT_WAITING_DEPLOYER
watch: file:/opt/OC/glms/jboss-4.2.2.GA/server/glms/deploy/jms/jbossmq-httpil.sar/jbossmq-httpil.war/
altDD: null
lastDeployed: 1200872776225
lastModified: 1200868057000
mbeans:
org.jboss.deployment.DeploymentInfo@c2efc4de { url=file:/opt/OC/glms/jboss-4.2.2.GA/server/glms/deploy/management/console-mgr.sar/web-console.war/ }
deployer: null
status: Starting
state: INIT_WAITING_DEPLOYER
watch: file:/opt/OC/glms/jboss-4.2.2.GA/server/glms/deploy/management/console-mgr.sar/web-console.war/
altDD: null
lastDeployed: 1200872776226
lastModified: 1200868057000
mbeans:
org.jboss.deployment.DeploymentInfo@66c3b0d4 { url=file:/opt/OC/glms/jboss-4.2.2.GA/server/glms/deploy/jboss-ha-local-jdbc.rar }
deployer: null
status: null
state: INIT_WAITING_DEPLOYER
watch: file:/opt/OC/glms/jboss-4.2.2.GA/server/glms/deploy/jboss-ha-local-jdbc.rar
altDD: null
lastDeployed: 1200872776576
lastModified: 1200872776000
mbeans:
org.jboss.deployment.DeploymentInfo@35d51368 { url=file:/opt/OC/glms/jboss-4.2.2.GA/server/glms/deploy/jboss-ha-xa-jdbc.rar }
deployer: null
status: null
state: INIT_WAITING_DEPLOYER
watch: file:/opt/OC/glms/jboss-4.2.2.GA/server/glms/deploy/jboss-ha-xa-jdbc.rar
altDD: null
lastDeployed: 1200872776577
lastModified: 1200872776000
mbeans:
org.jboss.deployment.DeploymentInfo@868b43fa { url=file:/opt/OC/glms/jboss-4.2.2.GA/server/glms/deploy/jboss-local-jdbc.rar }
deployer: null
status: null
state: INIT_WAITING_DEPLOYER
watch: file:/opt/OC/glms/jboss-4.2.2.GA/server/glms/deploy/jboss-local-jdbc.rar
altDD: null
lastDeployed: 1200872776578
lastModified: 1200872776000
mbeans:
org.jboss.deployment.DeploymentInfo@660cc202 { url=file:/opt/OC/glms/jboss-4.2.2.GA/server/glms/deploy/jboss-xa-jdbc.rar }
deployer: null
status: null
state: INIT_WAITING_DEPLOYER
watch: file:/opt/OC/glms/jboss-4.2.2.GA/server/glms/deploy/jboss-xa-jdbc.rar
altDD: null
lastDeployed: 1200872776579
lastModified: 1200872776000
mbeans:
org.jboss.deployment.DeploymentInfo@edbc5952 { url=file:/opt/OC/glms/jboss-4.2.2.GA/server/glms/deploy/jms/jms-ra.rar }
deployer: null
status: null
state: INIT_WAITING_DEPLOYER
watch: file:/opt/OC/glms/jboss-4.2.2.GA/server/glms/deploy/jms/jms-ra.rar
altDD: null
lastDeployed: 1200872776581
lastModified: 1200872776000
mbeans:
org.jboss.deployment.DeploymentInfo@d12f165e { url=file:/opt/OC/glms/jboss-4.2.2.GA/server/glms/deploy/mail-ra.rar }
deployer: null
status: null
state: INIT_WAITING_DEPLOYER
watch: file:/opt/OC/glms/jboss-4.2.2.GA/server/glms/deploy/mail-ra.rar
altDD: null
lastDeployed: 1200872776582
lastModified: 1200872776000
mbeans:
org.jboss.deployment.DeploymentInfo@6ad7eba { url=file:/opt/OC/glms/jboss-4.2.2.GA/server/glms/deploy/quartz-ra.rar }
deployer: null
status: null
state: INIT_WAITING_DEPLOYER
watch: file:/opt/OC/glms/jboss-4.2.2.GA/server/glms/deploy/quartz-ra.rar
altDD: null
lastDeployed: 1200872776583
lastModified: 1200872776000
mbeans:
org.jboss.deployment.DeploymentInfo@5d240514 { url=file:/opt/OC/glms/jboss-4.2.2.GA/server/glms/deploy/glms/authorization.jar }
deployer: null
status: null
state: INIT_WAITING_DEPLOYER
watch: file:/opt/OC/glms/jboss-4.2.2.GA/server/glms/deploy/glms/authorization.jar
altDD: null
lastDeployed: 1200872777040
lastModified: 1200872777000
mbeans:
org.jboss.deployment.DeploymentInfo@626aee46 { url=file:/opt/OC/glms/jboss-4.2.2.GA/server/glms/deploy/glms/charging.jar }
deployer: null
status: null
state: INIT_WAITING_DEPLOYER
watch: file:/opt/OC/glms/jboss-4.2.2.GA/server/glms/deploy/glms/charging.jar
altDD: null
lastDeployed: 1200872777042
lastModified: 1200872777000
mbeans:
org.jboss.deployment.DeploymentInfo@1308ce1f { url=file:/opt/OC/glms/jboss-4.2.2.GA/server/glms/deploy/glms/log.jar }
deployer: null
status: null
state: INIT_WAITING_DEPLOYER
watch: file:/opt/OC/glms/jboss-4.2.2.GA/server/glms/deploy/glms/log.jar
altDD: null
lastDeployed: 1200872777186
lastModified: 1200872777000
mbeans:
org.jboss.deployment.DeploymentInfo@39b4526a { url=file:/opt/OC/glms/jboss-4.2.2.GA/server/glms/deploy/glms/pds-ejb.jar }
deployer: null
status: null
state: INIT_WAITING_DEPLOYER
watch: file:/opt/OC/glms/jboss-4.2.2.GA/server/glms/deploy/glms/pds-ejb.jar
altDD: null
lastDeployed: 1200872777189
lastModified: 1200872777000
mbeans:
org.jboss.deployment.DeploymentInfo@72f3abd5 { url=file:/opt/OC/glms/jboss-4.2.2.GA/server/glms/deploy/glms/sipUapd.jar }
deployer: null
status: null
state: INIT_WAITING_DEPLOYER
watch: file:/opt/OC/glms/jboss-4.2.2.GA/server/glms/deploy/glms/sipUapd.jar
altDD: null
lastDeployed: 1200872777199
lastModified: 1200872777000
mbeans:
org.jboss.deployment.DeploymentInfo@59fca1fe { url=file:/opt/OC/glms/jboss-4.2.2.GA/server/glms/deploy/glms/auth-association.war }
deployer: null
status: null
state: INIT_WAITING_DEPLOYER
watch: file:/opt/OC/glms/jboss-4.2.2.GA/server/glms/deploy/glms/auth-association.war
altDD: null
lastDeployed: 1200872777213
lastModified: 1200872777000
mbeans:
org.jboss.deployment.DeploymentInfo@7b97a6e9 { url=file:/opt/OC/glms/jboss-4.2.2.GA/server/glms/deploy/glms/auth-rule.war }
deployer: null
status: null
state: INIT_WAITING_DEPLOYER
watch: file:/opt/OC/glms/jboss-4.2.2.GA/server/glms/deploy/glms/auth-rule.war
altDD: null
lastDeployed: 1200872777214
lastModified: 1200872777000
mbeans:
org.jboss.deployment.DeploymentInfo@86583e05 { url=file:/opt/OC/glms/jboss-4.2.2.GA/server/glms/deploy/glms/auth-users.war }
deployer: null
status: null
state: INIT_WAITING_DEPLOYER
watch: file:/opt/OC/glms/jboss-4.2.2.GA/server/glms/deploy/glms/auth-users.war
altDD: null
lastDeployed: 1200872777216
lastModified: 1200872777000
mbeans:
org.jboss.deployment.DeploymentInfo@62a75b7e { url=file:/opt/OC/glms/jboss-4.2.2.GA/server/glms/deploy/glms/controller.war }
deployer: null
status: null
state: INIT_WAITING_DEPLOYER
watch: file:/opt/OC/glms/jboss-4.2.2.GA/server/glms/deploy/glms/controller.war
altDD: null
lastDeployed: 1200872777218
lastModified: 1200872777000
mbeans:
org.jboss.deployment.DeploymentInfo@896ded9 { url=file:/opt/OC/glms/jboss-4.2.2.GA/server/glms/deploy/glms/pdsViewer.war }
deployer: null
status: null
state: INIT_WAITING_DEPLOYER
watch: file:/opt/OC/glms/jboss-4.2.2.GA/server/glms/deploy/glms/pdsViewer.war
altDD: null
lastDeployed: 1200872777220
lastModified: 1200872777000
mbeans:
org.jboss.deployment.DeploymentInfo@6a1dc6a8 { url=file:/opt/OC/glms/jboss-4.2.2.GA/server/glms/deploy/jmx-console.war/ }
deployer: null
status: null
state: INIT_WAITING_DEPLOYER
watch: file:/opt/OC/glms/jboss-4.2.2.GA/server/glms/deploy/jmx-console.war/
altDD: null
lastDeployed: 1200872777220
lastModified: 1200868057000
mbeans:
org.jboss.deployment.DeploymentInfo@29d6af3d { url=file:/opt/OC/glms/jboss-4.2.2.GA/server/glms/tmp/deploy/tmp56501ui.ear-contents/ui.jar }
deployer: null
status: Starting
state: START_SUBDEPLOYMENTS
watch: file:/opt/OC/glms/jboss-4.2.2.GA/server/glms/tmp/deploy/tmp56501ui.ear-contents/ui.jar
altDD: null
lastDeployed: 1200872777266
lastModified: 1200872777000
mbeans:
org.jboss.deployment.DeploymentInfo@29d6e00a { url=file:/opt/OC/glms/jboss-4.2.2.GA/server/glms/tmp/deploy/tmp56501ui.ear-contents/ui.war }
deployer: null
status: Starting
state: START_SUBDEPLOYMENTS
watch: file:/opt/OC/glms/jboss-4.2.2.GA/server/glms/tmp/deploy/tmp56501ui.ear-contents/ui.war
altDD: null
lastDeployed: 1200872777267
lastModified: 1200872777000
mbeans:
--- Incompletely deployed packages ---
org.jboss.deployment.DeploymentInfo@66c3b0d4 { url=file:/opt/OC/glms/jboss-4.2.2.GA/server/glms/deploy/jboss-ha-local-jdbc.rar }
deployer: null
status: null
state: INIT_WAITING_DEPLOYER
watch: file:/opt/OC/glms/jboss-4.2.2.GA/server/glms/deploy/jboss-ha-local-jdbc.rar
altDD: null
lastDeployed: 1200872776576
lastModified: 1200872776000
mbeans:
org.jboss.deployment.DeploymentInfo@35d51368 { url=file:/opt/OC/glms/jboss-4.2.2.GA/server/glms/deploy/jboss-ha-xa-jdbc.rar }
deployer: null
status: null
state: INIT_WAITING_DEPLOYER
watch: file:/opt/OC/glms/jboss-4.2.2.GA/server/glms/deploy/jboss-ha-xa-jdbc.rar
altDD: null
lastDeployed: 1200872776577
lastModified: 1200872776000
mbeans:
org.jboss.deployment.DeploymentInfo@868b43fa { url=file:/opt/OC/glms/jboss-4.2.2.GA/server/glms/deploy/jboss-local-jdbc.rar }
deployer: null
status: null
state: INIT_WAITING_DEPLOYER
watch: file:/opt/OC/glms/jboss-4.2.2.GA/server/glms/deploy/jboss-local-jdbc.rar
altDD: null
lastDeployed: 1200872776578
lastModified: 1200872776000
mbeans:
org.jboss.deployment.DeploymentInfo@660cc202 { url=file:/opt/OC/glms/jboss-4.2.2.GA/server/glms/deploy/jboss-xa-jdbc.rar }
deployer: null
status: null
state: INIT_WAITING_DEPLOYER
watch: file:/opt/OC/glms/jboss-4.2.2.GA/server/glms/deploy/jboss-xa-jdbc.rar
altDD: null
lastDeployed: 1200872776579
lastModified: 1200872776000
mbeans:
org.jboss.deployment.DeploymentInfo@edbc5952 { url=file:/opt/OC/glms/jboss-4.2.2.GA/server/glms/deploy/jms/jms-ra.rar }
deployer: null
status: null
state: INIT_WAITING_DEPLOYER
watch: file:/opt/OC/glms/jboss-4.2.2.GA/server/glms/deploy/jms/jms-ra.rar
altDD: null
lastDeployed: 1200872776581
lastModified: 1200872776000
mbeans:
org.jboss.deployment.DeploymentInfo@d12f165e { url=file:/opt/OC/glms/jboss-4.2.2.GA/server/glms/deploy/mail-ra.rar }
deployer: null
status: null
state: INIT_WAITING_DEPLOYER
watch: file:/opt/OC/glms/jboss-4.2.2.GA/server/glms/deploy/mail-ra.rar
altDD: null
lastDeployed: 1200872776582
lastModified: 1200872776000
mbeans:
org.jboss.deployment.DeploymentInfo@6ad7eba { url=file:/opt/OC/glms/jboss-4.2.2.GA/server/glms/deploy/quartz-ra.rar }
deployer: null
status: null
state: INIT_WAITING_DEPLOYER
watch: file:/opt/OC/glms/jboss-4.2.2.GA/server/glms/deploy/quartz-ra.rar
altDD: null
lastDeployed: 1200872776583
lastModified: 1200872776000
mbeans:
org.jboss.deployment.DeploymentInfo@5d240514 { url=file:/opt/OC/glms/jboss-4.2.2.GA/server/glms/deploy/glms/authorization.jar }
deployer: null
status: null
state: INIT_WAITING_DEPLOYER
watch: file:/opt/OC/glms/jboss-4.2.2.GA/server/glms/deploy/glms/authorization.jar
altDD: null
lastDeployed: 1200872777040
lastModified: 1200872777000
mbeans:
org.jboss.deployment.DeploymentInfo@626aee46 { url=file:/opt/OC/glms/jboss-4.2.2.GA/server/glms/deploy/glms/charging.jar }
deployer: null
status: null
state: INIT_WAITING_DEPLOYER
watch: file:/opt/OC/glms/jboss-4.2.2.GA/server/glms/deploy/glms/charging.jar
altDD: null
lastDeployed: 1200872777042
lastModified: 1200872777000
mbeans:
org.jboss.deployment.DeploymentInfo@1308ce1f { url=file:/opt/OC/glms/jboss-4.2.2.GA/server/glms/deploy/glms/log.jar }
deployer: null
status: null
state: INIT_WAITING_DEPLOYER
watch: file:/opt/OC/glms/jboss-4.2.2.GA/server/glms/deploy/glms/log.jar
altDD: null
lastDeployed: 1200872777186
lastModified: 1200872777000
mbeans:
org.jboss.deployment.DeploymentInfo@39b4526a { url=file:/opt/OC/glms/jboss-4.2.2.GA/server/glms/deploy/glms/pds-ejb.jar }
deployer: null
status: null
state: INIT_WAITING_DEPLOYER
watch: file:/opt/OC/glms/jboss-4.2.2.GA/server/glms/deploy/glms/pds-ejb.jar
altDD: null
lastDeployed: 1200872777189
lastModified: 1200872777000
mbeans:
org.jboss.deployment.DeploymentInfo@72f3abd5 { url=file:/opt/OC/glms/jboss-4.2.2.GA/server/glms/deploy/glms/sipUapd.jar }
deployer: null
status: null
state: INIT_WAITING_DEPLOYER
watch: file:/opt/OC/glms/jboss-4.2.2.GA/server/glms/deploy/glms/sipUapd.jar
altDD: null
lastDeployed: 1200872777199
lastModified: 1200872777000
mbeans:
org.jboss.deployment.DeploymentInfo@59fca1fe { url=file:/opt/OC/glms/jboss-4.2.2.GA/server/glms/deploy/glms/auth-association.war }
deployer: null
status: null
state: INIT_WAITING_DEPLOYER
watch: file:/opt/OC/glms/jboss-4.2.2.GA/server/glms/deploy/glms/auth-association.war
altDD: null
lastDeployed: 1200872777213
lastModified: 1200872777000
mbeans:
org.jboss.deployment.DeploymentInfo@7b97a6e9 { url=file:/opt/OC/glms/jboss-4.2.2.GA/server/glms/deploy/glms/auth-rule.war }
deployer: null
status: null
state: INIT_WAITING_DEPLOYER
watch: file:/opt/OC/glms/jboss-4.2.2.GA/server/glms/deploy/glms/auth-rule.war
altDD: null
lastDeployed: 1200872777214
lastModified: 1200872777000
mbeans:
org.jboss.deployment.DeploymentInfo@86583e05 { url=file:/opt/OC/glms/jboss-4.2.2.GA/server/glms/deploy/glms/auth-users.war }
deployer: null
status: null
state: INIT_WAITING_DEPLOYER
watch: file:/opt/OC/glms/jboss-4.2.2.GA/server/glms/deploy/glms/auth-users.war
altDD: null
lastDeployed: 1200872777216
lastModified: 1200872777000
mbeans:
org.jboss.deployment.DeploymentInfo@62a75b7e { url=file:/opt/OC/glms/jboss-4.2.2.GA/server/glms/deploy/glms/controller.war }
deployer: null
status: null
state: INIT_WAITING_DEPLOYER
watch: file:/opt/OC/glms/jboss-4.2.2.GA/server/glms/deploy/glms/controller.war
altDD: null
lastDeployed: 1200872777218
lastModified: 1200872777000
mbeans:
org.jboss.deployment.DeploymentInfo@896ded9 { url=file:/opt/OC/glms/jboss-4.2.2.GA/server/glms/deploy/glms/pdsViewer.war }
deployer: null
status: null
state: INIT_WAITING_DEPLOYER
watch: file:/opt/OC/glms/jboss-4.2.2.GA/server/glms/deploy/glms/pdsViewer.war
altDD: null
lastDeployed: 1200872777220
lastModified: 1200872777000
mbeans:
org.jboss.deployment.DeploymentInfo@6a1dc6a8 { url=file:/opt/OC/glms/jboss-4.2.2.GA/server/glms/deploy/jmx-console.war/ }
deployer: null
status: null
state: INIT_WAITING_DEPLOYER
watch: file:/opt/OC/glms/jboss-4.2.2.GA/server/glms/deploy/jmx-console.war/
altDD: null
lastDeployed: 1200872777220
lastModified: 1200868057000
mbeans:
org.jboss.deployment.DeploymentInfo@72f3cf6f { url=file:/opt/OC/glms/jboss-4.2.2.GA/server/glms/deploy/glms/sipUapd.spr }
deployer: org.cafesip.jiplet.jboss.SprDeployer@37c2ec05
status: Deployment FAILED reason: com/hp/oc/xdms/authorization/exception/b
state: FAILED
watch: file:/opt/OC/glms/jboss-4.2.2.GA/server/glms/deploy/glms/sipUapd.spr
altDD: null
lastDeployed: 1200872777278
lastModified: 1200872777000
mbeans:
--- MBeans waiting for other MBeans ---
ObjectName: jboss:service=TransactionManager
State: CONFIGURED
I Depend On:
jboss:service=XidFactory
jboss:service=Naming
Depends On Me:
jboss.web:service=WebServer
jboss.ejb:service=EJBTimerService
jboss.ejb:service=EJBDeployer
jboss:service=KeyGeneratorFactory,type=HiLo
jboss.jca:service=WorkManager
jboss.jca:service=RARDeployer
jboss.jca:service=CachedConnectionManager
jboss.jca:service=LocalTxCM,name=XdmsJdbcDs1
jboss.jca:service=LocalTxCM,name=XdmsJdbcDs
jboss.jca:service=LocalTxCM,name=DefaultDS
jboss.jca:service=TxCM,name=JmsXA
ObjectName: jboss.ejb3:service=EJB3Deployer
State: CONFIGURED
I Depend On:
jboss.aop:service=AspectDeployer
jboss.ejb:service=EJBDeployer
jboss.ejb3:service=JarsIgnoredForScanning
Depends On Me:
jboss.ws:service=DeployerInterceptorEJB3
ObjectName: jboss.web:service=WebServer
State: CONFIGURED
I Depend On:
jboss.security:service=JaasSecurityManager
jboss:service=TransactionManager
jboss.jca:service=CachedConnectionManager
Depends On Me:
jboss.ws:service=DeployerInterceptorJSE
jboss.mq:service=InvocationLayer,type=HTTP
ObjectName: jboss.ejb:service=EJBTimerService
State: CONFIGURED
I Depend On:
jboss:service=TransactionManager
ObjectName: jboss.ejb:service=EJBTimerService,persistencePolicy=database
State: CONFIGURED
I Depend On:
jboss.jca:service=DataSourceBinding,name=DefaultDS
ObjectName: jboss.ejb:service=EJBDeployer
State: CONFIGURED
I Depend On:
jboss:service=TransactionManager
jboss:service=WebService
Depends On Me:
jboss.ejb3:service=EJB3Deployer
jboss.ws:service=DeployerInterceptorEJB21
ObjectName: jboss.ws:service=DeployerInterceptorJSE
State: CONFIGURED
I Depend On:
jboss.web:service=WebServer
ObjectName: jboss.ws:service=DeployerInterceptorEJB21
State: CONFIGURED
I Depend On:
jboss.ejb:service=EJBDeployer
ObjectName: jboss.ws:service=DeployerInterceptorEJB3
State: CONFIGURED
I Depend On:
jboss.ejb3:service=EJB3Deployer
ObjectName: jboss.mq:service=InvocationLayer,type=HTTP
State: CONFIGURED
I Depend On:
jboss.mq:service=Invoker
jboss.web:service=WebServer
ObjectName: jboss.admin:service=PluginManager
State: CONFIGURED
I Depend On:
jboss.jmx:type=adaptor,name=Invoker,protocol=jrmp,service=proxyFactory
ObjectName: jboss:service=KeyGeneratorFactory,type=HiLo
State: CONFIGURED
I Depend On:
jboss:service=TransactionManager
jboss.jca:service=DataSourceBinding,name=DefaultDS
ObjectName: jboss.mq.destination:service=Queue,name=GlmsLogger
State: CONFIGURED
I Depend On:
jboss.mq:service=DestinationManager
ObjectName: jboss.mq.destination:service=Topic,name=GlmsLmpContext
State: CONFIGURED
I Depend On:
jboss.mq:service=DestinationManager
ObjectName: jboss.mq.destination:service=Topic,name=GLNotification
State: CONFIGURED
I Depend On:
jboss.mq:service=DestinationManager
ObjectName: jboss.mq.destination:service=Queue,name=Gap
State: CONFIGURED
I Depend On:
jboss.mq:service=DestinationManager
jboss.mq:service=SecurityManager
ObjectName: jboss.jca:service=WorkManager
State: CONFIGURED
I Depend On:
jboss.jca:service=WorkManagerThreadPool
jboss:service=TransactionManager
Depends On Me:
jboss.jca:service=RARDeployer
ObjectName: jboss.jca:service=RARDeployer
State: CONFIGURED
I Depend On:
jboss.jca:service=WorkManager
jboss:service=TransactionManager
ObjectName: jboss.jca:service=CachedConnectionManager
State: CONFIGURED
I Depend On:
jboss:service=TransactionManager
Depends On Me:
jboss.web:service=WebServer
jboss.jca:service=LocalTxCM,name=XdmsJdbcDs1
jboss.jca:service=LocalTxCM,name=XdmsJdbcDs
jboss.jca:service=LocalTxCM,name=DefaultDS
jboss.jca:service=TxCM,name=JmsXA
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=Queue,name=GlmsLogger
jboss.mq.destination:service=Topic,name=GlmsLmpContext
jboss.mq.destination:service=Topic,name=GLNotification
jboss.mq.destination:service=Queue,name=Gap
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
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=HTTP
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.security:service=JaasSecurityManager
jboss.mq:service=DestinationManager
Depends On Me:
jboss.mq.destination:service=Queue,name=Gap
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:service=InvocationLayer,type=UIL
State: CONFIGURED
I Depend On:
jboss:service=Naming
ObjectName: jboss.mq:service=InvocationLayer,type=UILXA
State: CONFIGURED
I Depend On:
jboss:service=Naming
ObjectName: jboss.mq:service=InvocationLayer,type=UIL2,alias=UIL2ConnectionFactory
State: CONFIGURED
I Depend On:
jboss:service=Naming
ObjectName: jboss.mq:service=InvocationLayer,type=UIL2XA,alias=UIL2XAConnectionFactory
State: CONFIGURED
I Depend On:
jboss:service=Naming
ObjectName: jboss.jms:alias=QueueConnectionFactory
State: CONFIGURED
I Depend On:
jboss:service=Naming
ObjectName: jboss.jms:alias=TopicConnectionFactory
State: CONFIGURED
I Depend On:
jboss:service=Naming
ObjectName: jboss.jmx:type=adaptor,name=Invoker,protocol=jrmp,service=proxyFactory
State: CONFIGURED
I Depend On:
jboss:service=invoker,type=jrmp
jboss.jmx:type=adaptor,name=Invoker
jboss:service=Naming
Depends On Me:
jboss.admin:service=PluginManager
jboss.jmx:type=adaptor,name=MBeanProxyRemote,protocol=jrmp
ObjectName: jboss.jmx:type=adaptor,name=MBeanProxyRemote,protocol=jrmp
State: CONFIGURED
I Depend On:
jboss.jmx:type=adaptor,name=Invoker,protocol=jrmp,service=proxyFactory
ObjectName: jboss.jmx:alias=jmx/rmi/RMIAdaptor
State: CONFIGURED
I Depend On:
jboss:service=Naming
ObjectName: jboss:service=Mail
State: CONFIGURED
I Depend On:
jboss:service=Naming
ObjectName: jboss.jca:service=LocalTxCM,name=XdmsJdbcDs1
State: CONFIGURED
I Depend On:
jboss.jca:service=ManagedConnectionPool,name=XdmsJdbcDs1
jboss.jca:service=CachedConnectionManager
jboss:service=TransactionManager
Depends On Me:
jboss.jca:service=DataSourceBinding,name=XdmsJdbcDs1
ObjectName: jboss.jca:service=ManagedConnectionPool,name=XdmsJdbcDs1
State: CONFIGURED
I Depend On:
jboss.jca:service=ManagedConnectionFactory,name=XdmsJdbcDs1
Depends On Me:
jboss.jca:service=LocalTxCM,name=XdmsJdbcDs1
ObjectName: jboss.jca:service=ManagedConnectionFactory,name=XdmsJdbcDs1
State: CONFIGURED
I Depend On:
jboss.jca:service=RARDeployment,name='jboss-local-jdbc.rar'
Depends On Me:
jboss.jca:service=ManagedConnectionPool,name=XdmsJdbcDs1
ObjectName: jboss.jca:service=DataSourceBinding,name=XdmsJdbcDs1
State: CONFIGURED
I Depend On:
jboss.jca:service=LocalTxCM,name=XdmsJdbcDs1
ObjectName: jboss.jdbc:service=metadata,datasource=XdmsJdbcDs1
State: CONFIGURED
I Depend On:
jboss.jdbc:service=metadata
ObjectName: jboss.jca:service=LocalTxCM,name=XdmsJdbcDs
State: CONFIGURED
I Depend On:
jboss.jca:service=ManagedConnectionPool,name=XdmsJdbcDs
jboss.jca:service=CachedConnectionManager
jboss:service=TransactionManager
Depends On Me:
jboss.jca:service=DataSourceBinding,name=XdmsJdbcDs
ObjectName: jboss.jca:service=ManagedConnectionPool,name=XdmsJdbcDs
State: CONFIGURED
I Depend On:
jboss.jca:service=ManagedConnectionFactory,name=XdmsJdbcDs
Depends On Me:
jboss.jca:service=LocalTxCM,name=XdmsJdbcDs
ObjectName: jboss.jca:service=ManagedConnectionFactory,name=XdmsJdbcDs
State: CONFIGURED
I Depend On:
jboss.jca:service=RARDeployment,name='jboss-local-jdbc.rar'
Depends On Me:
jboss.jca:service=ManagedConnectionPool,name=XdmsJdbcDs
ObjectName: jboss.jca:service=DataSourceBinding,name=XdmsJdbcDs
State: CONFIGURED
I Depend On:
jboss.jca:service=LocalTxCM,name=XdmsJdbcDs
ObjectName: jboss.jdbc:service=metadata,datasource=XdmsJdbcDs
State: CONFIGURED
I Depend On:
jboss.jdbc:service=metadata
ObjectName: jboss.jca:service=LocalTxCM,name=DefaultDS
State: CONFIGURED
I Depend On:
jboss.jca:service=ManagedConnectionPool,name=DefaultDS
jboss.jca:service=CachedConnectionManager
jboss.security:service=JaasSecurityManager
jboss:service=TransactionManager
Depends On Me:
jboss.jca:service=DataSourceBinding,name=DefaultDS
ObjectName: jboss.jca:service=ManagedConnectionPool,name=DefaultDS
State: CONFIGURED
I Depend On:
jboss.jca:service=ManagedConnectionFactory,name=DefaultDS
Depends On Me:
jboss.jca:service=LocalTxCM,name=DefaultDS
ObjectName: jboss.jca:service=ManagedConnectionFactory,name=DefaultDS
State: CONFIGURED
I Depend On:
jboss:service=Hypersonic,database=localDB
jboss.jca:service=RARDeployment,name='jboss-local-jdbc.rar'
Depends On Me:
jboss.jca:service=ManagedConnectionPool,name=DefaultDS
ObjectName: jboss.jca:service=DataSourceBinding,name=DefaultDS
State: CONFIGURED
I Depend On:
jboss.jca:service=LocalTxCM,name=DefaultDS
Depends On Me:
jboss.ejb:service=EJBTimerService,persistencePolicy=database
jboss:service=KeyGeneratorFactory,type=HiLo
jboss.mq:service=StateManager
jboss.mq:service=PersistenceManager
ObjectName: jboss.jdbc:service=metadata,datasource=DefaultDS
State: CONFIGURED
I Depend On:
jboss.jdbc:service=metadata
ObjectName: jboss.jca:service=TxCM,name=JmsXA
State: CONFIGURED
I Depend On:
jboss.jca:service=ManagedConnectionPool,name=JmsXA
jboss.jca:service=CachedConnectionManager
jboss.security:service=JaasSecurityManager
jboss:service=TransactionManager
Depends On Me:
jboss.jca:service=ConnectionFactoryBinding,name=JmsXA
ObjectName: jboss.jca:service=ManagedConnectionPool,name=JmsXA
State: CONFIGURED
I Depend On:
jboss.jca:service=ManagedConnectionFactory,name=JmsXA
Depends On Me:
jboss.jca:service=TxCM,name=JmsXA
ObjectName: jboss.jca:service=ManagedConnectionFactory,name=JmsXA
State: CONFIGURED
I Depend On:
jboss.jca:service=RARDeployment,name='jms-ra.rar'
Depends On Me:
jboss.jca:service=ManagedConnectionPool,name=JmsXA
ObjectName: jboss.jca:service=ConnectionFactoryBinding,name=JmsXA
State: CONFIGURED
I Depend On:
jboss.jca:service=TxCM,name=JmsXA
--- MBEANS THAT ARE THE ROOT CAUSE OF THE PROBLEM ---
ObjectName: jboss:service=Naming
State: NOTYETINSTALLED
Depends On Me:
jboss:service=TransactionManager
jboss.mq:service=DestinationManager
jboss.mq:service=Invoker
jboss.mq:service=InvocationLayer,type=UIL
jboss.mq:service=InvocationLayer,type=UILXA
jboss.mq:service=InvocationLayer,type=UIL2,alias=UIL2ConnectionFactory
jboss.mq:service=InvocationLayer,type=UIL2XA,alias=UIL2XAConnectionFactory
jboss.jms:alias=QueueConnectionFactory
jboss.jms:alias=TopicConnectionFactory
jboss.jmx:type=adaptor,name=Invoker,protocol=jrmp,service=proxyFactory
jboss.jmx:alias=jmx/rmi/RMIAdaptor
jboss:service=Mail
ObjectName: jboss.jdbc:service=metadata
State: NOTYETINSTALLED
Depends On Me:
jboss.jdbc:service=metadata,datasource=XdmsJdbcDs1
jboss.jdbc:service=metadata,datasource=XdmsJdbcDs
jboss.jdbc:service=metadata,datasource=DefaultDS
ObjectName: jboss.jca:service=RARDeployment,name='jboss-local-jdbc.rar'
State: NOTYETINSTALLED
Depends On Me:
jboss.jca:service=ManagedConnectionFactory,name=XdmsJdbcDs1
jboss.jca:service=ManagedConnectionFactory,name=XdmsJdbcDs
jboss.jca:service=ManagedConnectionFactory,name=DefaultDS
ObjectName: jboss.jca:service=RARDeployment,name='jms-ra.rar'
State: NOTYETINSTALLED
Depends On Me:
jboss.jca:service=ManagedConnectionFactory,name=JmsXA
ObjectName: jboss:service=invoker,type=jrmp
State: NOTYETINSTALLED
Depends On Me:
jboss.jmx:type=adaptor,name=Invoker,protocol=jrmp,service=proxyFactory
ObjectName: jboss.security:service=JaasSecurityManager
State: NOTYETINSTALLED
Depends On Me:
jboss.web:service=WebServer
jboss.mq:service=SecurityManager
jboss.jca:service=LocalTxCM,name=DefaultDS
jboss.jca:service=TxCM,name=JmsXA
2008-01-21 00:46:17,516 ERROR [org.jboss.system.server.Server] Root deployment has missing dependencies; continuing
Incomplete Deployment listing:
--- Packages waiting for a deployer ---
org.jboss.deployment.DeploymentInfo@b8ccd45a { url=file:/opt/OC/glms/jboss-4.2.2.GA/server/glms/deploy/jboss-web.deployer/ROOT.war/ }
deployer: null
status: Starting
state: INIT_WAITING_DEPLOYER
watch: file:/opt/OC/glms/jboss-4.2.2.GA/server/glms/deploy/jboss-web.deployer/ROOT.war/
altDD: null
lastDeployed: 1200872776225
lastModified: 1200868057000
mbeans:
org.jboss.deployment.DeploymentInfo@77607083 { url=file:/opt/OC/glms/jboss-4.2.2.GA/server/glms/deploy/http-invoker.sar/invoker.war/ }
deployer: null
status: Starting
state: INIT_WAITING_DEPLOYER
watch: file:/opt/OC/glms/jboss-4.2.2.GA/server/glms/deploy/http-invoker.sar/invoker.war/
altDD: null
lastDeployed: 1200872776225
lastModified: 1200868057000
mbeans:
org.jboss.deployment.DeploymentInfo@f404f698 { url=file:/opt/OC/glms/jboss-4.2.2.GA/server/glms/deploy/jbossws.sar/jbossws-context.war/ }
deployer: null
status: Starting
state: INIT_WAITING_DEPLOYER
watch: file:/opt/OC/glms/jboss-4.2.2.GA/server/glms/deploy/jbossws.sar/jbossws-context.war/
altDD: null
lastDeployed: 1200872776225
lastModified: 1200868057000
mbeans:
org.jboss.deployment.DeploymentInfo@7d4ef38d { url=file:/opt/OC/glms/jboss-4.2.2.GA/server/glms/deploy/jms/jbossmq-httpil.sar/jbossmq-httpil.war/ }
deployer: null
status: Starting
state: INIT_WAITING_DEPLOYER
watch: file:/opt/OC/glms/jboss-4.2.2.GA/server/glms/deploy/jms/jbossmq-httpil.sar/jbossmq-httpil.war/
altDD: null
lastDeployed: 1200872776225
lastModified: 1200868057000
mbeans:
org.jboss.deployment.DeploymentInfo@c2efc4de { url=file:/opt/OC/glms/jboss-4.2.2.GA/server/glms/deploy/management/console-mgr.sar/web-console.war/ }
deployer: null
status: Starting
state: INIT_WAITING_DEPLOYER
watch: file:/opt/OC/glms/jboss-4.2.2.GA/server/glms/deploy/management/console-mgr.sar/web-console.war/
altDD: null
lastDeployed: 1200872776226
lastModified: 1200868057000
mbeans:
org.jboss.deployment.DeploymentInfo@66c3b0d4 { url=file:/opt/OC/glms/jboss-4.2.2.GA/server/glms/deploy/jboss-ha-local-jdbc.rar }
deployer: null
status: null
state: INIT_WAITING_DEPLOYER
watch: file:/opt/OC/glms/jboss-4.2.2.GA/server/glms/deploy/jboss-ha-local-jdbc.rar
altDD: null
lastDeployed: 1200872776576
lastModified: 1200872776000
mbeans:
org.jboss.deployment.DeploymentInfo@35d51368 { url=file:/opt/OC/glms/jboss-4.2.2.GA/server/glms/deploy/jboss-ha-xa-jdbc.rar }
deployer: null
status: null
state: INIT_WAITING_DEPLOYER
watch: file:/opt/OC/glms/jboss-4.2.2.GA/server/glms/deploy/jboss-ha-xa-jdbc.rar
altDD: null
lastDeployed: 1200872776577
lastModified: 1200872776000
mbeans:
org.jboss.deployment.DeploymentInfo@868b43fa { url=file:/opt/OC/glms/jboss-4.2.2.GA/server/glms/deploy/jboss-local-jdbc.rar }
deployer: null
status: null
state: INIT_WAITING_DEPLOYER
watch: file:/opt/OC/glms/jboss-4.2.2.GA/server/glms/deploy/jboss-local-jdbc.rar
altDD: null
lastDeployed: 1200872776578
lastModified: 1200872776000
mbeans:
org.jboss.deployment.DeploymentInfo@660cc202 { url=file:/opt/OC/glms/jboss-4.2.2.GA/server/glms/deploy/jboss-xa-jdbc.rar }
deployer: null
status: null
state: INIT_WAITING_DEPLOYER
watch: file:/opt/OC/glms/jboss-4.2.2.GA/server/glms/deploy/jboss-xa-jdbc.rar
altDD: null
lastDeployed: 1200872776579
lastModified: 1200872776000
mbeans:
org.jboss.deployment.DeploymentInfo@edbc5952 { url=file:/opt/OC/glms/jboss-4.2.2.GA/server/glms/deploy/jms/jms-ra.rar }
deployer: null
status: null
state: INIT_WAITING_DEPLOYER
watch: file:/opt/OC/glms/jboss-4.2.2.GA/server/glms/deploy/jms/jms-ra.rar
altDD: null
lastDeployed: 1200872776581
lastModified: 1200872776000
mbeans:
org.jboss.deployment.DeploymentInfo@d12f165e { url=file:/opt/OC/glms/jboss-4.2.2.GA/server/glms/deploy/mail-ra.rar }
deployer: null
status: null
state: INIT_WAITING_DEPLOYER
watch: file:/opt/OC/glms/jboss-4.2.2.GA/server/glms/deploy/mail-ra.rar
altDD: null
lastDeployed: 1200872776582
lastModified: 1200872776000
mbeans:
org.jboss.deployment.DeploymentInfo@6ad7eba { url=file:/opt/OC/glms/jboss-4.2.2.GA/server/glms/deploy/quartz-ra.rar }
deployer: null
status: null
state: INIT_WAITING_DEPLOYER
watch: file:/opt/OC/glms/jboss-4.2.2.GA/server/glms/deploy/quartz-ra.rar
altDD: null
lastDeployed: 1200872776583
lastModified: 1200872776000
mbeans:
org.jboss.deployment.DeploymentInfo@5d240514 { url=file:/opt/OC/glms/jboss-4.2.2.GA/server/glms/deploy/glms/authorization.jar }
deployer: null
status: null
state: INIT_WAITING_DEPLOYER
watch: file:/opt/OC/glms/jboss-4.2.2.GA/server/glms/deploy/glms/authorization.jar
altDD: null
lastDeployed: 1200872777040
lastModified: 1200872777000
mbeans:
org.jboss.deployment.DeploymentInfo@626aee46 { url=file:/opt/OC/glms/jboss-4.2.2.GA/server/glms/deploy/glms/charging.jar }
deployer: null
status: null
state: INIT_WAITING_DEPLOYER
watch: file:/opt/OC/glms/jboss-4.2.2.GA/server/glms/deploy/glms/charging.jar
altDD: null
lastDeployed: 1200872777042
lastModified: 1200872777000
mbeans:
org.jboss.deployment.DeploymentInfo@1308ce1f { url=file:/opt/OC/glms/jboss-4.2.2.GA/server/glms/deploy/glms/log.jar }
deployer: null
status: null
state: INIT_WAITING_DEPLOYER
watch: file:/opt/OC/glms/jboss-4.2.2.GA/server/glms/deploy/glms/log.jar
altDD: null
lastDeployed: 1200872777186
lastModified: 1200872777000
mbeans:
org.jboss.deployment.DeploymentInfo@39b4526a { url=file:/opt/OC/glms/jboss-4.2.2.GA/server/glms/deploy/glms/pds-ejb.jar }
deployer: null
status: null
state: INIT_WAITING_DEPLOYER
watch: file:/opt/OC/glms/jboss-4.2.2.GA/server/glms/deploy/glms/pds-ejb.jar
altDD: null
lastDeployed: 1200872777189
lastModified: 1200872777000
mbeans:
org.jboss.deployment.DeploymentInfo@72f3abd5 { url=file:/opt/OC/glms/jboss-4.2.2.GA/server/glms/deploy/glms/sipUapd.jar }
deployer: null
status: null
state: INIT_WAITING_DEPLOYER
watch: file:/opt/OC/glms/jboss-4.2.2.GA/server/glms/deploy/glms/sipUapd.jar
altDD: null
lastDeployed: 1200872777199
lastModified: 1200872777000
mbeans:
org.jboss.deployment.DeploymentInfo@59fca1fe { url=file:/opt/OC/glms/jboss-4.2.2.GA/server/glms/deploy/glms/auth-association.war }
deployer: null
status: null
state: INIT_WAITING_DEPLOYER
watch: file:/opt/OC/glms/jboss-4.2.2.GA/server/glms/deploy/glms/auth-association.war
altDD: null
lastDeployed: 1200872777213
lastModified: 1200872777000
mbeans:
org.jboss.deployment.DeploymentInfo@7b97a6e9 { url=file:/opt/OC/glms/jboss-4.2.2.GA/server/glms/deploy/glms/auth-rule.war }
deployer: null
status: null
state: INIT_WAITING_DEPLOYER
watch: file:/opt/OC/glms/jboss-4.2.2.GA/server/glms/deploy/glms/auth-rule.war
altDD: null
lastDeployed: 1200872777214
lastModified: 1200872777000
mbeans:
org.jboss.deployment.DeploymentInfo@86583e05 { url=file:/opt/OC/glms/jboss-4.2.2.GA/server/glms/deploy/glms/auth-users.war }
deployer: null
status: null
state: INIT_WAITING_DEPLOYER
watch: file:/opt/OC/glms/jboss-4.2.2.GA/server/glms/deploy/glms/auth-users.war
altDD: null
lastDeployed: 1200872777216
lastModified: 1200872777000
mbeans:
org.jboss.deployment.DeploymentInfo@62a75b7e { url=file:/opt/OC/glms/jboss-4.2.2.GA/server/glms/deploy/glms/controller.war }
deployer: null
status: null
state: INIT_WAITING_DEPLOYER
watch: file:/opt/OC/glms/jboss-4.2.2.GA/server/glms/deploy/glms/controller.war
altDD: null
lastDeployed: 1200872777218
lastModified: 1200872777000
mbeans:
org.jboss.deployment.DeploymentInfo@896ded9 { url=file:/opt/OC/glms/jboss-4.2.2.GA/server/glms/deploy/glms/pdsViewer.war }
deployer: null
status: null
state: INIT_WAITING_DEPLOYER
watch: file:/opt/OC/glms/jboss-4.2.2.GA/server/glms/deploy/glms/pdsViewer.war
altDD: null
lastDeployed: 1200872777220
lastModified: 1200872777000
mbeans:
org.jboss.deployment.DeploymentInfo@6a1dc6a8 { url=file:/opt/OC/glms/jboss-4.2.2.GA/server/glms/deploy/jmx-console.war/ }
deployer: null
status: null
state: INIT_WAITING_DEPLOYER
watch: file:/opt/OC/glms/jboss-4.2.2.GA/server/glms/deploy/jmx-console.war/
altDD: null
lastDeployed: 1200872777220
lastModified: 1200868057000
mbeans:
org.jboss.deployment.DeploymentInfo@29d6af3d { url=file:/opt/OC/glms/jboss-4.2.2.GA/server/glms/tmp/deploy/tmp56501ui.ear-contents/ui.jar }
deployer: null
status: Starting
state: START_SUBDEPLOYMENTS
watch: file:/opt/OC/glms/jboss-4.2.2.GA/server/glms/tmp/deploy/tmp56501ui.ear-contents/ui.jar
altDD: null
lastDeployed: 1200872777266
lastModified: 1200872777000
mbeans:
org.jboss.deployment.DeploymentInfo@29d6e00a { url=file:/opt/OC/glms/jboss-4.2.2.GA/server/glms/tmp/deploy/tmp56501ui.ear-contents/ui.war }
deployer: null
status: Starting
state: START_SUBDEPLOYMENTS
watch: file:/opt/OC/glms/jboss-4.2.2.GA/server/glms/tmp/deploy/tmp56501ui.ear-contents/ui.war
altDD: null
lastDeployed: 1200872777267
lastModified: 1200872777000
mbeans:
--- Incompletely deployed packages ---
org.jboss.deployment.DeploymentInfo@66c3b0d4 { url=file:/opt/OC/glms/jboss-4.2.2.GA/server/glms/deploy/jboss-ha-local-jdbc.rar }
deployer: null
status: null
state: INIT_WAITING_DEPLOYER
watch: file:/opt/OC/glms/jboss-4.2.2.GA/server/glms/deploy/jboss-ha-local-jdbc.rar
altDD: null
lastDeployed: 1200872776576
lastModified: 1200872776000
mbeans:
org.jboss.deployment.DeploymentInfo@35d51368 { url=file:/opt/OC/glms/jboss-4.2.2.GA/server/glms/deploy/jboss-ha-xa-jdbc.rar }
deployer: null
status: null
state: INIT_WAITING_DEPLOYER
watch: file:/opt/OC/glms/jboss-4.2.2.GA/server/glms/deploy/jboss-ha-xa-jdbc.rar
altDD: null
lastDeployed: 1200872776577
lastModified: 1200872776000
mbeans:
org.jboss.deployment.DeploymentInfo@868b43fa { url=file:/opt/OC/glms/jboss-4.2.2.GA/server/glms/deploy/jboss-local-jdbc.rar }
deployer: null
status: null
state: INIT_WAITING_DEPLOYER
watch: file:/opt/OC/glms/jboss-4.2.2.GA/server/glms/deploy/jboss-local-jdbc.rar
altDD: null
lastDeployed: 1200872776578
lastModified: 1200872776000
mbeans:
org.jboss.deployment.DeploymentInfo@660cc202 { url=file:/opt/OC/glms/jboss-4.2.2.GA/server/glms/deploy/jboss-xa-jdbc.rar }
deployer: null
status: null
state: INIT_WAITING_DEPLOYER
watch: file:/opt/OC/glms/jboss-4.2.2.GA/server/glms/deploy/jboss-xa-jdbc.rar
altDD: null
lastDeployed: 1200872776579
lastModified: 1200872776000
mbeans:
org.jboss.deployment.DeploymentInfo@edbc5952 { url=file:/opt/OC/glms/jboss-4.2.2.GA/server/glms/deploy/jms/jms-ra.rar }
deployer: null
status: null
state: INIT_WAITING_DEPLOYER
watch: file:/opt/OC/glms/jboss-4.2.2.GA/server/glms/deploy/jms/jms-ra.rar
altDD: null
lastDeployed: 1200872776581
lastModified: 1200872776000
mbeans:
org.jboss.deployment.DeploymentInfo@d12f165e { url=file:/opt/OC/glms/jboss-4.2.2.GA/server/glms/deploy/mail-ra.rar }
deployer: null
status: null
state: INIT_WAITING_DEPLOYER
watch: file:/opt/OC/glms/jboss-4.2.2.GA/server/glms/deploy/mail-ra.rar
altDD: null
lastDeployed: 1200872776582
lastModified: 1200872776000
mbeans:
org.jboss.deployment.DeploymentInfo@6ad7eba { url=file:/opt/OC/glms/jboss-4.2.2.GA/server/glms/deploy/quartz-ra.rar }
deployer: null
status: null
state: INIT_WAITING_DEPLOYER
watch: file:/opt/OC/glms/jboss-4.2.2.GA/server/glms/deploy/quartz-ra.rar
altDD: null
lastDeployed: 1200872776583
lastModified: 1200872776000
mbeans:
org.jboss.deployment.DeploymentInfo@5d240514 { url=file:/opt/OC/glms/jboss-4.2.2.GA/server/glms/deploy/glms/authorization.jar }
deployer: null
status: null
state: INIT_WAITING_DEPLOYER
watch: file:/opt/OC/glms/jboss-4.2.2.GA/server/glms/deploy/glms/authorization.jar
altDD: null
lastDeployed: 1200872777040
lastModified: 1200872777000
mbeans:
org.jboss.deployment.DeploymentInfo@626aee46 { url=file:/opt/OC/glms/jboss-4.2.2.GA/server/glms/deploy/glms/charging.jar }
deployer: null
status: null
state: INIT_WAITING_DEPLOYER
watch: file:/opt/OC/glms/jboss-4.2.2.GA/server/glms/deploy/glms/charging.jar
altDD: null
lastDeployed: 1200872777042
lastModified: 1200872777000
mbeans:
org.jboss.deployment.DeploymentInfo@1308ce1f { url=file:/opt/OC/glms/jboss-4.2.2.GA/server/glms/deploy/glms/log.jar }
deployer: null
status: null
state: INIT_WAITING_DEPLOYER
watch: file:/opt/OC/glms/jboss-4.2.2.GA/server/glms/deploy/glms/log.jar
altDD: null
lastDeployed: 1200872777186
lastModified: 1200872777000
mbeans:
org.jboss.deployment.DeploymentInfo@39b4526a { url=file:/opt/OC/glms/jboss-4.2.2.GA/server/glms/deploy/glms/pds-ejb.jar }
deployer: null
status: null
state: INIT_WAITING_DEPLOYER
watch: file:/opt/OC/glms/jboss-4.2.2.GA/server/glms/deploy/glms/pds-ejb.jar
altDD: null
lastDeployed: 1200872777189
lastModified: 1200872777000
mbeans:
org.jboss.deployment.DeploymentInfo@72f3abd5 { url=file:/opt/OC/glms/jboss-4.2.2.GA/server/glms/deploy/glms/sipUapd.jar }
deployer: null
status: null
state: INIT_WAITING_DEPLOYER
watch: file:/opt/OC/glms/jboss-4.2.2.GA/server/glms/deploy/glms/sipUapd.jar
altDD: null
lastDeployed: 1200872777199
lastModified: 1200872777000
mbeans:
org.jboss.deployment.DeploymentInfo@59fca1fe { url=file:/opt/OC/glms/jboss-4.2.2.GA/server/glms/deploy/glms/auth-association.war }
deployer: null
status: null
state: INIT_WAITING_DEPLOYER
watch: file:/opt/OC/glms/jboss-4.2.2.GA/server/glms/deploy/glms/auth-association.war
altDD: null
lastDeployed: 1200872777213
lastModified: 1200872777000
mbeans:
org.jboss.deployment.DeploymentInfo@7b97a6e9 { url=file:/opt/OC/glms/jboss-4.2.2.GA/server/glms/deploy/glms/auth-rule.war }
deployer: null
status: null
state: INIT_WAITING_DEPLOYER
watch: file:/opt/OC/glms/jboss-4.2.2.GA/server/glms/deploy/glms/auth-rule.war
altDD: null
lastDeployed: 1200872777214
lastModified: 1200872777000
mbeans:
org.jboss.deployment.DeploymentInfo@86583e05 { url=file:/opt/OC/glms/jboss-4.2.2.GA/server/glms/deploy/glms/auth-users.war }
deployer: null
status: null
state: INIT_WAITING_DEPLOYER
watch: file:/opt/OC/glms/jboss-4.2.2.GA/server/glms/deploy/glms/auth-users.war
altDD: null
lastDeployed: 1200872777216
lastModified: 1200872777000
mbeans:
org.jboss.deployment.DeploymentInfo@62a75b7e { url=file:/opt/OC/glms/jboss-4.2.2.GA/server/glms/deploy/glms/controller.war }
deployer: null
status: null
state: INIT_WAITING_DEPLOYER
watch: file:/opt/OC/glms/jboss-4.2.2.GA/server/glms/deploy/glms/controller.war
altDD: null
lastDeployed: 1200872777218
lastModified: 1200872777000
mbeans:
org.jboss.deployment.DeploymentInfo@896ded9 { url=file:/opt/OC/glms/jboss-4.2.2.GA/server/glms/deploy/glms/pdsViewer.war }
deployer: null
status: null
state: INIT_WAITING_DEPLOYER
watch: file:/opt/OC/glms/jboss-4.2.2.GA/server/glms/deploy/glms/pdsViewer.war
altDD: null
lastDeployed: 1200872777220
lastModified: 1200872777000
mbeans:
org.jboss.deployment.DeploymentInfo@6a1dc6a8 { url=file:/opt/OC/glms/jboss-4.2.2.GA/server/glms/deploy/jmx-console.war/ }
deployer: null
status: null
state: INIT_WAITING_DEPLOYER
watch: file:/opt/OC/glms/jboss-4.2.2.GA/server/glms/deploy/jmx-console.war/
altDD: null
lastDeployed: 1200872777220
lastModified: 1200868057000
mbeans:
org.jboss.deployment.DeploymentInfo@72f3cf6f { url=file:/opt/OC/glms/jboss-4.2.2.GA/server/glms/deploy/glms/sipUapd.spr }
deployer: org.cafesip.jiplet.jboss.SprDeployer@37c2ec05
status: Deployment FAILED reason: com/hp/oc/xdms/authorization/exception/b
state: FAILED
watch: file:/opt/OC/glms/jboss-4.2.2.GA/server/glms/deploy/glms/sipUapd.spr
altDD: null
lastDeployed: 1200872777278
lastModified: 1200872777000
mbeans:
--- MBeans waiting for other MBeans ---
ObjectName: jboss:service=TransactionManager
State: CONFIGURED
I Depend On:
jboss:service=XidFactory
jboss:service=Naming
Depends On Me:
jboss.web:service=WebServer
jboss.ejb:service=EJBTimerService
jboss.ejb:service=EJBDeployer
jboss:service=KeyGeneratorFactory,type=HiLo
jboss.jca:service=WorkManager
jboss.jca:service=RARDeployer
jboss.jca:service=CachedConnectionManager
jboss.jca:service=LocalTxCM,name=XdmsJdbcDs1
jboss.jca:service=LocalTxCM,name=XdmsJdbcDs
jboss.jca:service=LocalTxCM,name=DefaultDS
jboss.jca:service=TxCM,name=JmsXA
ObjectName: jboss.ejb3:service=EJB3Deployer
State: CONFIGURED
I Depend On:
jboss.aop:service=AspectDeployer
jboss.ejb:service=EJBDeployer
jboss.ejb3:service=JarsIgnoredForScanning
Depends On Me:
jboss.ws:service=DeployerInterceptorEJB3
ObjectName: jboss.web:service=WebServer
State: CONFIGURED
I Depend On:
jboss.security:service=JaasSecurityManager
jboss:service=TransactionManager
jboss.jca:service=CachedConnectionManager
Depends On Me:
jboss.ws:service=DeployerInterceptorJSE
jboss.mq:service=InvocationLayer,type=HTTP
ObjectName: jboss.ejb:service=EJBTimerService
State: CONFIGURED
I Depend On:
jboss:service=TransactionManager
ObjectName: jboss.ejb:service=EJBTimerService,persistencePolicy=database
State: CONFIGURED
I Depend On:
jboss.jca:service=DataSourceBinding,name=DefaultDS
ObjectName: jboss.ejb:service=EJBDeployer
State: CONFIGURED
I Depend On:
jboss:service=TransactionManager
jboss:service=WebService
Depends On Me:
jboss.ejb3:service=EJB3Deployer
jboss.ws:service=DeployerInterceptorEJB21
ObjectName: jboss.ws:service=DeployerInterceptorJSE
State: CONFIGURED
I Depend On:
jboss.web:service=WebServer
ObjectName: jboss.ws:service=DeployerInterceptorEJB21
State: CONFIGURED
I Depend On:
jboss.ejb:service=EJBDeployer
ObjectName: jboss.ws:service=DeployerInterceptorEJB3
State: CONFIGURED
I Depend On:
jboss.ejb3:service=EJB3Deployer
ObjectName: jboss.mq:service=InvocationLayer,type=HTTP
State: CONFIGURED
I Depend On:
jboss.mq:service=Invoker
jboss.web:service=WebServer
ObjectName: jboss.admin:ser
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4122094#4122094
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4122094
18 years, 6 months