MSS 1.4 admin-console does not seem to work remotely

41 views
Skip to first unread message

peter....@crocodile-rcs.com

unread,
Oct 22, 2010, 4:08:18 PM10/22/10
to mobicents-public
When I try to access the admin-console (http://<my ip address>:8080/
admin-console) remotely the basic admin console tree structure (on the
left) is filled in, but the nodes for things like deployed .war files
are not present and the panels (on the right) just contain empty
tables. I also get a lot of exceptions in the log (see end of
message).

Operating system: CentOS 5.5 (x86_64)
Java: jdk-6u22-linux-x64-rpm.bin
Mobicents: mss-1.4.0.FINAL-jboss-jdk6-5.1.0.GA
Run with the command: bin/run.sh –b <my ip address>

This is a brand-new install freshly unzipped with no configuration
changes made.

When I run this under Windows 7 and access it locally (http://
127.0.0.1:8080/admin-console) it all works as I would expect it to.

Is this misconfiguration (or lack of configuration) on my part, or
should I report a bug?

Regards,

Peter

------------

21:02:06,983 INFO [ServletContextListener] Welcome to Seam 2.1.0.SP1
21:02:09,878 WARN [Component] Component class should be serializable:
org.jboss.seam.ui.facelet.mockHttpSession
21:02:09,908 WARN [PersistentPermissionResolver] no permission store
available - please install a PermissionStore with the name
'org.jboss.seam.security.jpaPermissionStore' if persistent permissions
are required.
21:02:17,884 INFO [BootstrapAction] Initializing Administration
Console v1.2.0.GA...
21:02:19,579 WARN [SystemInfoFactory] System info API not accessible
on this platform (native shared library not found in
java.library.path).
21:02:19,713 INFO [PluginContainerResourceManager] Discovering
Resources...
21:02:19,767 WARN [JMXDiscoveryComponent] Unable to complete base jmx
server discovery (enable DEBUG for stack):
java.lang.UnsupportedOperationException: No native library available -
Cannot get the process table information without native support
21:02:21,351 WARN [AbstractManagedObjectPopulator] Cannot create
String name from non-Simple property:
ManagedProperty{JNDIName,JNDIName,metaType=SimpleMetaType:java.lang.String},
value=null
21:02:21,409 WARN [AbstractManagedObjectPopulator] Cannot create
String name from non-Simple property:
ManagedProperty{JNDIName,JNDIName,metaType=SimpleMetaType:java.lang.String},
value=null
21:02:24,582 WARN [ApplicationServerComponent] Could not establish
connection to the JBoss AS instance [1] times for resource [/root/
mss-1.4.0.FINAL-jboss-jdk6-5.1.0.GA/server/default]
org.mc4j.ems.connection.EmsConnectException: Could not connect [jnp://
127.0.0.1:1099] javax.naming.CommunicationException: Could not obtain
connection to any of these urls: 127.0.0.1:1099 [Root exception is
javax.naming.CommunicationException: Failed to connect to server /
127.0.0.1:1099 [Root exception is
javax.naming.ServiceUnavailableException: Failed to connect to server /
127.0.0.1:1099 [Root exception is java.net.ConnectException:
Connection refused]]]
at
org.mc4j.ems.impl.jmx.connection.support.providers.AbstractConnectionProvider.connect(AbstractConnectionProvider.java:
103)
at
org.rhq.plugins.mobicents.servlet.sip.jboss5.ApplicationServerComponent.loadConnection(ApplicationServerComponent.java:
531)
at
org.rhq.plugins.mobicents.servlet.sip.jboss5.ApplicationServerComponent.getEmsConnection(ApplicationServerComponent.java:
456)
at
org.rhq.plugins.jmx.MBeanResourceDiscoveryComponent.performDiscovery(MBeanResourceDiscoveryComponent.java:
120)
at
org.rhq.plugins.jmx.MBeanResourceDiscoveryComponent.discoverResources(MBeanResourceDiscoveryComponent.java:
85)
at sun.reflect.GeneratedMethodAccessor298.invoke(Unknown
Source)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:
25)
at java.lang.reflect.Method.invoke(Method.java:597)
at org.rhq.core.pc.util.DiscoveryComponentProxyFactory
$ComponentInvocationThread.call(DiscoveryComponentProxyFactory.java:
244)
at java.util.concurrent.FutureTask
$Sync.innerRun(FutureTask.java:303)
at java.util.concurrent.FutureTask.run(FutureTask.java:138)
at java.util.concurrent.ThreadPoolExecutor
$Worker.runTask(ThreadPoolExecutor.java:886)
at java.util.concurrent.ThreadPoolExecutor
$Worker.run(ThreadPoolExecutor.java:908)
at java.lang.Thread.run(Thread.java:662)
Caused by: javax.naming.CommunicationException: Could not obtain
connection to any of these urls: 127.0.0.1:1099 [Root exception is
javax.naming.CommunicationException: Failed to connect to server /
127.0.0.1:1099 [Root exception is
javax.naming.ServiceUnavailableException: Failed to connect to server /
127.0.0.1:1099 [Root exception is java.net.ConnectException:
Connection refused]]]
at
org.jnp.interfaces.NamingContext.checkRef(NamingContext.java:1763)
at org.jnp.interfaces.NamingContext.lookup(NamingContext.java:
693)
at org.jnp.interfaces.NamingContext.lookup(NamingContext.java:
686)
at javax.naming.InitialContext.lookup(InitialContext.java:392)
at
org.mc4j.ems.impl.jmx.connection.support.providers.JBossConnectionProvider.doConnect(JBossConnectionProvider.java:
70)
at
org.mc4j.ems.impl.jmx.connection.support.providers.AbstractConnectionProvider.connect(AbstractConnectionProvider.java:
99)
... 13 more
Caused by: javax.naming.CommunicationException: Failed to connect to
server /127.0.0.1:1099 [Root exception is
javax.naming.ServiceUnavailableException: Failed to connect to server /
127.0.0.1:1099 [Root exception is java.net.ConnectException:
Connection refused]]
at
org.jnp.interfaces.NamingContext.getServer(NamingContext.java:335)
at
org.jnp.interfaces.NamingContext.checkRef(NamingContext.java:1734)
... 18 more
Caused by: javax.naming.ServiceUnavailableException: Failed to connect
to server /127.0.0.1:1099 [Root exception is
java.net.ConnectException: Connection refused]
at
org.jnp.interfaces.NamingContext.getServer(NamingContext.java:305)
... 19 more
Caused by: java.net.ConnectException: Connection refused
at java.net.PlainSocketImpl.socketConnect(Native Method)
at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:
333)
at
java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:195)
at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:182)
at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366)
at java.net.Socket.connect(Socket.java:529)
at
org.jnp.interfaces.TimedSocketFactory.createSocket(TimedSocketFactory.java:
97)
at
org.jnp.interfaces.TimedSocketFactory.createSocket(TimedSocketFactory.java:
82)
at
org.jnp.interfaces.NamingContext.getServer(NamingContext.java:301)
... 19 more
21:02:24,584 ERROR [ApplicationServerComponent] Component attempting
to access a connection that could not be loaded
21:02:24,589 WARN [InventoryManager] Failure during discovery for
[Mobicents Sip Servlets] Resources - failed after 72 ms.
java.lang.Exception: Discovery component invocation failed.
at org.rhq.core.pc.util.DiscoveryComponentProxyFactory
$ComponentInvocationThread.call(DiscoveryComponentProxyFactory.java:
248)
at java.util.concurrent.FutureTask
$Sync.innerRun(FutureTask.java:303)
at java.util.concurrent.FutureTask.run(FutureTask.java:138)
at java.util.concurrent.ThreadPoolExecutor
$Worker.runTask(ThreadPoolExecutor.java:886)
at java.util.concurrent.ThreadPoolExecutor
$Worker.run(ThreadPoolExecutor.java:908)
at java.lang.Thread.run(Thread.java:662)
Caused by: java.lang.NullPointerException
at
org.rhq.plugins.jmx.MBeanResourceDiscoveryComponent.performDiscovery(MBeanResourceDiscoveryComponent.java:
129)
at
org.rhq.plugins.jmx.MBeanResourceDiscoveryComponent.discoverResources(MBeanResourceDiscoveryComponent.java:
85)
at sun.reflect.GeneratedMethodAccessor298.invoke(Unknown
Source)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:
25)
at java.lang.reflect.Method.invoke(Method.java:597)
at org.rhq.core.pc.util.DiscoveryComponentProxyFactory
$ComponentInvocationThread.call(DiscoveryComponentProxyFactory.java:
244)
... 5 more
21:02:24,767 ERROR [ApplicationServerComponent] Component attempting
to access a connection that could not be loaded
21:02:24,768 ERROR [WarStandaloneDiscoveryComponent] An error occurred
while discovering ResourceType[id=0, category=Service, name=Web
Application (WAR), plugin=JBossAS5] Resources.
java.lang.NullPointerException
at
org.rhq.plugins.mobicents.servlet.sip.jboss5.ApplicationServerComponent.getWebApplicationEmsBeans(ApplicationServerComponent.java:
585)
at
org.rhq.plugins.mobicents.servlet.sip.jboss5.WarStandaloneDiscoveryComponent.accept(WarStandaloneDiscoveryComponent.java:
23)
at
org.rhq.plugins.mobicents.servlet.sip.jboss5.ManagedDeploymentDiscoveryComponent.discoverResources(ManagedDeploymentDiscoveryComponent.java:
87)
at sun.reflect.GeneratedMethodAccessor298.invoke(Unknown
Source)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:
25)
at java.lang.reflect.Method.invoke(Method.java:597)
at org.rhq.core.pc.util.DiscoveryComponentProxyFactory
$ComponentInvocationThread.call(DiscoveryComponentProxyFactory.java:
244)
at java.util.concurrent.FutureTask
$Sync.innerRun(FutureTask.java:303)
at java.util.concurrent.FutureTask.run(FutureTask.java:138)
at java.util.concurrent.ThreadPoolExecutor
$Worker.runTask(ThreadPoolExecutor.java:886)
at java.util.concurrent.ThreadPoolExecutor
$Worker.run(ThreadPoolExecutor.java:908)
at java.lang.Thread.run(Thread.java:662)
21:02:24,772 ERROR [ApplicationServerComponent] Component attempting
to access a connection that could not be loaded
21:02:24,772 ERROR [WarStandaloneDiscoveryComponent] An error occurred
while discovering ResourceType[id=0, category=Service, name=Web
Application (WAR), plugin=JBossAS5] Resources.
java.lang.NullPointerException
at
org.rhq.plugins.mobicents.servlet.sip.jboss5.ApplicationServerComponent.getWebApplicationEmsBeans(ApplicationServerComponent.java:
585)
at
org.rhq.plugins.mobicents.servlet.sip.jboss5.WarStandaloneDiscoveryComponent.accept(WarStandaloneDiscoveryComponent.java:
23)
at
org.rhq.plugins.mobicents.servlet.sip.jboss5.ManagedDeploymentDiscoveryComponent.discoverResources(ManagedDeploymentDiscoveryComponent.java:
87)
at sun.reflect.GeneratedMethodAccessor298.invoke(Unknown
Source)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:
25)
at java.lang.reflect.Method.invoke(Method.java:597)
at org.rhq.core.pc.util.DiscoveryComponentProxyFactory
$ComponentInvocationThread.call(DiscoveryComponentProxyFactory.java:
244)
at java.util.concurrent.FutureTask
$Sync.innerRun(FutureTask.java:303)
at java.util.concurrent.FutureTask.run(FutureTask.java:138)
at java.util.concurrent.ThreadPoolExecutor
$Worker.runTask(ThreadPoolExecutor.java:886)
at java.util.concurrent.ThreadPoolExecutor
$Worker.run(ThreadPoolExecutor.java:908)
at java.lang.Thread.run(Thread.java:662)
21:02:24,779 ERROR [ApplicationServerComponent] Component attempting
to access a connection that could not be loaded
21:02:24,780 ERROR [WarStandaloneDiscoveryComponent] An error occurred
while discovering ResourceType[id=0, category=Service, name=Web
Application (WAR), plugin=JBossAS5] Resources.
java.lang.NullPointerException
at
org.rhq.plugins.mobicents.servlet.sip.jboss5.ApplicationServerComponent.getWebApplicationEmsBeans(ApplicationServerComponent.java:
585)
at
org.rhq.plugins.mobicents.servlet.sip.jboss5.WarStandaloneDiscoveryComponent.accept(WarStandaloneDiscoveryComponent.java:
23)
at
org.rhq.plugins.mobicents.servlet.sip.jboss5.ManagedDeploymentDiscoveryComponent.discoverResources(ManagedDeploymentDiscoveryComponent.java:
87)
at sun.reflect.GeneratedMethodAccessor298.invoke(Unknown
Source)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:
25)
at java.lang.reflect.Method.invoke(Method.java:597)
at org.rhq.core.pc.util.DiscoveryComponentProxyFactory
$ComponentInvocationThread.call(DiscoveryComponentProxyFactory.java:
244)
at java.util.concurrent.FutureTask
$Sync.innerRun(FutureTask.java:303)
at java.util.concurrent.FutureTask.run(FutureTask.java:138)
at java.util.concurrent.ThreadPoolExecutor
$Worker.runTask(ThreadPoolExecutor.java:886)
at java.util.concurrent.ThreadPoolExecutor
$Worker.run(ThreadPoolExecutor.java:908)
at java.lang.Thread.run(Thread.java:662)
21:02:24,785 ERROR [ApplicationServerComponent] Component attempting
to access a connection that could not be loaded
21:02:24,786 ERROR [WarStandaloneDiscoveryComponent] An error occurred
while discovering ResourceType[id=0, category=Service, name=Web
Application (WAR), plugin=JBossAS5] Resources.
java.lang.NullPointerException
at
org.rhq.plugins.mobicents.servlet.sip.jboss5.ApplicationServerComponent.getWebApplicationEmsBeans(ApplicationServerComponent.java:
585)
at
org.rhq.plugins.mobicents.servlet.sip.jboss5.WarStandaloneDiscoveryComponent.accept(WarStandaloneDiscoveryComponent.java:
23)
at
org.rhq.plugins.mobicents.servlet.sip.jboss5.ManagedDeploymentDiscoveryComponent.discoverResources(ManagedDeploymentDiscoveryComponent.java:
87)
at sun.reflect.GeneratedMethodAccessor298.invoke(Unknown
Source)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:
25)
at java.lang.reflect.Method.invoke(Method.java:597)
at org.rhq.core.pc.util.DiscoveryComponentProxyFactory
$ComponentInvocationThread.call(DiscoveryComponentProxyFactory.java:
244)
at java.util.concurrent.FutureTask
$Sync.innerRun(FutureTask.java:303)
at java.util.concurrent.FutureTask.run(FutureTask.java:138)
at java.util.concurrent.ThreadPoolExecutor
$Worker.runTask(ThreadPoolExecutor.java:886)
at java.util.concurrent.ThreadPoolExecutor
$Worker.run(ThreadPoolExecutor.java:908)
at java.lang.Thread.run(Thread.java:662)
21:02:24,790 ERROR [ApplicationServerComponent] Component attempting
to access a connection that could not be loaded
21:02:24,790 ERROR [WarStandaloneDiscoveryComponent] An error occurred
while discovering ResourceType[id=0, category=Service, name=Web
Application (WAR), plugin=JBossAS5] Resources.
java.lang.NullPointerException
at
org.rhq.plugins.mobicents.servlet.sip.jboss5.ApplicationServerComponent.getWebApplicationEmsBeans(ApplicationServerComponent.java:
585)
at
org.rhq.plugins.mobicents.servlet.sip.jboss5.WarStandaloneDiscoveryComponent.accept(WarStandaloneDiscoveryComponent.java:
23)
at
org.rhq.plugins.mobicents.servlet.sip.jboss5.ManagedDeploymentDiscoveryComponent.discoverResources(ManagedDeploymentDiscoveryComponent.java:
87)
at sun.reflect.GeneratedMethodAccessor298.invoke(Unknown
Source)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:
25)
at java.lang.reflect.Method.invoke(Method.java:597)
at org.rhq.core.pc.util.DiscoveryComponentProxyFactory
$ComponentInvocationThread.call(DiscoveryComponentProxyFactory.java:
244)
at java.util.concurrent.FutureTask
$Sync.innerRun(FutureTask.java:303)
at java.util.concurrent.FutureTask.run(FutureTask.java:138)
at java.util.concurrent.ThreadPoolExecutor
$Worker.runTask(ThreadPoolExecutor.java:886)
at java.util.concurrent.ThreadPoolExecutor
$Worker.run(ThreadPoolExecutor.java:908)
at java.lang.Thread.run(Thread.java:662)
21:02:24,795 ERROR [ApplicationServerComponent] Component attempting
to access a connection that could not be loaded
21:02:24,795 ERROR [WarStandaloneDiscoveryComponent] An error occurred
while discovering ResourceType[id=0, category=Service, name=Web
Application (WAR), plugin=JBossAS5] Resources.
java.lang.NullPointerException
at
org.rhq.plugins.mobicents.servlet.sip.jboss5.ApplicationServerComponent.getWebApplicationEmsBeans(ApplicationServerComponent.java:
585)
at
org.rhq.plugins.mobicents.servlet.sip.jboss5.WarStandaloneDiscoveryComponent.accept(WarStandaloneDiscoveryComponent.java:
23)
at
org.rhq.plugins.mobicents.servlet.sip.jboss5.ManagedDeploymentDiscoveryComponent.discoverResources(ManagedDeploymentDiscoveryComponent.java:
87)
at sun.reflect.GeneratedMethodAccessor298.invoke(Unknown
Source)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:
25)
at java.lang.reflect.Method.invoke(Method.java:597)
at org.rhq.core.pc.util.DiscoveryComponentProxyFactory
$ComponentInvocationThread.call(DiscoveryComponentProxyFactory.java:
244)
at java.util.concurrent.FutureTask
$Sync.innerRun(FutureTask.java:303)
at java.util.concurrent.FutureTask.run(FutureTask.java:138)
at java.util.concurrent.ThreadPoolExecutor
$Worker.runTask(ThreadPoolExecutor.java:886)
at java.util.concurrent.ThreadPoolExecutor
$Worker.run(ThreadPoolExecutor.java:908)
at java.lang.Thread.run(Thread.java:662)
21:02:24,799 ERROR [ApplicationServerComponent] Component attempting
to access a connection that could not be loaded
21:02:24,800 ERROR [WarStandaloneDiscoveryComponent] An error occurred
while discovering ResourceType[id=0, category=Service, name=Web
Application (WAR), plugin=JBossAS5] Resources.
java.lang.NullPointerException
at
org.rhq.plugins.mobicents.servlet.sip.jboss5.ApplicationServerComponent.getWebApplicationEmsBeans(ApplicationServerComponent.java:
585)
at
org.rhq.plugins.mobicents.servlet.sip.jboss5.WarStandaloneDiscoveryComponent.accept(WarStandaloneDiscoveryComponent.java:
23)
at
org.rhq.plugins.mobicents.servlet.sip.jboss5.ManagedDeploymentDiscoveryComponent.discoverResources(ManagedDeploymentDiscoveryComponent.java:
87)
at sun.reflect.GeneratedMethodAccessor298.invoke(Unknown
Source)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:
25)
at java.lang.reflect.Method.invoke(Method.java:597)
at org.rhq.core.pc.util.DiscoveryComponentProxyFactory
$ComponentInvocationThread.call(DiscoveryComponentProxyFactory.java:
244)
at java.util.concurrent.FutureTask
$Sync.innerRun(FutureTask.java:303)
at java.util.concurrent.FutureTask.run(FutureTask.java:138)
at java.util.concurrent.ThreadPoolExecutor
$Worker.runTask(ThreadPoolExecutor.java:886)
at java.util.concurrent.ThreadPoolExecutor
$Worker.run(ThreadPoolExecutor.java:908)
at java.lang.Thread.run(Thread.java:662)
21:02:24,851 ERROR [ApplicationServerComponent] Component attempting
to access a connection that could not be loaded
21:02:24,851 ERROR [WarEmbeddedDiscoveryComponent] An error occurred
while discovering ResourceType[id=0, category=Service, name=Embedded
Web Application (WAR), plugin=JBossAS5] Resources.
java.lang.NullPointerException
at
org.rhq.plugins.mobicents.servlet.sip.jboss5.ApplicationServerComponent.getWebApplicationEmsBeans(ApplicationServerComponent.java:
585)
at
org.rhq.plugins.mobicents.servlet.sip.jboss5.WarEmbeddedDiscoveryComponent.accept(WarEmbeddedDiscoveryComponent.java:
24)
at
org.rhq.plugins.mobicents.servlet.sip.jboss5.ManagedDeploymentDiscoveryComponent.discoverResources(ManagedDeploymentDiscoveryComponent.java:
87)
at sun.reflect.GeneratedMethodAccessor298.invoke(Unknown
Source)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:
25)
at java.lang.reflect.Method.invoke(Method.java:597)
at org.rhq.core.pc.util.DiscoveryComponentProxyFactory
$ComponentInvocationThread.call(DiscoveryComponentProxyFactory.java:
244)
at java.util.concurrent.FutureTask
$Sync.innerRun(FutureTask.java:303)
at java.util.concurrent.FutureTask.run(FutureTask.java:138)
at java.util.concurrent.ThreadPoolExecutor
$Worker.runTask(ThreadPoolExecutor.java:886)
at java.util.concurrent.ThreadPoolExecutor
$Worker.run(ThreadPoolExecutor.java:908)
at java.lang.Thread.run(Thread.java:662)
21:02:24,855 ERROR [ApplicationServerComponent] Component attempting
to access a connection that could not be loaded
21:02:24,855 ERROR [WarEmbeddedDiscoveryComponent] An error occurred
while discovering ResourceType[id=0, category=Service, name=Embedded
Web Application (WAR), plugin=JBossAS5] Resources.
java.lang.NullPointerException
at
org.rhq.plugins.mobicents.servlet.sip.jboss5.ApplicationServerComponent.getWebApplicationEmsBeans(ApplicationServerComponent.java:
585)
at
org.rhq.plugins.mobicents.servlet.sip.jboss5.WarEmbeddedDiscoveryComponent.accept(WarEmbeddedDiscoveryComponent.java:
24)
at
org.rhq.plugins.mobicents.servlet.sip.jboss5.ManagedDeploymentDiscoveryComponent.discoverResources(ManagedDeploymentDiscoveryComponent.java:
87)
at sun.reflect.GeneratedMethodAccessor298.invoke(Unknown
Source)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:
25)
at java.lang.reflect.Method.invoke(Method.java:597)
at org.rhq.core.pc.util.DiscoveryComponentProxyFactory
$ComponentInvocationThread.call(DiscoveryComponentProxyFactory.java:
244)
at java.util.concurrent.FutureTask
$Sync.innerRun(FutureTask.java:303)
at java.util.concurrent.FutureTask.run(FutureTask.java:138)
at java.util.concurrent.ThreadPoolExecutor
$Worker.runTask(ThreadPoolExecutor.java:886)
at java.util.concurrent.ThreadPoolExecutor
$Worker.run(ThreadPoolExecutor.java:908)
at java.lang.Thread.run(Thread.java:662)
21:02:24,862 WARN [ApplicationServerComponent] Could not establish
connection to the JBoss AS instance [11] times for resource [/root/
mss-1.4.0.FINAL-jboss-jdk6-5.1.0.GA/server/default]
org.mc4j.ems.connection.EmsConnectException: Could not connect [jnp://
127.0.0.1:1099] javax.naming.CommunicationException: Could not obtain
connection to any of these urls: 127.0.0.1:1099 [Root exception is
javax.naming.CommunicationException: Failed to connect to server /
127.0.0.1:1099 [Root exception is
javax.naming.ServiceUnavailableException: Failed to connect to server /
127.0.0.1:1099 [Root exception is java.net.ConnectException:
Connection refused]]]
at
org.mc4j.ems.impl.jmx.connection.support.providers.AbstractConnectionProvider.connect(AbstractConnectionProvider.java:
103)
at
org.rhq.plugins.mobicents.servlet.sip.jboss5.ApplicationServerComponent.loadConnection(ApplicationServerComponent.java:
531)
at
org.rhq.plugins.mobicents.servlet.sip.jboss5.ApplicationServerComponent.getEmsConnection(ApplicationServerComponent.java:
456)
at
org.rhq.plugins.mobicents.servlet.sip.jboss5.ApplicationServerComponent.getWebApplicationEmsBeans(ApplicationServerComponent.java:
585)
at
org.rhq.plugins.mobicents.servlet.sip.jboss5.WarEmbeddedDiscoveryComponent.accept(WarEmbeddedDiscoveryComponent.java:
24)
at
org.rhq.plugins.mobicents.servlet.sip.jboss5.ManagedDeploymentDiscoveryComponent.discoverResources(ManagedDeploymentDiscoveryComponent.java:
87)
at sun.reflect.GeneratedMethodAccessor298.invoke(Unknown
Source)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:
25)
at java.lang.reflect.Method.invoke(Method.java:597)
at org.rhq.core.pc.util.DiscoveryComponentProxyFactory
$ComponentInvocationThread.call(DiscoveryComponentProxyFactory.java:
244)
at java.util.concurrent.FutureTask
$Sync.innerRun(FutureTask.java:303)
at java.util.concurrent.FutureTask.run(FutureTask.java:138)
at java.util.concurrent.ThreadPoolExecutor
$Worker.runTask(ThreadPoolExecutor.java:886)
at java.util.concurrent.ThreadPoolExecutor
$Worker.run(ThreadPoolExecutor.java:908)
at java.lang.Thread.run(Thread.java:662)
Caused by: javax.naming.CommunicationException: Could not obtain
connection to any of these urls: 127.0.0.1:1099 [Root exception is
javax.naming.CommunicationException: Failed to connect to server /
127.0.0.1:1099 [Root exception is
javax.naming.ServiceUnavailableException: Failed to connect to server /
127.0.0.1:1099 [Root exception is java.net.ConnectException:
Connection refused]]]
at
org.jnp.interfaces.NamingContext.checkRef(NamingContext.java:1763)
at org.jnp.interfaces.NamingContext.lookup(NamingContext.java:
693)
at org.jnp.interfaces.NamingContext.lookup(NamingContext.java:
686)
at javax.naming.InitialContext.lookup(InitialContext.java:392)
at
org.mc4j.ems.impl.jmx.connection.support.providers.JBossConnectionProvider.doConnect(JBossConnectionProvider.java:
70)
at
org.mc4j.ems.impl.jmx.connection.support.providers.AbstractConnectionProvider.connect(AbstractConnectionProvider.java:
99)
... 14 more
Caused by: javax.naming.CommunicationException: Failed to connect to
server /127.0.0.1:1099 [Root exception is
javax.naming.ServiceUnavailableException: Failed to connect to server /
127.0.0.1:1099 [Root exception is java.net.ConnectException:
Connection refused]]
at
org.jnp.interfaces.NamingContext.getServer(NamingContext.java:335)
at
org.jnp.interfaces.NamingContext.checkRef(NamingContext.java:1734)
... 19 more
Caused by: javax.naming.ServiceUnavailableException: Failed to connect
to server /127.0.0.1:1099 [Root exception is
java.net.ConnectException: Connection refused]
at
org.jnp.interfaces.NamingContext.getServer(NamingContext.java:305)
... 20 more
Caused by: java.net.ConnectException: Connection refused
at java.net.PlainSocketImpl.socketConnect(Native Method)
at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:
333)
at
java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:195)
at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:182)
at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366)
at java.net.Socket.connect(Socket.java:529)
at
org.jnp.interfaces.TimedSocketFactory.createSocket(TimedSocketFactory.java:
97)
at
org.jnp.interfaces.TimedSocketFactory.createSocket(TimedSocketFactory.java:
82)
at
org.jnp.interfaces.NamingContext.getServer(NamingContext.java:301)
... 20 more
21:02:24,863 ERROR [ApplicationServerComponent] Component attempting
to access a connection that could not be loaded
21:02:24,863 ERROR [WarEmbeddedDiscoveryComponent] An error occurred
while discovering ResourceType[id=0, category=Service, name=Embedded
Web Application (WAR), plugin=JBossAS5] Resources.
java.lang.NullPointerException
at
org.rhq.plugins.mobicents.servlet.sip.jboss5.ApplicationServerComponent.getWebApplicationEmsBeans(ApplicationServerComponent.java:
585)
at
org.rhq.plugins.mobicents.servlet.sip.jboss5.WarEmbeddedDiscoveryComponent.accept(WarEmbeddedDiscoveryComponent.java:
24)
at
org.rhq.plugins.mobicents.servlet.sip.jboss5.ManagedDeploymentDiscoveryComponent.discoverResources(ManagedDeploymentDiscoveryComponent.java:
87)
at sun.reflect.GeneratedMethodAccessor298.invoke(Unknown
Source)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:
25)
at java.lang.reflect.Method.invoke(Method.java:597)
at org.rhq.core.pc.util.DiscoveryComponentProxyFactory
$ComponentInvocationThread.call(DiscoveryComponentProxyFactory.java:
244)
at java.util.concurrent.FutureTask
$Sync.innerRun(FutureTask.java:303)
at java.util.concurrent.FutureTask.run(FutureTask.java:138)
at java.util.concurrent.ThreadPoolExecutor
$Worker.runTask(ThreadPoolExecutor.java:886)
at java.util.concurrent.ThreadPoolExecutor
$Worker.run(ThreadPoolExecutor.java:908)
at java.lang.Thread.run(Thread.java:662)
21:02:24,912 ERROR [ApplicationServerComponent] Component attempting
to access a connection that could not be loaded
21:02:24,913 ERROR [ConvergedSipEmbeddedDiscoveryComponent] An error
occurred while discovering ResourceType[id=0, category=Service,
name=Embedded Converged Sip/Web Application (SAR/WAR),
plugin=JBossAS5] Resources.
java.lang.NullPointerException
at
org.rhq.plugins.mobicents.servlet.sip.jboss5.ApplicationServerComponent.getConvergedSipApplicationEmsBeans(ApplicationServerComponent.java:
592)
at
org.rhq.plugins.mobicents.servlet.sip.jboss5.ConvergedSipEmbeddedDiscoveryComponent.accept(ConvergedSipEmbeddedDiscoveryComponent.java:
24)
at
org.rhq.plugins.mobicents.servlet.sip.jboss5.ManagedDeploymentDiscoveryComponent.discoverResources(ManagedDeploymentDiscoveryComponent.java:
87)
at sun.reflect.GeneratedMethodAccessor298.invoke(Unknown
Source)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:
25)
at java.lang.reflect.Method.invoke(Method.java:597)
at org.rhq.core.pc.util.DiscoveryComponentProxyFactory
$ComponentInvocationThread.call(DiscoveryComponentProxyFactory.java:
244)
at java.util.concurrent.FutureTask
$Sync.innerRun(FutureTask.java:303)
at java.util.concurrent.FutureTask.run(FutureTask.java:138)
at java.util.concurrent.ThreadPoolExecutor
$Worker.runTask(ThreadPoolExecutor.java:886)
at java.util.concurrent.ThreadPoolExecutor
$Worker.run(ThreadPoolExecutor.java:908)
at java.lang.Thread.run(Thread.java:662)
21:02:24,917 ERROR [ApplicationServerComponent] Component attempting
to access a connection that could not be loaded
21:02:24,918 ERROR [ConvergedSipEmbeddedDiscoveryComponent] An error
occurred while discovering ResourceType[id=0, category=Service,
name=Embedded Converged Sip/Web Application (SAR/WAR),
plugin=JBossAS5] Resources.
java.lang.NullPointerException
at
org.rhq.plugins.mobicents.servlet.sip.jboss5.ApplicationServerComponent.getConvergedSipApplicationEmsBeans(ApplicationServerComponent.java:
592)
at
org.rhq.plugins.mobicents.servlet.sip.jboss5.ConvergedSipEmbeddedDiscoveryComponent.accept(ConvergedSipEmbeddedDiscoveryComponent.java:
24)
at
org.rhq.plugins.mobicents.servlet.sip.jboss5.ManagedDeploymentDiscoveryComponent.discoverResources(ManagedDeploymentDiscoveryComponent.java:
87)
at sun.reflect.GeneratedMethodAccessor298.invoke(Unknown
Source)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:
25)
at java.lang.reflect.Method.invoke(Method.java:597)
at org.rhq.core.pc.util.DiscoveryComponentProxyFactory
$ComponentInvocationThread.call(DiscoveryComponentProxyFactory.java:
244)
at java.util.concurrent.FutureTask
$Sync.innerRun(FutureTask.java:303)
at java.util.concurrent.FutureTask.run(FutureTask.java:138)
at java.util.concurrent.ThreadPoolExecutor
$Worker.runTask(ThreadPoolExecutor.java:886)
at java.util.concurrent.ThreadPoolExecutor
$Worker.run(ThreadPoolExecutor.java:908)
at java.lang.Thread.run(Thread.java:662)
21:02:24,924 ERROR [ApplicationServerComponent] Component attempting
to access a connection that could not be loaded
21:02:24,925 ERROR [ConvergedSipEmbeddedDiscoveryComponent] An error
occurred while discovering ResourceType[id=0, category=Service,
name=Embedded Converged Sip/Web Application (SAR/WAR),
plugin=JBossAS5] Resources.
java.lang.NullPointerException
at
org.rhq.plugins.mobicents.servlet.sip.jboss5.ApplicationServerComponent.getConvergedSipApplicationEmsBeans(ApplicationServerComponent.java:
592)
at
org.rhq.plugins.mobicents.servlet.sip.jboss5.ConvergedSipEmbeddedDiscoveryComponent.accept(ConvergedSipEmbeddedDiscoveryComponent.java:
24)
at
org.rhq.plugins.mobicents.servlet.sip.jboss5.ManagedDeploymentDiscoveryComponent.discoverResources(ManagedDeploymentDiscoveryComponent.java:
87)
at sun.reflect.GeneratedMethodAccessor298.invoke(Unknown
Source)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:
25)
at java.lang.reflect.Method.invoke(Method.java:597)
at org.rhq.core.pc.util.DiscoveryComponentProxyFactory
$ComponentInvocationThread.call(DiscoveryComponentProxyFactory.java:
244)
at java.util.concurrent.FutureTask
$Sync.innerRun(FutureTask.java:303)
at java.util.concurrent.FutureTask.run(FutureTask.java:138)
at java.util.concurrent.ThreadPoolExecutor
$Worker.runTask(ThreadPoolExecutor.java:886)
at java.util.concurrent.ThreadPoolExecutor
$Worker.run(ThreadPoolExecutor.java:908)
at java.lang.Thread.run(Thread.java:662)
21:02:24,945 ERROR [ApplicationServerComponent] Component attempting
to access a connection that could not be loaded
21:02:24,946 ERROR [ConvergedSipStandaloneDiscoveryComponent] An error
occurred while discovering ResourceType[id=0, category=Service,
name=Converged SIP/Web Application (SAR/WAR), plugin=JBossAS5]
Resources.
java.lang.NullPointerException
at
org.rhq.plugins.mobicents.servlet.sip.jboss5.ApplicationServerComponent.getConvergedSipApplicationEmsBeans(ApplicationServerComponent.java:
592)
at
org.rhq.plugins.mobicents.servlet.sip.jboss5.ConvergedSipStandaloneDiscoveryComponent.accept(ConvergedSipStandaloneDiscoveryComponent.java:
23)
at
org.rhq.plugins.mobicents.servlet.sip.jboss5.ManagedDeploymentDiscoveryComponent.discoverResources(ManagedDeploymentDiscoveryComponent.java:
87)
at sun.reflect.GeneratedMethodAccessor298.invoke(Unknown
Source)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:
25)
at java.lang.reflect.Method.invoke(Method.java:597)
at org.rhq.core.pc.util.DiscoveryComponentProxyFactory
$ComponentInvocationThread.call(DiscoveryComponentProxyFactory.java:
244)
at java.util.concurrent.FutureTask
$Sync.innerRun(FutureTask.java:303)
at java.util.concurrent.FutureTask.run(FutureTask.java:138)
at java.util.concurrent.ThreadPoolExecutor
$Worker.runTask(ThreadPoolExecutor.java:886)
at java.util.concurrent.ThreadPoolExecutor
$Worker.run(ThreadPoolExecutor.java:908)
at java.lang.Thread.run(Thread.java:662)
21:02:24,957 ERROR [ApplicationServerComponent] Component attempting
to access a connection that could not be loaded
21:02:24,958 ERROR [ConvergedSipStandaloneDiscoveryComponent] An error
occurred while discovering ResourceType[id=0, category=Service,
name=Converged SIP/Web Application (SAR/WAR), plugin=JBossAS5]
Resources.
java.lang.NullPointerException
at
org.rhq.plugins.mobicents.servlet.sip.jboss5.ApplicationServerComponent.getConvergedSipApplicationEmsBeans(ApplicationServerComponent.java:
592)
at
org.rhq.plugins.mobicents.servlet.sip.jboss5.ConvergedSipStandaloneDiscoveryComponent.accept(ConvergedSipStandaloneDiscoveryComponent.java:
23)
at
org.rhq.plugins.mobicents.servlet.sip.jboss5.ManagedDeploymentDiscoveryComponent.discoverResources(ManagedDeploymentDiscoveryComponent.java:
87)
at sun.reflect.GeneratedMethodAccessor298.invoke(Unknown
Source)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:
25)
at java.lang.reflect.Method.invoke(Method.java:597)
at org.rhq.core.pc.util.DiscoveryComponentProxyFactory
$ComponentInvocationThread.call(DiscoveryComponentProxyFactory.java:
244)
at java.util.concurrent.FutureTask
$Sync.innerRun(FutureTask.java:303)
at java.util.concurrent.FutureTask.run(FutureTask.java:138)
at java.util.concurrent.ThreadPoolExecutor
$Worker.runTask(ThreadPoolExecutor.java:886)
at java.util.concurrent.ThreadPoolExecutor
$Worker.run(ThreadPoolExecutor.java:908)
at java.lang.Thread.run(Thread.java:662)
21:02:24,965 ERROR [ApplicationServerComponent] Component attempting
to access a connection that could not be loaded
21:02:24,965 ERROR [ConvergedSipStandaloneDiscoveryComponent] An error
occurred while discovering ResourceType[id=0, category=Service,
name=Converged SIP/Web Application (SAR/WAR), plugin=JBossAS5]
Resources.
java.lang.NullPointerException
at
org.rhq.plugins.mobicents.servlet.sip.jboss5.ApplicationServerComponent.getConvergedSipApplicationEmsBeans(ApplicationServerComponent.java:
592)
at
org.rhq.plugins.mobicents.servlet.sip.jboss5.ConvergedSipStandaloneDiscoveryComponent.accept(ConvergedSipStandaloneDiscoveryComponent.java:
23)
at
org.rhq.plugins.mobicents.servlet.sip.jboss5.ManagedDeploymentDiscoveryComponent.discoverResources(ManagedDeploymentDiscoveryComponent.java:
87)
at sun.reflect.GeneratedMethodAccessor298.invoke(Unknown
Source)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:
25)
at java.lang.reflect.Method.invoke(Method.java:597)
at org.rhq.core.pc.util.DiscoveryComponentProxyFactory
$ComponentInvocationThread.call(DiscoveryComponentProxyFactory.java:
244)
at java.util.concurrent.FutureTask
$Sync.innerRun(FutureTask.java:303)
at java.util.concurrent.FutureTask.run(FutureTask.java:138)
at java.util.concurrent.ThreadPoolExecutor
$Worker.runTask(ThreadPoolExecutor.java:886)
at java.util.concurrent.ThreadPoolExecutor
$Worker.run(ThreadPoolExecutor.java:908)
at java.lang.Thread.run(Thread.java:662)
21:02:24,970 ERROR [ApplicationServerComponent] Component attempting
to access a connection that could not be loaded
21:02:24,970 ERROR [ConvergedSipStandaloneDiscoveryComponent] An error
occurred while discovering ResourceType[id=0, category=Service,
name=Converged SIP/Web Application (SAR/WAR), plugin=JBossAS5]
Resources.
java.lang.NullPointerException
at
org.rhq.plugins.mobicents.servlet.sip.jboss5.ApplicationServerComponent.getConvergedSipApplicationEmsBeans(ApplicationServerComponent.java:
592)
at
org.rhq.plugins.mobicents.servlet.sip.jboss5.ConvergedSipStandaloneDiscoveryComponent.accept(ConvergedSipStandaloneDiscoveryComponent.java:
23)
at
org.rhq.plugins.mobicents.servlet.sip.jboss5.ManagedDeploymentDiscoveryComponent.discoverResources(ManagedDeploymentDiscoveryComponent.java:
87)
at sun.reflect.GeneratedMethodAccessor298.invoke(Unknown
Source)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:
25)
at java.lang.reflect.Method.invoke(Method.java:597)
at org.rhq.core.pc.util.DiscoveryComponentProxyFactory
$ComponentInvocationThread.call(DiscoveryComponentProxyFactory.java:
244)
at java.util.concurrent.FutureTask
$Sync.innerRun(FutureTask.java:303)
at java.util.concurrent.FutureTask.run(FutureTask.java:138)
at java.util.concurrent.ThreadPoolExecutor
$Worker.runTask(ThreadPoolExecutor.java:886)
at java.util.concurrent.ThreadPoolExecutor
$Worker.run(ThreadPoolExecutor.java:908)
at java.lang.Thread.run(Thread.java:662)
21:02:24,975 ERROR [ApplicationServerComponent] Component attempting
to access a connection that could not be loaded
21:02:24,975 ERROR [ConvergedSipStandaloneDiscoveryComponent] An error
occurred while discovering ResourceType[id=0, category=Service,
name=Converged SIP/Web Application (SAR/WAR), plugin=JBossAS5]
Resources.
java.lang.NullPointerException
at
org.rhq.plugins.mobicents.servlet.sip.jboss5.ApplicationServerComponent.getConvergedSipApplicationEmsBeans(ApplicationServerComponent.java:
592)
at
org.rhq.plugins.mobicents.servlet.sip.jboss5.ConvergedSipStandaloneDiscoveryComponent.accept(ConvergedSipStandaloneDiscoveryComponent.java:
23)
at
org.rhq.plugins.mobicents.servlet.sip.jboss5.ManagedDeploymentDiscoveryComponent.discoverResources(ManagedDeploymentDiscoveryComponent.java:
87)
at sun.reflect.GeneratedMethodAccessor298.invoke(Unknown
Source)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:
25)
at java.lang.reflect.Method.invoke(Method.java:597)
at org.rhq.core.pc.util.DiscoveryComponentProxyFactory
$ComponentInvocationThread.call(DiscoveryComponentProxyFactory.java:
244)
at java.util.concurrent.FutureTask
$Sync.innerRun(FutureTask.java:303)
at java.util.concurrent.FutureTask.run(FutureTask.java:138)
at java.util.concurrent.ThreadPoolExecutor
$Worker.runTask(ThreadPoolExecutor.java:886)
at java.util.concurrent.ThreadPoolExecutor
$Worker.run(ThreadPoolExecutor.java:908)
at java.lang.Thread.run(Thread.java:662)
21:02:24,979 ERROR [ApplicationServerComponent] Component attempting
to access a connection that could not be loaded
21:02:24,979 ERROR [ConvergedSipStandaloneDiscoveryComponent] An error
occurred while discovering ResourceType[id=0, category=Service,
name=Converged SIP/Web Application (SAR/WAR), plugin=JBossAS5]
Resources.
java.lang.NullPointerException
at
org.rhq.plugins.mobicents.servlet.sip.jboss5.ApplicationServerComponent.getConvergedSipApplicationEmsBeans(ApplicationServerComponent.java:
592)
at
org.rhq.plugins.mobicents.servlet.sip.jboss5.ConvergedSipStandaloneDiscoveryComponent.accept(ConvergedSipStandaloneDiscoveryComponent.java:
23)
at
org.rhq.plugins.mobicents.servlet.sip.jboss5.ManagedDeploymentDiscoveryComponent.discoverResources(ManagedDeploymentDiscoveryComponent.java:
87)
at sun.reflect.GeneratedMethodAccessor298.invoke(Unknown
Source)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:
25)
at java.lang.reflect.Method.invoke(Method.java:597)
at org.rhq.core.pc.util.DiscoveryComponentProxyFactory
$ComponentInvocationThread.call(DiscoveryComponentProxyFactory.java:
244)
at java.util.concurrent.FutureTask
$Sync.innerRun(FutureTask.java:303)
at java.util.concurrent.FutureTask.run(FutureTask.java:138)
at java.util.concurrent.ThreadPoolExecutor
$Worker.runTask(ThreadPoolExecutor.java:886)
at java.util.concurrent.ThreadPoolExecutor
$Worker.run(ThreadPoolExecutor.java:908)
at java.lang.Thread.run(Thread.java:662)
21:02:24,983 WARN [ApplicationServerComponent] Could not establish
connection to the JBoss AS instance [21] times for resource [/root/
mss-1.4.0.FINAL-jboss-jdk6-5.1.0.GA/server/default]
org.mc4j.ems.connection.EmsConnectException: Could not connect [jnp://
127.0.0.1:1099] javax.naming.CommunicationException: Could not obtain
connection to any of these urls: 127.0.0.1:1099 [Root exception is
javax.naming.CommunicationException: Failed to connect to server /
127.0.0.1:1099 [Root exception is
javax.naming.ServiceUnavailableException: Failed to connect to server /
127.0.0.1:1099 [Root exception is java.net.ConnectException:
Connection refused]]]
at
org.mc4j.ems.impl.jmx.connection.support.providers.AbstractConnectionProvider.connect(AbstractConnectionProvider.java:
103)
at
org.rhq.plugins.mobicents.servlet.sip.jboss5.ApplicationServerComponent.loadConnection(ApplicationServerComponent.java:
531)
at
org.rhq.plugins.mobicents.servlet.sip.jboss5.ApplicationServerComponent.getEmsConnection(ApplicationServerComponent.java:
456)
at
org.rhq.plugins.mobicents.servlet.sip.jboss5.ApplicationServerComponent.getConvergedSipApplicationEmsBeans(ApplicationServerComponent.java:
592)
at
org.rhq.plugins.mobicents.servlet.sip.jboss5.ConvergedSipStandaloneDiscoveryComponent.accept(ConvergedSipStandaloneDiscoveryComponent.java:
23)
at
org.rhq.plugins.mobicents.servlet.sip.jboss5.ManagedDeploymentDiscoveryComponent.discoverResources(ManagedDeploymentDiscoveryComponent.java:
87)
at sun.reflect.GeneratedMethodAccessor298.invoke(Unknown
Source)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:
25)
at java.lang.reflect.Method.invoke(Method.java:597)
at org.rhq.core.pc.util.DiscoveryComponentProxyFactory
$ComponentInvocationThread.call(DiscoveryComponentProxyFactory.java:
244)
at java.util.concurrent.FutureTask
$Sync.innerRun(FutureTask.java:303)
at java.util.concurrent.FutureTask.run(FutureTask.java:138)
at java.util.concurrent.ThreadPoolExecutor
$Worker.runTask(ThreadPoolExecutor.java:886)
at java.util.concurrent.ThreadPoolExecutor
$Worker.run(ThreadPoolExecutor.java:908)
at java.lang.Thread.run(Thread.java:662)
Caused by: javax.naming.CommunicationException: Could not obtain
connection to any of these urls: 127.0.0.1:1099 [Root exception is
javax.naming.CommunicationException: Failed to connect to server /
127.0.0.1:1099 [Root exception is
javax.naming.ServiceUnavailableException: Failed to connect to server /
127.0.0.1:1099 [Root exception is java.net.ConnectException:
Connection refused]]]
at
org.jnp.interfaces.NamingContext.checkRef(NamingContext.java:1763)
at org.jnp.interfaces.NamingContext.lookup(NamingContext.java:
693)
at org.jnp.interfaces.NamingContext.lookup(NamingContext.java:
686)
at javax.naming.InitialContext.lookup(InitialContext.java:392)
at
org.mc4j.ems.impl.jmx.connection.support.providers.JBossConnectionProvider.doConnect(JBossConnectionProvider.java:
70)
at
org.mc4j.ems.impl.jmx.connection.support.providers.AbstractConnectionProvider.connect(AbstractConnectionProvider.java:
99)
... 14 more
Caused by: javax.naming.CommunicationException: Failed to connect to
server /127.0.0.1:1099 [Root exception is
javax.naming.ServiceUnavailableException: Failed to connect to server /
127.0.0.1:1099 [Root exception is java.net.ConnectException:
Connection refused]]
at
org.jnp.interfaces.NamingContext.getServer(NamingContext.java:335)
at
org.jnp.interfaces.NamingContext.checkRef(NamingContext.java:1734)
... 19 more
Caused by: javax.naming.ServiceUnavailableException: Failed to connect
to server /127.0.0.1:1099 [Root exception is
java.net.ConnectException: Connection refused]
at
org.jnp.interfaces.NamingContext.getServer(NamingContext.java:305)
... 20 more
Caused by: java.net.ConnectException: Connection refused
at java.net.PlainSocketImpl.socketConnect(Native Method)
at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:
333)
at
java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:195)
at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:182)
at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366)
at java.net.Socket.connect(Socket.java:529)
at
org.jnp.interfaces.TimedSocketFactory.createSocket(TimedSocketFactory.java:
97)
at
org.jnp.interfaces.TimedSocketFactory.createSocket(TimedSocketFactory.java:
82)
at
org.jnp.interfaces.NamingContext.getServer(NamingContext.java:301)
... 20 more
21:02:24,985 ERROR [ApplicationServerComponent] Component attempting
to access a connection that could not be loaded
21:02:24,985 ERROR [ConvergedSipStandaloneDiscoveryComponent] An error
occurred while discovering ResourceType[id=0, category=Service,
name=Converged SIP/Web Application (SAR/WAR), plugin=JBossAS5]
Resources.
java.lang.NullPointerException
at
org.rhq.plugins.mobicents.servlet.sip.jboss5.ApplicationServerComponent.getConvergedSipApplicationEmsBeans(ApplicationServerComponent.java:
592)
at
org.rhq.plugins.mobicents.servlet.sip.jboss5.ConvergedSipStandaloneDiscoveryComponent.accept(ConvergedSipStandaloneDiscoveryComponent.java:
23)
at
org.rhq.plugins.mobicents.servlet.sip.jboss5.ManagedDeploymentDiscoveryComponent.discoverResources(ManagedDeploymentDiscoveryComponent.java:
87)
at sun.reflect.GeneratedMethodAccessor298.invoke(Unknown
Source)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:
25)
at java.lang.reflect.Method.invoke(Method.java:597)
at org.rhq.core.pc.util.DiscoveryComponentProxyFactory
$ComponentInvocationThread.call(DiscoveryComponentProxyFactory.java:
244)
at java.util.concurrent.FutureTask
$Sync.innerRun(FutureTask.java:303)
at java.util.concurrent.FutureTask.run(FutureTask.java:138)
at java.util.concurrent.ThreadPoolExecutor
$Worker.runTask(ThreadPoolExecutor.java:886)
at java.util.concurrent.ThreadPoolExecutor
$Worker.run(ThreadPoolExecutor.java:908)
at java.lang.Thread.run(Thread.java:662)
21:02:25,400 ERROR [ApplicationServerComponent] Component attempting
to access a connection that could not be loaded
21:02:25,402 WARN [InventoryManager] Failure during discovery for
[Mobicents Sip Servlets] Resources - failed after 18 ms.
java.lang.Exception: Discovery component invocation failed.
at org.rhq.core.pc.util.DiscoveryComponentProxyFactory
$ComponentInvocationThread.call(DiscoveryComponentProxyFactory.java:
248)
at java.util.concurrent.FutureTask
$Sync.innerRun(FutureTask.java:303)
at java.util.concurrent.FutureTask.run(FutureTask.java:138)
at java.util.concurrent.ThreadPoolExecutor
$Worker.runTask(ThreadPoolExecutor.java:886)
at java.util.concurrent.ThreadPoolExecutor
$Worker.run(ThreadPoolExecutor.java:908)
at java.lang.Thread.run(Thread.java:662)
Caused by: java.lang.NullPointerException
at
org.rhq.plugins.jmx.MBeanResourceDiscoveryComponent.performDiscovery(MBeanResourceDiscoveryComponent.java:
129)
at
org.rhq.plugins.jmx.MBeanResourceDiscoveryComponent.discoverResources(MBeanResourceDiscoveryComponent.java:
85)
at sun.reflect.GeneratedMethodAccessor298.invoke(Unknown
Source)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:
25)
at java.lang.reflect.Method.invoke(Method.java:597)
at org.rhq.core.pc.util.DiscoveryComponentProxyFactory
$ComponentInvocationThread.call(DiscoveryComponentProxyFactory.java:
244)
... 5 more
21:02:25,532 ERROR [ApplicationServerComponent] Component attempting
to access a connection that could not be loaded
21:02:25,532 ERROR [WarStandaloneDiscoveryComponent] An error occurred
while discovering ResourceType[id=0, category=Service, name=Web
Application (WAR), plugin=JBossAS5] Resources.
java.lang.NullPointerException
at
org.rhq.plugins.mobicents.servlet.sip.jboss5.ApplicationServerComponent.getWebApplicationEmsBeans(ApplicationServerComponent.java:
585)
at
org.rhq.plugins.mobicents.servlet.sip.jboss5.WarStandaloneDiscoveryComponent.accept(WarStandaloneDiscoveryComponent.java:
23)
at
org.rhq.plugins.mobicents.servlet.sip.jboss5.ManagedDeploymentDiscoveryComponent.discoverResources(ManagedDeploymentDiscoveryComponent.java:
87)
at sun.reflect.GeneratedMethodAccessor298.invoke(Unknown
Source)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:
25)
at java.lang.reflect.Method.invoke(Method.java:597)
at org.rhq.core.pc.util.DiscoveryComponentProxyFactory
$ComponentInvocationThread.call(DiscoveryComponentProxyFactory.java:
244)
at java.util.concurrent.FutureTask
$Sync.innerRun(FutureTask.java:303)
at java.util.concurrent.FutureTask.run(FutureTask.java:138)
at java.util.concurrent.ThreadPoolExecutor
$Worker.runTask(ThreadPoolExecutor.java:886)
at java.util.concurrent.ThreadPoolExecutor
$Worker.run(ThreadPoolExecutor.java:908)
at java.lang.Thread.run(Thread.java:662)
21:02:25,536 ERROR [ApplicationServerComponent] Component attempting
to access a connection that could not be loaded
21:02:25,536 ERROR [WarStandaloneDiscoveryComponent] An error occurred
while discovering ResourceType[id=0, category=Service, name=Web
Application (WAR), plugin=JBossAS5] Resources.
java.lang.NullPointerException
at
org.rhq.plugins.mobicents.servlet.sip.jboss5.ApplicationServerComponent.getWebApplicationEmsBeans(ApplicationServerComponent.java:
585)
at
org.rhq.plugins.mobicents.servlet.sip.jboss5.WarStandaloneDiscoveryComponent.accept(WarStandaloneDiscoveryComponent.java:
23)
at
org.rhq.plugins.mobicents.servlet.sip.jboss5.ManagedDeploymentDiscoveryComponent.discoverResources(ManagedDeploymentDiscoveryComponent.java:
87)
at sun.reflect.GeneratedMethodAccessor298.invoke(Unknown
Source)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:
25)
at java.lang.reflect.Method.invoke(Method.java:597)
at org.rhq.core.pc.util.DiscoveryComponentProxyFactory
$ComponentInvocationThread.call(DiscoveryComponentProxyFactory.java:
244)
at java.util.concurrent.FutureTask
$Sync.innerRun(FutureTask.java:303)
at java.util.concurrent.FutureTask.run(FutureTask.java:138)
at java.util.concurrent.ThreadPoolExecutor
$Worker.runTask(ThreadPoolExecutor.java:886)
at java.util.concurrent.ThreadPoolExecutor
$Worker.run(ThreadPoolExecutor.java:908)
at java.lang.Thread.run(Thread.java:662)
21:02:25,541 ERROR [ApplicationServerComponent] Component attempting
to access a connection that could not be loaded
21:02:25,541 ERROR [WarStandaloneDiscoveryComponent] An error occurred
while discovering ResourceType[id=0, category=Service, name=Web
Application (WAR), plugin=JBossAS5] Resources.
java.lang.NullPointerException
at
org.rhq.plugins.mobicents.servlet.sip.jboss5.ApplicationServerComponent.getWebApplicationEmsBeans(ApplicationServerComponent.java:
585)
at
org.rhq.plugins.mobicents.servlet.sip.jboss5.WarStandaloneDiscoveryComponent.accept(WarStandaloneDiscoveryComponent.java:
23)
at
org.rhq.plugins.mobicents.servlet.sip.jboss5.ManagedDeploymentDiscoveryComponent.discoverResources(ManagedDeploymentDiscoveryComponent.java:
87)
at sun.reflect.GeneratedMethodAccessor298.invoke(Unknown
Source)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:
25)
at java.lang.reflect.Method.invoke(Method.java:597)
at org.rhq.core.pc.util.DiscoveryComponentProxyFactory
$ComponentInvocationThread.call(DiscoveryComponentProxyFactory.java:
244)
at java.util.concurrent.FutureTask
$Sync.innerRun(FutureTask.java:303)
at java.util.concurrent.FutureTask.run(FutureTask.java:138)
at java.util.concurrent.ThreadPoolExecutor
$Worker.runTask(ThreadPoolExecutor.java:886)
at java.util.concurrent.ThreadPoolExecutor
$Worker.run(ThreadPoolExecutor.java:908)
at java.lang.Thread.run(Thread.java:662)
21:02:25,545 ERROR [ApplicationServerComponent] Component attempting
to access a connection that could not be loaded
21:02:25,545 ERROR [WarStandaloneDiscoveryComponent] An error occurred
while discovering ResourceType[id=0, category=Service, name=Web
Application (WAR), plugin=JBossAS5] Resources.
java.lang.NullPointerException
at
org.rhq.plugins.mobicents.servlet.sip.jboss5.ApplicationServerComponent.getWebApplicationEmsBeans(ApplicationServerComponent.java:
585)
at
org.rhq.plugins.mobicents.servlet.sip.jboss5.WarStandaloneDiscoveryComponent.accept(WarStandaloneDiscoveryComponent.java:
23)
at
org.rhq.plugins.mobicents.servlet.sip.jboss5.ManagedDeploymentDiscoveryComponent.discoverResources(ManagedDeploymentDiscoveryComponent.java:
87)
at sun.reflect.GeneratedMethodAccessor298.invoke(Unknown
Source)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:
25)
at java.lang.reflect.Method.invoke(Method.java:597)
at org.rhq.core.pc.util.DiscoveryComponentProxyFactory
$ComponentInvocationThread.call(DiscoveryComponentProxyFactory.java:
244)
at java.util.concurrent.FutureTask
$Sync.innerRun(FutureTask.java:303)
at java.util.concurrent.FutureTask.run(FutureTask.java:138)
at java.util.concurrent.ThreadPoolExecutor
$Worker.runTask(ThreadPoolExecutor.java:886)
at java.util.concurrent.ThreadPoolExecutor
$Worker.run(ThreadPoolExecutor.java:908)
at java.lang.Thread.run(Thread.java:662)
21:02:25,549 ERROR [ApplicationServerComponent] Component attempting
to access a connection that could not be loaded
21:02:25,549 ERROR [WarStandaloneDiscoveryComponent] An error occurred
while discovering ResourceType[id=0, category=Service, name=Web
Application (WAR), plugin=JBossAS5] Resources.
java.lang.NullPointerException
at
org.rhq.plugins.mobicents.servlet.sip.jboss5.ApplicationServerComponent.getWebApplicationEmsBeans(ApplicationServerComponent.java:
585)
at
org.rhq.plugins.mobicents.servlet.sip.jboss5.WarStandaloneDiscoveryComponent.accept(WarStandaloneDiscoveryComponent.java:
23)
at
org.rhq.plugins.mobicents.servlet.sip.jboss5.ManagedDeploymentDiscoveryComponent.discoverResources(ManagedDeploymentDiscoveryComponent.java:
87)
at sun.reflect.GeneratedMethodAccessor298.invoke(Unknown
Source)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:
25)
at java.lang.reflect.Method.invoke(Method.java:597)
at org.rhq.core.pc.util.DiscoveryComponentProxyFactory
$ComponentInvocationThread.call(DiscoveryComponentProxyFactory.java:
244)
at java.util.concurrent.FutureTask
$Sync.innerRun(FutureTask.java:303)
at java.util.concurrent.FutureTask.run(FutureTask.java:138)
at java.util.concurrent.ThreadPoolExecutor
$Worker.runTask(ThreadPoolExecutor.java:886)
at java.util.concurrent.ThreadPoolExecutor
$Worker.run(ThreadPoolExecutor.java:908)
at java.lang.Thread.run(Thread.java:662)
21:02:25,563 ERROR [ApplicationServerComponent] Component attempting
to access a connection that could not be loaded
21:02:25,563 ERROR [WarStandaloneDiscoveryComponent] An error occurred
while discovering ResourceType[id=0, category=Service, name=Web
Application (WAR), plugin=JBossAS5] Resources.
java.lang.NullPointerException
at
org.rhq.plugins.mobicents.servlet.sip.jboss5.ApplicationServerComponent.getWebApplicationEmsBeans(ApplicationServerComponent.java:
585)
at
org.rhq.plugins.mobicents.servlet.sip.jboss5.WarStandaloneDiscoveryComponent.accept(WarStandaloneDiscoveryComponent.java:
23)
at
org.rhq.plugins.mobicents.servlet.sip.jboss5.ManagedDeploymentDiscoveryComponent.discoverResources(ManagedDeploymentDiscoveryComponent.java:
87)
at sun.reflect.GeneratedMethodAccessor298.invoke(Unknown
Source)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:
25)
at java.lang.reflect.Method.invoke(Method.java:597)
at org.rhq.core.pc.util.DiscoveryComponentProxyFactory
$ComponentInvocationThread.call(DiscoveryComponentProxyFactory.java:
244)
at java.util.concurrent.FutureTask
$Sync.innerRun(FutureTask.java:303)
at java.util.concurrent.FutureTask.run(FutureTask.java:138)
at java.util.concurrent.ThreadPoolExecutor
$Worker.runTask(ThreadPoolExecutor.java:886)
at java.util.concurrent.ThreadPoolExecutor
$Worker.run(ThreadPoolExecutor.java:908)
at java.lang.Thread.run(Thread.java:662)
21:02:25,567 ERROR [ApplicationServerComponent] Component attempting
to access a connection that could not be loaded
21:02:25,567 ERROR [WarStandaloneDiscoveryComponent] An error occurred
while discovering ResourceType[id=0, category=Service, name=Web
Application (WAR), plugin=JBossAS5] Resources.
java.lang.NullPointerException
at
org.rhq.plugins.mobicents.servlet.sip.jboss5.ApplicationServerComponent.getWebApplicationEmsBeans(ApplicationServerComponent.java:
585)
at
org.rhq.plugins.mobicents.servlet.sip.jboss5.WarStandaloneDiscoveryComponent.accept(WarStandaloneDiscoveryComponent.java:
23)
at
org.rhq.plugins.mobicents.servlet.sip.jboss5.ManagedDeploymentDiscoveryComponent.discoverResources(ManagedDeploymentDiscoveryComponent.java:
87)
at sun.reflect.GeneratedMethodAccessor298.invoke(Unknown
Source)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:
25)
at java.lang.reflect.Method.invoke(Method.java:597)
at org.rhq.core.pc.util.DiscoveryComponentProxyFactory
$ComponentInvocationThread.call(DiscoveryComponentProxyFactory.java:
244)
at java.util.concurrent.FutureTask
$Sync.innerRun(FutureTask.java:303)
at java.util.concurrent.FutureTask.run(FutureTask.java:138)
at java.util.concurrent.ThreadPoolExecutor
$Worker.runTask(ThreadPoolExecutor.java:886)
at java.util.concurrent.ThreadPoolExecutor
$Worker.run(ThreadPoolExecutor.java:908)
at java.lang.Thread.run(Thread.java:662)
21:02:25,575 ERROR [ApplicationServerComponent] Component attempting
to access a connection that could not be loaded
21:02:25,575 ERROR [WarEmbeddedDiscoveryComponent] An error occurred
while discovering ResourceType[id=0, category=Service, name=Embedded
Web Application (WAR), plugin=JBossAS5] Resources.
java.lang.NullPointerException
at
org.rhq.plugins.mobicents.servlet.sip.jboss5.ApplicationServerComponent.getWebApplicationEmsBeans(ApplicationServerComponent.java:
585)
at
org.rhq.plugins.mobicents.servlet.sip.jboss5.WarEmbeddedDiscoveryComponent.accept(WarEmbeddedDiscoveryComponent.java:
24)
at
org.rhq.plugins.mobicents.servlet.sip.jboss5.ManagedDeploymentDiscoveryComponent.discoverResources(ManagedDeploymentDiscoveryComponent.java:
87)
at sun.reflect.GeneratedMethodAccessor298.invoke(Unknown
Source)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:
25)
at java.lang.reflect.Method.invoke(Method.java:597)
at org.rhq.core.pc.util.DiscoveryComponentProxyFactory
$ComponentInvocationThread.call(DiscoveryComponentProxyFactory.java:
244)
at java.util.concurrent.FutureTask
$Sync.innerRun(FutureTask.java:303)
at java.util.concurrent.FutureTask.run(FutureTask.java:138)
at java.util.concurrent.ThreadPoolExecutor
$Worker.runTask(ThreadPoolExecutor.java:886)
at java.util.concurrent.ThreadPoolExecutor
$Worker.run(ThreadPoolExecutor.java:908)
at java.lang.Thread.run(Thread.java:662)
21:02:25,583 WARN [ApplicationServerComponent] Could not establish
connection to the JBoss AS instance [31] times for resource [/root/
mss-1.4.0.FINAL-jboss-jdk6-5.1.0.GA/server/default]
org.mc4j.ems.connection.EmsConnectException: Could not connect [jnp://
127.0.0.1:1099] javax.naming.CommunicationException: Could not obtain
connection to any of these urls: 127.0.0.1:1099 [Root exception is
javax.naming.CommunicationException: Failed to connect to server /
127.0.0.1:1099 [Root exception is
javax.naming.ServiceUnavailableException: Failed to connect to server /
127.0.0.1:1099 [Root exception is java.net.ConnectException:
Connection refused]]]
at
org.mc4j.ems.impl.jmx.connection.support.providers.AbstractConnectionProvider.connect(AbstractConnectionProvider.java:
103)
at
org.rhq.plugins.mobicents.servlet.sip.jboss5.ApplicationServerComponent.loadConnection(ApplicationServerComponent.java:
531)
at
org.rhq.plugins.mobicents.servlet.sip.jboss5.ApplicationServerComponent.getEmsConnection(ApplicationServerComponent.java:
456)
at
org.rhq.plugins.mobicents.servlet.sip.jboss5.ApplicationServerComponent.getWebApplicationEmsBeans(ApplicationServerComponent.java:
585)
at
org.rhq.plugins.mobicents.servlet.sip.jboss5.WarEmbeddedDiscoveryComponent.accept(WarEmbeddedDiscoveryComponent.java:
24)
at
org.rhq.plugins.mobicents.servlet.sip.jboss5.ManagedDeploymentDiscoveryComponent.discoverResources(ManagedDeploymentDiscoveryComponent.java:
87)
at sun.reflect.GeneratedMethodAccessor298.invoke(Unknown
Source)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:
25)
at java.lang.reflect.Method.invoke(Method.java:597)
at org.rhq.core.pc.util.DiscoveryComponentProxyFactory
$ComponentInvocationThread.call(DiscoveryComponentProxyFactory.java:
244)
at java.util.concurrent.FutureTask
$Sync.innerRun(FutureTask.java:303)
at java.util.concurrent.FutureTask.run(FutureTask.java:138)
at java.util.concurrent.ThreadPoolExecutor
$Worker.runTask(ThreadPoolExecutor.java:886)
at java.util.concurrent.ThreadPoolExecutor
$Worker.run(ThreadPoolExecutor.java:908)
at java.lang.Thread.run(Thread.java:662)
Caused by: javax.naming.CommunicationException: Could not obtain
connection to any of these urls: 127.0.0.1:1099 [Root exception is
javax.naming.CommunicationException: Failed to connect to server /
127.0.0.1:1099 [Root exception is
javax.naming.ServiceUnavailableException: Failed to connect to server /
127.0.0.1:1099 [Root exception is java.net.ConnectException:
Connection refused]]]
at
org.jnp.interfaces.NamingContext.checkRef(NamingContext.java:1763)
at org.jnp.interfaces.NamingContext.lookup(NamingContext.java:
693)
at org.jnp.interfaces.NamingContext.lookup(NamingContext.java:
686)
at javax.naming.InitialContext.lookup(InitialContext.java:392)
at
org.mc4j.ems.impl.jmx.connection.support.providers.JBossConnectionProvider.doConnect(JBossConnectionProvider.java:
70)
at
org.mc4j.ems.impl.jmx.connection.support.providers.AbstractConnectionProvider.connect(AbstractConnectionProvider.java:
99)
... 14 more
Caused by: javax.naming.CommunicationException: Failed to connect to
server /127.0.0.1:1099 [Root exception is
javax.naming.ServiceUnavailableException: Failed to connect to server /
127.0.0.1:1099 [Root exception is java.net.ConnectException:
Connection refused]]
at
org.jnp.interfaces.NamingContext.getServer(NamingContext.java:335)
at
org.jnp.interfaces.NamingContext.checkRef(NamingContext.java:1734)
... 19 more
Caused by: javax.naming.ServiceUnavailableException: Failed to connect
to server /127.0.0.1:1099 [Root exception is
java.net.ConnectException: Connection refused]
at
org.jnp.interfaces.NamingContext.getServer(NamingContext.java:305)
... 20 more
Caused by: java.net.ConnectException: Connection refused
at java.net.PlainSocketImpl.socketConnect(Native Method)
at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:
333)
at
java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:195)
at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:182)
at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366)
at java.net.Socket.connect(Socket.java:529)
at
org.jnp.interfaces.TimedSocketFactory.createSocket(TimedSocketFactory.java:
97)
at
org.jnp.interfaces.TimedSocketFactory.createSocket(TimedSocketFactory.java:
82)
at
org.jnp.interfaces.NamingContext.getServer(NamingContext.java:301)
... 20 more
21:02:25,600 ERROR [ApplicationServerComponent] Component attempting
to access a connection that could not be loaded
21:02:25,600 ERROR [WarEmbeddedDiscoveryComponent] An error occurred
while discovering ResourceType[id=0, category=Service, name=Embedded
Web Application (WAR), plugin=JBossAS5] Resources.
java.lang.NullPointerException
at
org.rhq.plugins.mobicents.servlet.sip.jboss5.ApplicationServerComponent.getWebApplicationEmsBeans(ApplicationServerComponent.java:
585)
at
org.rhq.plugins.mobicents.servlet.sip.jboss5.WarEmbeddedDiscoveryComponent.accept(WarEmbeddedDiscoveryComponent.java:
24)
at
org.rhq.plugins.mobicents.servlet.sip.jboss5.ManagedDeploymentDiscoveryComponent.discoverResources(ManagedDeploymentDiscoveryComponent.java:
87)
at sun.reflect.GeneratedMethodAccessor298.invoke(Unknown
Source)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:
25)
at java.lang.reflect.Method.invoke(Method.java:597)
at org.rhq.core.pc.util.DiscoveryComponentProxyFactory
$ComponentInvocationThread.call(DiscoveryComponentProxyFactory.java:
244)
at java.util.concurrent.FutureTask
$Sync.innerRun(FutureTask.java:303)
at java.util.concurrent.FutureTask.run(FutureTask.java:138)
at java.util.concurrent.ThreadPoolExecutor
$Worker.runTask(ThreadPoolExecutor.java:886)
at java.util.concurrent.ThreadPoolExecutor
$Worker.run(ThreadPoolExecutor.java:908)
at java.lang.Thread.run(Thread.java:662)
21:02:25,608 ERROR [ApplicationServerComponent] Component attempting
to access a connection that could not be loaded
21:02:25,608 ERROR [WarEmbeddedDiscoveryComponent] An error occurred
while discovering ResourceType[id=0, category=Service, name=Embedded
Web Application (WAR), plugin=JBossAS5] Resources.
java.lang.NullPointerException
at
org.rhq.plugins.mobicents.servlet.sip.jboss5.ApplicationServerComponent.getWebApplicationEmsBeans(ApplicationServerComponent.java:
585)
at
org.rhq.plugins.mobicents.servlet.sip.jboss5.WarEmbeddedDiscoveryComponent.accept(WarEmbeddedDiscoveryComponent.java:
24)
at
org.rhq.plugins.mobicents.servlet.sip.jboss5.ManagedDeploymentDiscoveryComponent.discoverResources(ManagedDeploymentDiscoveryComponent.java:
87)
at sun.reflect.GeneratedMethodAccessor298.invoke(Unknown
Source)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:
25)
at java.lang.reflect.Method.invoke(Method.java:597)
at org.rhq.core.pc.util.DiscoveryComponentProxyFactory
$ComponentInvocationThread.call(DiscoveryComponentProxyFactory.java:
244)
at java.util.concurrent.FutureTask
$Sync.innerRun(FutureTask.java:303)
at java.util.concurrent.FutureTask.run(FutureTask.java:138)
at java.util.concurrent.ThreadPoolExecutor
$Worker.runTask(ThreadPoolExecutor.java:886)
at java.util.concurrent.ThreadPoolExecutor
$Worker.run(ThreadPoolExecutor.java:908)
at java.lang.Thread.run(Thread.java:662)
21:02:25,619 ERROR [ApplicationServerComponent] Component attempting
to access a connection that could not be loaded
21:02:25,619 ERROR [ConvergedSipEmbeddedDiscoveryComponent] An error
occurred while discovering ResourceType[id=0, category=Service,
name=Embedded Converged Sip/Web Application (SAR/WAR),
plugin=JBossAS5] Resources.
java.lang.NullPointerException
at
org.rhq.plugins.mobicents.servlet.sip.jboss5.ApplicationServerComponent.getConvergedSipApplicationEmsBeans(ApplicationServerComponent.java:
592)
at
org.rhq.plugins.mobicents.servlet.sip.jboss5.ConvergedSipEmbeddedDiscoveryComponent.accept(ConvergedSipEmbeddedDiscoveryComponent.java:
24)
at
org.rhq.plugins.mobicents.servlet.sip.jboss5.ManagedDeploymentDiscoveryComponent.discoverResources(ManagedDeploymentDiscoveryComponent.java:
87)
at sun.reflect.GeneratedMethodAccessor298.invoke(Unknown
Source)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:
25)
at java.lang.reflect.Method.invoke(Method.java:597)
at org.rhq.core.pc.util.DiscoveryComponentProxyFactory
$ComponentInvocationThread.call(DiscoveryComponentProxyFactory.java:
244)
at java.util.concurrent.FutureTask
$Sync.innerRun(FutureTask.java:303)
at java.util.concurrent.FutureTask.run(FutureTask.java:138)
at java.util.concurrent.ThreadPoolExecutor
$Worker.runTask(ThreadPoolExecutor.java:886)
at java.util.concurrent.ThreadPoolExecutor
$Worker.run(ThreadPoolExecutor.java:908)
at java.lang.Thread.run(Thread.java:662)
21:02:25,622 ERROR [ApplicationServerComponent] Component attempting
to access a connection that could not be loaded
21:02:25,622 ERROR [ConvergedSipEmbeddedDiscoveryComponent] An error
occurred while discovering ResourceType[id=0, category=Service,
name=Embedded Converged Sip/Web Application (SAR/WAR),
plugin=JBossAS5] Resources.
java.lang.NullPointerException
at
org.rhq.plugins.mobicents.servlet.sip.jboss5.ApplicationServerComponent.getConvergedSipApplicationEmsBeans(ApplicationServerComponent.java:
592)
at
org.rhq.plugins.mobicents.servlet.sip.jboss5.ConvergedSipEmbeddedDiscoveryComponent.accept(ConvergedSipEmbeddedDiscoveryComponent.java:
24)
at
org.rhq.plugins.mobicents.servlet.sip.jboss5.ManagedDeploymentDiscoveryComponent.discoverResources(ManagedDeploymentDiscoveryComponent.java:
87)
at sun.reflect.GeneratedMethodAccessor298.invoke(Unknown
Source)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:
25)
at java.lang.reflect.Method.invoke(Method.java:597)
at org.rhq.core.pc.util.DiscoveryComponentProxyFactory
$ComponentInvocationThread.call(DiscoveryComponentProxyFactory.java:
244)
at java.util.concurrent.FutureTask
$Sync.innerRun(FutureTask.java:303)
at java.util.concurrent.FutureTask.run(FutureTask.java:138)
at java.util.concurrent.ThreadPoolExecutor
$Worker.runTask(ThreadPoolExecutor.java:886)
at java.util.concurrent.ThreadPoolExecutor
$Worker.run(ThreadPoolExecutor.java:908)
at java.lang.Thread.run(Thread.java:662)
21:02:25,627 ERROR [ApplicationServerComponent] Component attempting
to access a connection that could not be loaded
21:02:25,627 ERROR [ConvergedSipEmbeddedDiscoveryComponent] An error
occurred while discovering ResourceType[id=0, category=Service,
name=Embedded Converged Sip/Web Application (SAR/WAR),
plugin=JBossAS5] Resources.
java.lang.NullPointerException
at
org.rhq.plugins.mobicents.servlet.sip.jboss5.ApplicationServerComponent.getConvergedSipApplicationEmsBeans(ApplicationServerComponent.java:
592)
at
org.rhq.plugins.mobicents.servlet.sip.jboss5.ConvergedSipEmbeddedDiscoveryComponent.accept(ConvergedSipEmbeddedDiscoveryComponent.java:
24)
at
org.rhq.plugins.mobicents.servlet.sip.jboss5.ManagedDeploymentDiscoveryComponent.discoverResources(ManagedDeploymentDiscoveryComponent.java:
87)
at sun.reflect.GeneratedMethodAccessor298.invoke(Unknown
Source)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:
25)
at java.lang.reflect.Method.invoke(Method.java:597)
at org.rhq.core.pc.util.DiscoveryComponentProxyFactory
$ComponentInvocationThread.call(DiscoveryComponentProxyFactory.java:
244)
at java.util.concurrent.FutureTask
$Sync.innerRun(FutureTask.java:303)
at java.util.concurrent.FutureTask.run(FutureTask.java:138)
at java.util.concurrent.ThreadPoolExecutor
$Worker.runTask(ThreadPoolExecutor.java:886)
at java.util.concurrent.ThreadPoolExecutor
$Worker.run(ThreadPoolExecutor.java:908)
at java.lang.Thread.run(Thread.java:662)
21:02:25,637 ERROR [ApplicationServerComponent] Component attempting
to access a connection that could not be loaded
21:02:25,637 ERROR [ConvergedSipStandaloneDiscoveryComponent] An error
occurred while discovering ResourceType[id=0, category=Service,
name=Converged SIP/Web Application (SAR/WAR), plugin=JBossAS5]
Resources.
java.lang.NullPointerException
at
org.rhq.plugins.mobicents.servlet.sip.jboss5.ApplicationServerComponent.getConvergedSipApplicationEmsBeans(ApplicationServerComponent.java:
592)
at
org.rhq.plugins.mobicents.servlet.sip.jboss5.ConvergedSipStandaloneDiscoveryComponent.accept(ConvergedSipStandaloneDiscoveryComponent.java:
23)
at
org.rhq.plugins.mobicents.servlet.sip.jboss5.ManagedDeploymentDiscoveryComponent.discoverResources(ManagedDeploymentDiscoveryComponent.java:
87)
at sun.reflect.GeneratedMethodAccessor298.invoke(Unknown
Source)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:
25)
at java.lang.reflect.Method.invoke(Method.java:597)
at org.rhq.core.pc.util.DiscoveryComponentProxyFactory
$ComponentInvocationThread.call(DiscoveryComponentProxyFactory.java:
244)
at java.util.concurrent.FutureTask
$Sync.innerRun(FutureTask.java:303)
at java.util.concurrent.FutureTask.run(FutureTask.java:138)
at java.util.concurrent.ThreadPoolExecutor
$Worker.runTask(ThreadPoolExecutor.java:886)
at java.util.concurrent.ThreadPoolExecutor
$Worker.run(ThreadPoolExecutor.java:908)
at java.lang.Thread.run(Thread.java:662)
21:02:25,640 ERROR [ApplicationServerComponent] Component attempting
to access a connection that could not be loaded
21:02:25,640 ERROR [ConvergedSipStandaloneDiscoveryComponent] An error
occurred while discovering ResourceType[id=0, category=Service,
name=Converged SIP/Web Application (SAR/WAR), plugin=JBossAS5]
Resources.
java.lang.NullPointerException
at
org.rhq.plugins.mobicents.servlet.sip.jboss5.ApplicationServerComponent.getConvergedSipApplicationEmsBeans(ApplicationServerComponent.java:
592)
at
org.rhq.plugins.mobicents.servlet.sip.jboss5.ConvergedSipStandaloneDiscoveryComponent.accept(ConvergedSipStandaloneDiscoveryComponent.java:
23)
at
org.rhq.plugins.mobicents.servlet.sip.jboss5.ManagedDeploymentDiscoveryComponent.discoverResources(ManagedDeploymentDiscoveryComponent.java:
87)
at sun.reflect.GeneratedMethodAccessor298.invoke(Unknown
Source)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:
25)
at java.lang.reflect.Method.invoke(Method.java:597)
at org.rhq.core.pc.util.DiscoveryComponentProxyFactory
$ComponentInvocationThread.call(DiscoveryComponentProxyFactory.java:
244)
at java.util.concurrent.FutureTask
$Sync.innerRun(FutureTask.java:303)
at java.util.concurrent.FutureTask.run(FutureTask.java:138)
at java.util.concurrent.ThreadPoolExecutor
$Worker.runTask(ThreadPoolExecutor.java:886)
at java.util.concurrent.ThreadPoolExecutor
$Worker.run(ThreadPoolExecutor.java:908)
at java.lang.Thread.run(Thread.java:662)
21:02:25,645 ERROR [ApplicationServerComponent] Component attempting
to access a connection that could not be loaded
21:02:25,645 ERROR [ConvergedSipStandaloneDiscoveryComponent] An error
occurred while discovering ResourceType[id=0, category=Service,
name=Converged SIP/Web Application (SAR/WAR), plugin=JBossAS5]
Resources.
java.lang.NullPointerException
at
org.rhq.plugins.mobicents.servlet.sip.jboss5.ApplicationServerComponent.getConvergedSipApplicationEmsBeans(ApplicationServerComponent.java:
592)
at
org.rhq.plugins.mobicents.servlet.sip.jboss5.ConvergedSipStandaloneDiscoveryComponent.accept(ConvergedSipStandaloneDiscoveryComponent.java:
23)
at
org.rhq.plugins.mobicents.servlet.sip.jboss5.ManagedDeploymentDiscoveryComponent.discoverResources(ManagedDeploymentDiscoveryComponent.java:
87)
at sun.reflect.GeneratedMethodAccessor298.invoke(Unknown
Source)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:
25)
at java.lang.reflect.Method.invoke(Method.java:597)
at org.rhq.core.pc.util.DiscoveryComponentProxyFactory
$ComponentInvocationThread.call(DiscoveryComponentProxyFactory.java:
244)
at java.util.concurrent.FutureTask
$Sync.innerRun(FutureTask.java:303)
at java.util.concurrent.FutureTask.run(FutureTask.java:138)
at java.util.concurrent.ThreadPoolExecutor
$Worker.runTask(ThreadPoolExecutor.java:886)
at java.util.concurrent.ThreadPoolExecutor
$Worker.run(ThreadPoolExecutor.java:908)
at java.lang.Thread.run(Thread.java:662)
21:02:25,650 ERROR [ApplicationServerComponent] Component attempting
to access a connection that could not be loaded
21:02:25,650 ERROR [ConvergedSipStandaloneDiscoveryComponent] An error
occurred while discovering ResourceType[id=0, category=Service,
name=Converged SIP/Web Application (SAR/WAR), plugin=JBossAS5]
Resources.
java.lang.NullPointerException
at
org.rhq.plugins.mobicents.servlet.sip.jboss5.ApplicationServerComponent.getConvergedSipApplicationEmsBeans(ApplicationServerComponent.java:
592)
at
org.rhq.plugins.mobicents.servlet.sip.jboss5.ConvergedSipStandaloneDiscoveryComponent.accept(ConvergedSipStandaloneDiscoveryComponent.java:
23)
at
org.rhq.plugins.mobicents.servlet.sip.jboss5.ManagedDeploymentDiscoveryComponent.discoverResources(ManagedDeploymentDiscoveryComponent.java:
87)
at sun.reflect.GeneratedMethodAccessor298.invoke(Unknown
Source)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:
25)
at java.lang.reflect.Method.invoke(Method.java:597)
at org.rhq.core.pc.util.DiscoveryComponentProxyFactory
$ComponentInvocationThread.call(DiscoveryComponentProxyFactory.java:
244)
at java.util.concurrent.FutureTask
$Sync.innerRun(FutureTask.java:303)
at java.util.concurrent.FutureTask.run(FutureTask.java:138)
at java.util.concurrent.ThreadPoolExecutor
$Worker.runTask(ThreadPoolExecutor.java:886)
at java.util.concurrent.ThreadPoolExecutor
$Worker.run(ThreadPoolExecutor.java:908)
at java.lang.Thread.run(Thread.java:662)
21:02:25,654 ERROR [ApplicationServerComponent] Component attempting
to access a connection that could not be loaded
21:02:25,654 ERROR [ConvergedSipStandaloneDiscoveryComponent] An error
occurred while discovering ResourceType[id=0, category=Service,
name=Converged SIP/Web Application (SAR/WAR), plugin=JBossAS5]
Resources.
java.lang.NullPointerException
at
org.rhq.plugins.mobicents.servlet.sip.jboss5.ApplicationServerComponent.getConvergedSipApplicationEmsBeans(ApplicationServerComponent.java:
592)
at
org.rhq.plugins.mobicents.servlet.sip.jboss5.ConvergedSipStandaloneDiscoveryComponent.accept(ConvergedSipStandaloneDiscoveryComponent.java:
23)
at
org.rhq.plugins.mobicents.servlet.sip.jboss5.ManagedDeploymentDiscoveryComponent.discoverResources(ManagedDeploymentDiscoveryComponent.java:
87)
at sun.reflect.GeneratedMethodAccessor298.invoke(Unknown
Source)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:
25)
at java.lang.reflect.Method.invoke(Method.java:597)
at org.rhq.core.pc.util.DiscoveryComponentProxyFactory
$ComponentInvocationThread.call(DiscoveryComponentProxyFactory.java:
244)
at java.util.concurrent.FutureTask
$Sync.innerRun(FutureTask.java:303)
at java.util.concurrent.FutureTask.run(FutureTask.java:138)
at java.util.concurrent.ThreadPoolExecutor
$Worker.runTask(ThreadPoolExecutor.java:886)
at java.util.concurrent.ThreadPoolExecutor
$Worker.run(ThreadPoolExecutor.java:908)
at java.lang.Thread.run(Thread.java:662)
21:02:25,657 WARN [ApplicationServerComponent] Could not establish
connection to the JBoss AS instance [41] times for resource [/root/
mss-1.4.0.FINAL-jboss-jdk6-5.1.0.GA/server/default]
org.mc4j.ems.connection.EmsConnectException: Could not connect [jnp://
127.0.0.1:1099] javax.naming.CommunicationException: Could not obtain
connection to any of these urls: 127.0.0.1:1099 [Root exception is
javax.naming.CommunicationException: Failed to connect to server /
127.0.0.1:1099 [Root exception is
javax.naming.ServiceUnavailableException: Failed to connect to server /
127.0.0.1:1099 [Root exception is java.net.ConnectException:
Connection refused]]]
at
org.mc4j.ems.impl.jmx.connection.support.providers.AbstractConnectionProvider.connect(AbstractConnectionProvider.java:
103)
at
org.rhq.plugins.mobicents.servlet.sip.jboss5.ApplicationServerComponent.loadConnection(ApplicationServerComponent.java:
531)
at
org.rhq.plugins.mobicents.servlet.sip.jboss5.ApplicationServerComponent.getEmsConnection(ApplicationServerComponent.java:
456)
at
org.rhq.plugins.mobicents.servlet.sip.jboss5.ApplicationServerComponent.getConvergedSipApplicationEmsBeans(ApplicationServerComponent.java:
592)
at
org.rhq.plugins.mobicents.servlet.sip.jboss5.ConvergedSipStandaloneDiscoveryComponent.accept(ConvergedSipStandaloneDiscoveryComponent.java:
23)
at
org.rhq.plugins.mobicents.servlet.sip.jboss5.ManagedDeploymentDiscoveryComponent.discoverResources(ManagedDeploymentDiscoveryComponent.java:
87)
at sun.reflect.GeneratedMethodAccessor298.invoke(Unknown
Source)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:
25)
at java.lang.reflect.Method.invoke(Method.java:597)
at org.rhq.core.pc.util.DiscoveryComponentProxyFactory
$ComponentInvocationThread.call(DiscoveryComponentProxyFactory.java:
244)
at java.util.concurrent.FutureTask
$Sync.innerRun(FutureTask.java:303)
at java.util.concurrent.FutureTask.run(FutureTask.java:138)
at java.util.concurrent.ThreadPoolExecutor
$Worker.runTask(ThreadPoolExecutor.java:886)
at java.util.concurrent.ThreadPoolExecutor
$Worker.run(ThreadPoolExecutor.java:908)
at java.lang.Thread.run(Thread.java:662)
Caused by: javax.naming.CommunicationException: Could not obtain
connection to any of these urls: 127.0.0.1:1099 [Root exception is
javax.naming.CommunicationException: Failed to connect to server /
127.0.0.1:1099 [Root exception is
javax.naming.ServiceUnavailableException: Failed to connect to server /
127.0.0.1:1099 [Root exception is java.net.ConnectException:
Connection refused]]]
at
org.jnp.interfaces.NamingContext.checkRef(NamingContext.java:1763)
at org.jnp.interfaces.NamingContext.lookup(NamingContext.java:
693)
at org.jnp.interfaces.NamingContext.lookup(NamingContext.java:
686)
at javax.naming.InitialContext.lookup(InitialContext.java:392)
at
org.mc4j.ems.impl.jmx.connection.support.providers.JBossConnectionProvider.doConnect(JBossConnectionProvider.java:
70)
at
org.mc4j.ems.impl.jmx.connection.support.providers.AbstractConnectionProvider.connect(AbstractConnectionProvider.java:
99)
... 14 more
Caused by: javax.naming.CommunicationException: Failed to connect to
server /127.0.0.1:1099 [Root exception is
javax.naming.ServiceUnavailableException: Failed to connect to server /
127.0.0.1:1099 [Root exception is java.net.ConnectException:
Connection refused]]
at
org.jnp.interfaces.NamingContext.getServer(NamingContext.java:335)
at
org.jnp.interfaces.NamingContext.checkRef(NamingContext.java:1734)
... 19 more
Caused by: javax.naming.ServiceUnavailableException: Failed to connect
to server /127.0.0.1:1099 [Root exception is
java.net.ConnectException: Connection refused]
at
org.jnp.interfaces.NamingContext.getServer(NamingContext.java:305)
... 20 more
Caused by: java.net.ConnectException: Connection refused
at java.net.PlainSocketImpl.socketConnect(Native Method)
at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:
333)
at
java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:195)
at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:182)
at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366)
at java.net.Socket.connect(Socket.java:529)
at
org.jnp.interfaces.TimedSocketFactory.createSocket(TimedSocketFactory.java:
97)
at
org.jnp.interfaces.TimedSocketFactory.createSocket(TimedSocketFactory.java:
82)
at
org.jnp.interfaces.NamingContext.getServer(NamingContext.java:301)
... 20 more
21:02:25,659 ERROR [ApplicationServerComponent] Component attempting
to access a connection that could not be loaded
21:02:25,659 ERROR [ConvergedSipStandaloneDiscoveryComponent] An error
occurred while discovering ResourceType[id=0, category=Service,
name=Converged SIP/Web Application (SAR/WAR), plugin=JBossAS5]
Resources.
java.lang.NullPointerException
at
org.rhq.plugins.mobicents.servlet.sip.jboss5.ApplicationServerComponent.getConvergedSipApplicationEmsBeans(ApplicationServerComponent.java:
592)
at
org.rhq.plugins.mobicents.servlet.sip.jboss5.ConvergedSipStandaloneDiscoveryComponent.accept(ConvergedSipStandaloneDiscoveryComponent.java:
23)
at
org.rhq.plugins.mobicents.servlet.sip.jboss5.ManagedDeploymentDiscoveryComponent.discoverResources(ManagedDeploymentDiscoveryComponent.java:
87)
at sun.reflect.GeneratedMethodAccessor298.invoke(Unknown
Source)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:
25)
at java.lang.reflect.Method.invoke(Method.java:597)
at org.rhq.core.pc.util.DiscoveryComponentProxyFactory
$ComponentInvocationThread.call(DiscoveryComponentProxyFactory.java:
244)
at java.util.concurrent.FutureTask
$Sync.innerRun(FutureTask.java:303)
at java.util.concurrent.FutureTask.run(FutureTask.java:138)
at java.util.concurrent.ThreadPoolExecutor
$Worker.runTask(ThreadPoolExecutor.java:886)
at java.util.concurrent.ThreadPoolExecutor
$Worker.run(ThreadPoolExecutor.java:908)
at java.lang.Thread.run(Thread.java:662)
21:02:25,663 ERROR [ApplicationServerComponent] Component attempting
to access a connection that could not be loaded
21:02:25,663 ERROR [ConvergedSipStandaloneDiscoveryComponent] An error
occurred while discovering ResourceType[id=0, category=Service,
name=Converged SIP/Web Application (SAR/WAR), plugin=JBossAS5]
Resources.
java.lang.NullPointerException
at
org.rhq.plugins.mobicents.servlet.sip.jboss5.ApplicationServerComponent.getConvergedSipApplicationEmsBeans(ApplicationServerComponent.java:
592)
at
org.rhq.plugins.mobicents.servlet.sip.jboss5.ConvergedSipStandaloneDiscoveryComponent.accept(ConvergedSipStandaloneDiscoveryComponent.java:
23)
at
org.rhq.plugins.mobicents.servlet.sip.jboss5.ManagedDeploymentDiscoveryComponent.discoverResources(ManagedDeploymentDiscoveryComponent.java:
87)
at sun.reflect.GeneratedMethodAccessor298.invoke(Unknown
Source)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:
25)
at java.lang.reflect.Method.invoke(Method.java:597)
at org.rhq.core.pc.util.DiscoveryComponentProxyFactory
$ComponentInvocationThread.call(DiscoveryComponentProxyFactory.java:
244)
at java.util.concurrent.FutureTask
$Sync.innerRun(FutureTask.java:303)
at java.util.concurrent.FutureTask.run(FutureTask.java:138)
at java.util.concurrent.ThreadPoolExecutor
$Worker.runTask(ThreadPoolExecutor.java:886)
at java.util.concurrent.ThreadPoolExecutor
$Worker.run(ThreadPoolExecutor.java:908)
at java.lang.Thread.run(Thread.java:662)

Jean Deruelle

unread,
Oct 27, 2010, 5:11:58 AM10/27/10
to mobicent...@googlegroups.com
Looks like a bug can you open a new issue in the tracker ?

Thanks
Jean

Jean Deruelle

unread,
Oct 27, 2010, 5:21:02 AM10/27/10
to mobicent...@googlegroups.com
Actually it is configuration, you need to update the rhq-plugin.xml file it is located in the META-INF directory of mss-1.4.0.FINAL-jboss-jdk6-5.1.0.GA/server/default/deploy/admin-console.war/plugins/jopr-mobicents-sip-servlets-as-5-plugin-1.6.jar

Replace all 127.0.0.1 values by <my ip address> used when you start up the container

Jean
Reply all
Reply to author
Forward
0 new messages