[JBoss Messaging] - OutOfMemoryError with JBoss Messaging
by harish43
I am getting java.lang.OutOfMemoryError after a few hours when running a load test with the following setup.
JBoss AS 4.2.2 GA
JBM 1.4.0 SP3
JBoss Remoting 2.4.0.CR1 (Pinto)
JDK 1.5.0_06
JVM arguments : -verbose:gc -XX:+PrintGCTimeStamps -XX:NewRatio=1 -Xms1024m -Xmx2048m -XX:PermSize=128m -XX:MaxPermSize=256m -XX:+UseParallelGC -Dsun.rmi.dgc.client.gcInterval=120000 -Dsun.rmi.dgc.server.gcInterval=120000
The Full GC times increase from 1 second at the beginning to 30 seconds in the end. The Old generation space gets filled to the max of 1GB and after sometime the Eden space is filled up to its max and GCs cannot claim any more space.
The memory usage is very stable when testing with JBossMQ.
The jboss remoting objects seem to be growing throughout the test. When testing with JBossMQ the jboss remoting objects are pretty stable and not nearly as many instances as with JBM.
I have tried with JBoss Remoting version 2.2.2.SP4-brew as recommended in the JBM 1.4.0 SP3 documentation and I get the same behavior.
Below is a heap snapshot towards the end of the test.
769946 .. 168189k . char[]
2814906 . 98961k .. java.util.HashMap$Entry
936726 .. 88564k .. java.util.HashMap$Entry[]
2008055 . 54907k .. java.lang.String
936446 .. 51211k .. java.util.HashMap
434925 .. 25114k .. java.lang.Object[]
634584 .. 22309k .. java.util.Hashtable$Entry
1788960 . 20964k .. EDU.oswego.cs.dl.util.concurrent.ConcurrentHashMap$Segment (CL #2)
389365 .. 18631k .. java.util.TreeMap$Entry
45601 ... 14903k .. byte[]
27873 ... 11840k .. org.jboss.remoting.transport.bisocket.BisocketServerInvoker (CL #4)
243018 .. 11391k .. java.util.Collections$SynchronizedMap
86909 ... 9109k ... java.util.Hashtable$Entry[]
102026 .. 7970k ... nu.xom.Element (CL #78)
55905 ... 7872k ... EDU.oswego.cs.dl.util.concurrent.ConcurrentHashMap$Entry[] (CL #2)
55905 ... 7861k ... EDU.oswego.cs.dl.util.concurrent.ConcurrentHashMap$Segment[] (CL #2)
306520 .. 7184k ... java.util.ArrayList
55751 ... 6642k ... org.jboss.remoting.loading.ClassByteClassLoader (CL #4)
28026 ... 5391k ... org.jboss.jms.server.endpoint.ServerSessionEndpoint (CL #4)
75425 ... 5376k ... org.jboss.remoting.transport.bisocket.BisocketServerInvoker$ControlMonitorTimerTask (CL #4)
28386 ... 4854k ... EDU.oswego.cs.dl.util.concurrent.ConcurrentReaderHashMap$Entry[] (CL #2)
27872 ... 4545k ... org.jboss.jms.server.endpoint.ServerConnectionEndpoint (CL #4)
55905 ... 4149k ... EDU.oswego.cs.dl.util.concurrent.ConcurrentHashMap (CL #2)
27917 ... 3953k ... org.jboss.remoting.Client (CL #4)
6582 .... 3684k ... int[]
98963 ... 3479k ... EDU.oswego.cs.dl.util.concurrent.ConcurrentReaderHashMap$Entry (CL #2)
86490 ... 3378k ... java.lang.ref.WeakReference
58692 ... 3209k ... java.util.Hashtable
116937 .. 3197k ... java.util.Vector
52948 ... 2895k ... java.util.TreeMap
50254 ... 2748k ... nu.xom.Attribute (CL #78)
27876 ... 2722k ... org.jboss.remoting.callback.ServerInvokerCallbackHandler (CL #4)
84194 ... 2631k ... java.lang.ref.ReferenceQueue
335308 .. 2619k ... java.lang.Object
27903 ... 2506k ... org.jboss.remoting.InvokerLocator (CL #4)
18018 ... 2410k ... java.lang.reflect.Method
28386 ... 2328k ... EDU.oswego.cs.dl.util.concurrent.ConcurrentReaderHashMap (CL #2)
28439 ... 2227k ... java.util.WeakHashMap$Entry[]
140604 .. 2196k ... java.util.HashSet
56231 ... 1976k ... EDU.oswego.cs.dl.util.concurrent.LinkedQueue (CL #2)
27876 ... 1932k ... org.jboss.remoting.transport.local.LocalClientInvoker (CL #4)
82629 ... 1901k ... nu.xom.Node[] (CL #78)
28439 ... 1777k ... java.util.WeakHashMap
28210 ... 1763k ... java.util.Properties
28498 ... 1669k ... java.util.WeakHashMap$Entry
28104 ... 1564k ... org.jboss.aop.ClassInstanceAdvisor (CL #109)
27876 ... 1524k ... org.jboss.remoting.InvocationRequest (CL #4)
27977 ... 1420k ... org.jboss.util.LRUCachePolicy$LRUList (CL #2)
86154 ... 1346k ... java.util.HashMap$EntrySet
56250 ... 1318k ... EDU.oswego.cs.dl.util.concurrent.LinkedNode (CL #2)
28104 ... 1317k ... org.jboss.aop.InstanceAdvisorDelegate (CL #109)
11647 ... 1296k ... org.jboss.mx.server.InvocationContext (CL #2)
28029 ... 1122k ... EDU.oswego.cs.dl.util.concurrent.QueuedExecutor (CL #2)
27875 ... 1116k ... org.jboss.remoting.transport.socket.LRUPool (CL #4)
55778 ... 1089k ... org.jboss.remoting.Home (CL #4)
27876 ... 1088k ... org.jboss.remoting.callback.DefaultCallbackErrorHandler (CL #4)
I appreciate any help with this.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4145900#4145900
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4145900
18 years
[JBoss Portal] - Custom Login Module - Login Link
by ai77
Hi,
I've been reading posts on custom login authentication for days and I managed to get to an almost working login mechanism, but I'm now stuck with a problem for which I couldn't find a solution in any of the prev posts.
Here's my situation: I'm using jboss portal bundle 2.6.4 and I need to authenticate my users via a Web Service (which I already have and it's working fine).
I created my own custom login module which looks more or less like NM-156's in this post: http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4088974#4088974%..., except for the authentication bit which relies on the web service login call.
I've changed my jboss-portal-2.6.4\server\default\deploy\jboss-portal.sar\conf\login-config.xml to include my own "login-module".
I log in the portal from the login link on the top right corner of the default installation portal page and if I use user "admin" which is both available in jboss and in my web service, everything works fine.
If instead I try with a user that is only recognized by my web service, albeit the custom login module is called and the log in works fine (if I get the request.getUserPrincipal() from a portlet I get the correct name of the logged in user), the link "login" on the top-right corner of the portal is still there! And my page has been redirected to /portal/auth/portal/ so I don't understand why I don't see the "Dashboard | Admin | Logout" links. Also the "current users" portlet says that I'm logged-in.
I'm sure I'm missing something really stupid, but any help would be greatly appreciated.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4145899#4145899
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4145899
18 years
[JBoss Portal] - Re: Portlet Header Injection
by biglou214
Thanks for the response. Turns out everything was fine in my jboss-portlet.xml. I ended up grabbing the jboss source and walking through the code in the debugger. Turns out that the HeaderInterceptor was never being called. At some point it looks like my Interceptor declarations were messed up. Just in case anyone else gets into this state there are two lines that need to be in your jboss-service.xml /server/default/deploy/jboss-portal/sar/META-INF/jboss-service.xml.
The first is:
<mbean
| code="org.jboss.portal.core.aspects.portlet.HeaderInterceptor"
| name="portal:service=Interceptor,type=Portlet,name=Header"
| xmbean-dd=""
| xmbean-code="org.jboss.portal.jems.as.system.JBossServiceModelMBean">
| <xmbean/>
| </mbean>
The second, and the one that had been removed in my deployment is in the depends-list for the JbossInterceptorStackFactory:
<depends-list-element>portal:service=Interceptor,type=Portlet,name=Header</depends-list-element>
After adding that in, everything works like a charm!
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4145897#4145897
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4145897
18 years
[Installation, Configuration & DEPLOYMENT] - Trying to run Jboss 4.2.2.GA on Fedora Core 6
by spambob
Hello you all,
Would you mind giving me some tips for making jboss to run?
Here's the log:
| =========================================================================
|
| JBoss Bootstrap Environment
|
| JBOSS_HOME: /usr/jboss/jboss-4.2.2.GA
|
| JAVA: /usr/java/jdk1.6.0_06/bin/java
|
| JAVA_OPTS: -Dprogram.name=run.sh -server -Xms128m -Xmx512m -Dsun.rmi.dgc.clien t.gcInterval=3600000 -Dsun.rmi.dgc.server.gcInterval=3600000 -Djava.net.preferIP v4Stack=true
|
| CLASSPATH: /usr/jboss/jboss-4.2.2.GA/bin/run.jar:/usr/java/jdk1.6.0_06/lib/too ls.jar
|
| =========================================================================
|
| 15:50:49,076 INFO [Server] Starting JBoss (MX MicroKernel)...
| 15:50:49,078 INFO [Server] Release ID: JBoss [Trinity] 4.2.2.GA (build: SVNTag= JBoss_4_2_2_GA date=200710221139)
| 15:50:49,079 INFO [Server] Home Dir: /usr/jboss/jboss-4.2.2.GA
| 15:50:49,079 INFO [Server] Home URL: file:/usr/jboss/jboss-4.2.2.GA/
| 15:50:49,080 INFO [Server] Patch URL: null
| 15:50:49,080 INFO [Server] Server Name: default
| 15:50:49,081 INFO [Server] Server Home Dir: /usr/jboss/jboss-4.2.2.GA/server/de fault
| 15:50:49,081 INFO [Server] Server Home URL: file:/usr/jboss/jboss-4.2.2.GA/serv er/default/
| 15:50:49,081 INFO [Server] Server Log Dir: /usr/jboss/jboss-4.2.2.GA/server/def ault/log
| 15:50:49,081 INFO [Server] Server Temp Dir: /usr/jboss/jboss-4.2.2.GA/server/de fault/tmp
| 15:50:49,082 INFO [Server] Root Deployment Filename: jboss-service.xml
| 15:50:54,897 INFO [ServerInfo] Java version: 1.6.0_06,Sun Microsystems Inc.
| 15:50:54,898 INFO [ServerInfo] Java VM: Java HotSpot(TM) Server VM 10.0-b22,Sun Microsystems Inc.
| 15:50:54,898 INFO [ServerInfo] OS-System: Linux 2.6.22.14-72.fc6,i386
| 15:50:55,509 INFO [Server] Core system initialized
| 15:51:09,617 WARN [BasicMBeanRegistry] javax.management.MBeanRegistrationException: preRegister() failed: [ObjectName='jboss.remoting:service=NetworkRegistry', Class=org.jboss.remoting.network.NetworkRegistry (org.jboss.remoting.network.NetworkRegistry@5d391d)]
| 15:51:09,633 ERROR [MainDeployer] Could not create deployment: file:/usr/jboss/jboss-4.2.2.GA/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@5d391d)]
| 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: nagios-screens: nagios-screens
| 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@5d391d)]
| 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: nagios-screens: nagios-screens
| 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
| 15:51:09,642 INFO [Server] Runtime shutdown hook called, forceHalt: true
| 15:51:09,642 INFO [Server] JBoss SHUTDOWN: Undeploying all packages
| 15:51:09,655 INFO [Server] Shutdown complete
| Shutdown complete
| Halting VM
|
Thanks in advance =)
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4145894#4145894
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4145894
18 years