-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Hi Sam.
Just a heads up, but this mailing list seems to be obsolete.
Specifically, it does not appear that anyone from JBoss is monitoring it
anymore (several lead engineers do not/did not know it exists). And
very few of the JBoss User Community is here any more as well. Instead,
everyone seems to be on the JBoss Forums now.
With that said, I have hit this particular issue on a few occasions, and
can offer you a few hints. Basically, something else is running a
server process on port 1099, which JBoss (and several other App
Servers!) need for JNDI processes. This is used for "Internal Only", so
under most conditions should NOT be available to the outside world. Two
main items on this port include Proxy objects for JBoss MBeans such as
the JBoss Transaction Manager (and other rather important Managers for
your container) as well as EJB Handles (Hibernate, anybody?).
At this point, I should point out that you can only have one server
process listening on a given port at a time. A server process can
listen on multiple ports, but a port can only be owned by one process.
Its up to the OS to enforce that, and in general, especially including
MS & *n*x OSes, they do.
On *n*x systems, you can run "netstat" to see what processes are using
given ports. This command is also available if you have Cygwin
installed on MS. Otherwise, I am not sure what MS tools are available
to tell you what ports are in use by what software. In the past, I have
had issues with the following programs grabbing 1099:
Thunderbird
Firefox
Evolution
Outlook
Oracle (9 and/or 10, I don't remember now!)
In the case of these particular applications (EXCEPTION: ORACLE!),
shutting them down, starting JBoss, and then starting them back up has
resolved the issue (at least, until the next system boot, anyways). In
the case of Oracle, sometimes a Web Process would be started by default
with the DB (mostly for its Help Documentation, so far as I was ever
able to tell). Going into Oracle Manager and disabling that function
resolved the issue with Oracle.
As to which, if any, of the above is the actual issue is why you need to
have something which tells you what software owns what port.
Good luck!
Regards,
Steve
samk(a)twinix.com wrote:
See Thread at:
http://www.techienuggets.com/Detail?tx=46021 Posted on
behalf of a User
I'm getting this exception too. I couldn't get fully what to do and how to
resolve it.. im actually newbi so ya...
plz can u help me? m using 8080 port thn y conflict in 1099? and I checked this link i
can see "
http://www.jboss.org/community/wiki/UsingJBossBehindAFirewall " but i
didnt quitly get what to do? please can anyone help me asap?
In Response To:
Hi I am new to Jboss application server. When i started the server, I got the following
error. could any one pls check this error?
Thanks
Bhanu lakshmi.
===============================================================================
JBoss Bootstrap Environment
JBOSS_HOME: D:\jboss-4.2.3.GA
JAVA: C:\jdk1.5.0_12\bin\java
JAVA_OPTS: -Dprogram.name=run.bat -server -Xms128m -Xmx512m -Dsun.rmi.dgc.cli
ent.gcInterval=3600000 -Dsun.rmi.dgc.server.gcInterval=3600000
CLASSPATH: C:\jdk1.5.0_12\lib\tools.jar;D:\jboss-4.2.3.GA\bin\run.jar
===============================================================================
16:08:47,916 INFO [Server] Starting JBoss (MX MicroKernel)...
16:08:47,994 INFO [Server] Release ID: JBoss [Trinity] 4.2.3.GA (build: SVNTag=
JBoss_4_2_3_GA date=200807181439)
16:08:47,994 INFO [Server] Home Dir: D:\jboss-4.2.3.GA
16:08:47,994 INFO [Server] Home URL: file:/D:/jboss-4.2.3.GA/
16:08:47,994 INFO [Server] Patch URL: null
16:08:47,994 INFO [Server] Server Name: default
16:08:48,010 INFO [Server] Server Home Dir: D:\jboss-4.2.3.GA\server\default
16:08:48,010 INFO [Server] Server Home URL: file:/D:/jboss-4.2.3.GA/server/defa
ult/
16:08:48,010 INFO [Server] Server Log Dir: D:\jboss-4.2.3.GA\server\default\log
16:08:48,010 INFO [Server] Server Temp Dir: D:\jboss-4.2.3.GA\server\default\tm
p
16:08:48,010 INFO [Server] Root Deployment Filename: jboss-service.xml
16:08:52,776 INFO [ServerInfo] Java version: 1.5.0_12,Sun Microsystems Inc.
16:08:52,791 INFO [ServerInfo] Java VM: Java HotSpot(TM) Server VM 1.5.0_12-b04
,Sun Microsystems Inc.
16:08:52,791 INFO [ServerInfo] OS-System: Windows 2000 5.0,x86
16:08:55,010 INFO [Server] Core system initialized
===============================================================================
JBoss Bootstrap Environment
JBOSS_HOME: D:\jboss-4.2.3.GA
JAVA: C:\jdk1.5.0_12\bin\java
JAVA_OPTS: -Dprogram.name=run.bat -server -Xms128m -Xmx512m -Dsun.rmi.dgc.cli
ent.gcInterval=3600000 -Dsun.rmi.dgc.server.gcInterval=3600000
CLASSPATH: C:\jdk1.5.0_12\lib\tools.jar;D:\jboss-4.2.3.GA\bin\run.jar
===============================================================================
16:08:47,916 INFO [Server] Starting JBoss (MX MicroKernel)...
16:08:47,994 INFO [Server] Release ID: JBoss [Trinity] 4.2.3.GA (build: SVNTag=
JBoss_4_2_3_GA date=200807181439)
16:08:47,994 INFO [Server] Home Dir: D:\jboss-4.2.3.GA
16:08:47,994 INFO [Server] Home URL: file:/D:/jboss-4.2.3.GA/
16:08:47,994 INFO [Server] Patch URL: null
16:08:47,994 INFO [Server] Server Name: default
16:08:48,010 INFO [Server] Server Home Dir: D:\jboss-4.2.3.GA\server\default
16:08:48,010 INFO [Server] Server Home URL: file:/D:/jboss-4.2.3.GA/server/defa
ult/
16:08:48,010 INFO [Server] Server Log Dir: D:\jboss-4.2.3.GA\server\default\log
16:08:48,010 INFO [Server] Server Temp Dir: D:\jboss-4.2.3.GA\server\default\tm
p
16:08:48,010 INFO [Server] Root Deployment Filename: jboss-service.xml
16:08:52,776 INFO [ServerInfo] Java version: 1.5.0_12,Sun Microsystems Inc.
16:08:52,791 INFO [ServerInfo] Java VM: Java HotSpot(TM) Server VM 1.5.0_12-b04
,Sun Microsystems Inc.
16:08:52,791 INFO [ServerInfo] OS-System: Windows 2000 5.0,x86
16:08:55,010 INFO [Server] Core system initialized
16:08:47,916 INFO [Server] Starting JBoss (MX MicroKernel)...
16:08:47,994 INFO [Server] Release ID: JBoss [Trinity] 4.2.3.GA (build: SVNTag=
JBoss_4_2_3_GA date=200807181439)
16:08:47,994 INFO [Server] Home Dir: D:\jboss-4.2.3.GA
16:08:47,994 INFO [Server] Home URL: file:/D:/jboss-4.2.3.GA/
16:08:47,994 INFO [Server] Patch URL: null
16:08:47,994 INFO [Server] Server Name: default
16:08:48,010 INFO [Server] Server Home Dir: D:\jboss-4.2.3.GA\server\default
16:08:48,010 INFO [Server] Server Home URL: file:/D:/jboss-4.2.3.GA/server/defa
ult/
16:08:48,010 INFO [Server] Server Log Dir: D:\jboss-4.2.3.GA\server\default\log
16:08:48,010 INFO [Server] Server Temp Dir: D:\jboss-4.2.3.GA\server\default\tm
p
16:08:48,010 INFO [Server] Root Deployment Filename: jboss-service.xml
16:08:52,776 INFO [ServerInfo] Java version: 1.5.0_12,Sun Microsystems Inc.
16:08:52,791 INFO [ServerInfo] Java VM: Java HotSpot(TM) Server VM 1.5.0_12-b04
,Sun Microsystems Inc.
16:08:52,791 INFO [ServerInfo] OS-System: Windows 2000 5.0,x86
16:08:55,010 INFO [Server] Core system initialized
16:09:13,449 INFO [WebService] Using RMI server codebase:
http://127.0.0.1:8083
/
16:09:15,027 INFO [Log4jService$URLWatchTimerTask] Configuring from URL: resour
ce:jboss-log4j.xml
16:09:23,246 ERROR [Naming] Could not start on port 1099
java.net.BindException: Address already in use: JVM_Bind
at java.net.PlainSocketImpl.socketBind(Native Method)
at java.net.PlainSocketImpl.bind(PlainSocketImpl.java:359)
at java.net.ServerSocket.bind(ServerSocket.java:319)
at java.net.ServerSocket.(ServerSocket.java:185)
at javax.net.DefaultServerSocketFactory.createServerSocket(ServerSocketF
actory.java:169)
at org.jnp.server.Main.initBootstrapListener(Main.java:371)
at org.jnp.server.Main.start(Main.java:321)
at org.jboss.naming.NamingService.startService(NamingService.java:284)
at org.jboss.system.ServiceMBeanSupport.jbossInternalStart(ServiceMBeanS
upport.java:289)
at org.jboss.system.ServiceMBeanSupport.jbossInternalLifecycle(ServiceMB
eanSupport.java:245)
at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
sorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:585)
at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatch
er.java:155)
at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94)
at org.jboss.mx.interceptor.AbstractInterceptor.invoke(AbstractIntercept
or.java:133)
at org.jboss.mx.server.Invocation.invoke(Invocation.java:88)
at org.jboss.mx.interceptor.ModelMBeanOperationInterceptor.invoke(ModelM
BeanOperationInterceptor.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.system.ServiceController$ServiceProxy.invoke(ServiceControl
ler.java:978)
at $Proxy0.start(Unknown Source)
at org.jboss.system.ServiceController.start(ServiceController.java:417)
at org.jboss.system.ServiceController.start(ServiceController.java:435)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.
java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
sorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:585)
at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatch
er.java:155)
at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94)
at org.jboss.mx.server.Invocation.invoke(Invocation.java:86)
at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.
java:264)
at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659)
at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:210)
at $Proxy4.start(Unknown Source)
at org.jboss.deployment.SARDeployer.start(SARDeployer.java:304)
at org.jboss.deployment.MainDeployer.start(MainDeployer.java:1025)
at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:819)
at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:782)
at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:766)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.
java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
sorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:585)
at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatch
er.java:155)
at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94)
at org.jboss.mx.interceptor.AbstractInterceptor.invoke(AbstractIntercept
or.java:133)
at org.jboss.mx.server.Invocation.invoke(Invocation.java:88)
at org.jboss.mx.interceptor.ModelMBeanOperationInterceptor.invoke(ModelM
BeanOperationInterceptor.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:595)
16:09:24,199 INFO [TransactionManagerService] JBossTS Transaction Service (JTA
version) - JBoss Inc.
16:09:24,199 INFO [TransactionManagerService] Setting up property manager MBean
and JMX layer
16:09:25,496 INFO [TransactionManagerService] Starting recovery manager
16:09:25,777 INFO [TransactionManagerService] Recovery manager started
16:09:25,777 INFO [TransactionManagerService] Binding TransactionManager JNDI R
eference
16:10:04,482 INFO [EJB3Deployer] Starting java:comp multiplexer
java:264)
at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659)
at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:210)
at $Proxy41.addDeployer(Unknown Source)
at org.jboss.web.tomcat.service.JBossWeb.startService(JBossWeb.java:517)
at org.jboss.system.ServiceMBeanSupport.jbossInternalStart(ServiceMBeanS
upport.java:289)
at org.jboss.system.ServiceMBeanSupport.jbossInternalLifecycle(ServiceMB
eanSupport.java:245)
at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
sorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:585)
at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatch
er.java:155)
at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94)
at org.jboss.mx.interceptor.AbstractInterceptor.invoke(AbstractIntercept
or.java:133)
at org.jboss.mx.server.Invocation.invoke(Invocation.java:88)
at org.jboss.mx.interceptor.ModelMBeanOperationInterceptor.invoke(ModelM
BeanOperationInterceptor.java:142)
at org.jboss.mx.interceptor.DynamicInterceptor.invoke(DynamicInterceptor
.java:97)
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.system.ServiceController$ServiceProxy.invoke(ServiceControl
ler.java:978)
at $Proxy0.start(Unknown Source)
at org.jboss.system.ServiceController.start(ServiceController.java:417)
at org.jboss.system.ServiceController.start(ServiceController.java:435)
at sun.reflect.GeneratedMethodAccessor9.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
sorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:585)
at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatch
er.java:155)
at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94)
at org.jboss.mx.server.Invocation.invoke(Invocation.java:86)
at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.
java:264)
at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659)
at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:210)
at $Proxy4.start(Unknown Source)
at org.jboss.deployment.SARDeployer.start(SARDeployer.java:304)
at org.jboss.deployment.MainDeployer.start(MainDeployer.java:1025)
at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:819)
at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:782)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.
java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
sorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:585)
at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatch
er.java:155)
at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94)
at org.jboss.mx.interceptor.AbstractInterceptor.invoke(AbstractIntercept
or.java:133)
at org.jboss.mx.server.Invocation.invoke(Invocation.java:88)
at org.jboss.mx.interceptor.ModelMBeanOperationInterceptor.invoke(ModelM
BeanOperationInterceptor.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 $Proxy9.deploy(Unknown Source)
at org.jboss.deployment.scanner.URLDeploymentScanner.deploy(URLDeploymen
tScanner.java:421)
at org.jboss.deployment.scanner.URLDeploymentScanner.scan(URLDeploymentS
canner.java:634)
at org.jboss.deployment.scanner.AbstractDeploymentScanner$ScannerThread.
doScan(AbstractDeploymentScanner.java:263)
at org.jboss.deployment.scanner.AbstractDeploymentScanner.startService(A
bstractDeploymentScanner.java:336)
at org.jboss.system.ServiceMBeanSupport.jbossInternalStart(ServiceMBeanS
upport.java:289)
at org.jboss.system.ServiceMBeanSupport.jbossInternalLifecycle(ServiceMB
eanSupport.java:245)
at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
sorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:585)
at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatch
er.java:155)
at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94)
at org.jboss.mx.server.Invocation.invoke(Invocation.java:86)
at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.
java:264)
at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659)
at org.jboss.system.ServiceController$ServiceProxy.invoke(ServiceControl
ler.java:978)
at $Proxy0.start(Unknown Source)
at org.jboss.system.ServiceController.start(ServiceController.java:417)
at sun.reflect.GeneratedMethodAccessor9.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
sorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:585)
at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatch
er.java:155)
at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94)
at org.jboss.mx.server.Invocation.invoke(Invocation.java:86)
at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.
java:264)
at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659)
at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:210)
at $Proxy4.start(Unknown Source)
at org.jboss.deployment.SARDeployer.start(SARDeployer.java:304)
at org.jboss.deployment.MainDeployer.start(MainDeployer.java:1025)
at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:819)
at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:782)
at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:766)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.
java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
sorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:585)
at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatch
er.java:155)
at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94)
at org.jboss.mx.interceptor.AbstractInterceptor.invoke(AbstractIntercept
or.java:133)
at org.jboss.mx.server.Invocation.invoke(Invocation.java:88)
at org.jboss.mx.interceptor.ModelMBeanOperationInterceptor.invoke(ModelM
BeanOperationInterceptor.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:595)
16:10:53,469 ERROR [BaseModelMBean] Exception invoking method init
javax.management.RuntimeErrorException: Error invoking method addChild
at org.apache.tomcat.util.modeler.BaseModelMBean.invoke(BaseModelMBean.j
ava:307)
at org.jboss.mx.server.RawDynamicInvoker.invoke(RawDynamicInvoker.java:1
64)
at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659)
at org.apache.catalina.core.StandardContext.init(StandardContext.java:53
12)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.
java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
sorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:585)
at org.apache.tomcat.util.modeler.BaseModelMBean.invoke(BaseModelMBean.j
ava:296)
at org.jboss.mx.server.RawDynamicInvoker.invoke(RawDynamicInvoker.java:1
64)
at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659)
at org.jboss.web.tomcat.service.TomcatDeployer.performDeployInternal(Tom
catDeployer.java:301)
at org.jboss.web.tomcat.service.TomcatDeployer.performDeploy(TomcatDeplo
yer.java:104)
at org.jboss.web.AbstractWebDeployer.start(AbstractWebDeployer.java:375)
at org.jboss.web.WebModule.startModule(WebModule.java:83)
at org.jboss.web.WebModule.startService(WebModule.java:61)
at org.jboss.system.ServiceMBeanSupport.jbossInternalStart(ServiceMBeanS
upport.java:289)
at org.jboss.system.ServiceMBeanSupport.jbossInternalLifecycle(ServiceMB
eanSupport.java:245)
at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
sorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:585)
at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatch
er.java:155)
at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94)
at org.jboss.mx.server.Invocation.invoke(Invocation.java:86)
at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.
java:264)
at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659)
at org.jboss.system.ServiceController$ServiceProxy.invoke(ServiceControl
ler.java:978)
at $Proxy0.start(Unknown Source)
at org.jboss.system.ServiceController.start(ServiceController.java:417)
at sun.reflect.GeneratedMethodAccessor9.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
sorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:585)
at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatch
er.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 $Proxy42.start(Unknown Source)
at org.jboss.web.AbstractWebContainer.start(AbstractWebContainer.java:46
6)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.
java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
sorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:585)
at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatch
er.java:155)
at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94)
at org.jboss.mx.interceptor.AbstractInterceptor.invoke(AbstractIntercept
or.java:133)
at org.jboss.mx.server.Invocation.invoke(Invocation.java:88)
at org.jboss.mx.interceptor.ModelMBeanOperationInterceptor.invoke(ModelM
BeanOperationInterceptor.java:142)
at org.jboss.mx.interceptor.DynamicInterceptor.invoke(DynamicInterceptor
.java:97)
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 $Proxy43.start(Unknown Source)
at org.jboss.deployment.MainDeployer.start(MainDeployer.java:1025)
at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:819)
at org.jboss.deployment.MainDeployer.addDeployer(MainDeployer.java:368)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.
java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
sorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:585)
at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatch
er.java:155)
at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94)
at org.jboss.mx.interceptor.AbstractInterceptor.invoke(AbstractIntercept
or.java:133)
at org.jboss.mx.server.Invocation.invoke(Invocation.java:88)
at org.jboss.mx.interceptor.ModelMBeanOperationInterceptor.invoke(ModelM
BeanOperationInterceptor.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 $Proxy41.addDeployer(Unknown Source)
at org.jboss.web.tomcat.service.JBossWeb.startService(JBossWeb.java:517)
at org.jboss.system.ServiceMBeanSupport.jbossInternalStart(ServiceMBeanS
upport.java:289)
at org.jboss.system.ServiceMBeanSupport.jbossInternalLifecycle(ServiceMB
eanSupport.java:245)
at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
sorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:585)
at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatch
er.java:155)
at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94)
at org.jboss.mx.interceptor.AbstractInterceptor.invoke(AbstractIntercept
or.java:133)
at org.jboss.mx.server.Invocation.invoke(Invocation.java:88)
at org.jboss.mx.interceptor.ModelMBeanOperationInterceptor.invoke(ModelM
BeanOperationInterceptor.java:142)
at org.jboss.mx.interceptor.DynamicInterceptor.invoke(DynamicInterceptor
.java:97)
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.system.ServiceController$ServiceProxy.invoke(ServiceControl
ler.java:978)
at $Proxy0.start(Unknown Source)
at org.jboss.system.ServiceController.start(ServiceController.java:417)
at org.jboss.system.ServiceController.start(ServiceController.java:435)
at sun.reflect.GeneratedMethodAccessor9.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
sorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:585)
at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatch
er.java:155)
at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94)
at org.jboss.mx.server.Invocation.invoke(Invocation.java:86)
at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.
java:264)
at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659)
at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:210)
at $Proxy4.start(Unknown Source)
at org.jboss.deployment.SARDeployer.start(SARDeployer.java:304)
at org.jboss.deployment.MainDeployer.start(MainDeployer.java:1025)
at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:819)
at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:782)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.
java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
sorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:585)
at org.jboss.mx.interceptor.Re
at org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase
.java:790)
at org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:77
0)
at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:553)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.
java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
sorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:585)
at org.apache.tomcat.util.modeler.BaseModelMBean.invoke(BaseModelMBean.j
ava:296)
... 121 more
16:13:08,740 ERROR [URLDeploymentScanner] Incomplete Deployment listing:
--- Incompletely deployed packages ---
org.jboss.deployment.DeploymentInfo@644c0835 { url=file:/D:/jboss-4.2.3.GA/serve
r/default/deploy/jboss-web.deployer/ROOT.war/ }
deployer: MBeanProxyExt[jboss.web:service=WebServer]
status: Deployment FAILED reason: Error during deploy; - nested throwable: (ja
vax.management.RuntimeOperationsException: Exception invoking method init)
state: FAILED
watch: file:/D:/jboss-4.2.3.GA/server/default/deploy/jboss-web.deployer/ROOT.w
ar/WEB-INF/web.xml
altDD: null
lastDeployed: 1217241640437
lastModified: 1217224056500
mbeans:
org.jboss.deployment.DeploymentInfo@3bc7b808 { url=file:/D:/jboss-4.2.3.GA/serve
r/default/deploy/http-invoker.sar/invoker.war/ }
deployer: MBeanProxyExt[jboss.web:service=WebServer]
status: Deployment FAILED reason: Error during deploy; - nested throwable: (ja
vax.management.RuntimeOperationsException: Exception invoking method init)
state: FAILED
watch: file:/D:/jboss-4.2.3.GA/server/default/deploy/http-invoker.sar/invoker.
war/WEB-INF/web.xml
altDD: null
lastDeployed: 1217241648703
lastModified: 1217224057109
mbeans:
org.jboss.deployment.DeploymentInfo@a423505a { url=file:/D:/jboss-4.2.3.GA/serve
r/default/deploy/jbossws.sar/jbossws.beans/ }
deployer: org.jboss.kernel.deployment.jboss.JBossBeanDeployer@dfe303
status: null
state: INITIALIZED
watch: file:/D:/jboss-4.2.3.GA/server/default/deploy/jbossws.sar/jbossws.beans
/META-INF/jboss-beans.xml
altDD: null
lastDeployed: 1217241611232
lastModified: 1217224055609
mbeans:
org.jboss.deployment.DeploymentInfo@707de9c8 { url=file:/D:/jboss-4.2.3.GA/serve
r/default/deploy/jbossws.sar/FastInfoset.jar }
deployer: org.jboss.deployment.JARDeployer@1d10a5c
status: null
state: INITIALIZED
watch: file:/D:/jboss-4.2.3.GA/server/default/deploy/jbossws.sar/FastInfoset.j
ar
altDD: null
lastDeployed: 1217241611873
lastModified: 1217241611295
mbeans:
org.jboss.deployment.DeploymentInfo@36d8730e { url=file:/D:/jboss-4.2.3.GA/serve
r/default/deploy/jbossws.sar/jaxb-api.jar }
deployer: null
status: null
state: CONSTRUCTED
watch: file:/D:/jboss-4.2.3.GA/server/default/deploy/jbossws.sar/jaxb-api.jar
altDD: null
lastDeployed: 1217241612248
lastModified: 1217241612029
mbeans:
org.jboss.deployment.DeploymentInfo@1d25ca33 { url=file:/D:/jboss-4.2.3.GA/serve
r/default/deploy/jbossws.sar/ }
deployer: org.jboss.deployment.SARDeployer@18941f7
status: null
state: INITIALIZED
watch: file:/D:/jboss-4.2.3.GA/server/default/deploy/jbossws.sar/META-INF/jbos
s-service.xml
altDD: null
lastDeployed: 1217241612248
lastModified: 1217224055671
mbeans:
org.jboss.deployment.DeploymentInfo@336ccc28 { url=file:/D:/jboss-4.2.3.GA/serve
r/default/deploy/jms/jbossmq-httpil.sar/jbossmq-httpil.war/ }
deployer: MBeanProxyExt[jboss.web:service=WebServer]
status: Deployment FAILED reason: Error during deploy; - nested throwable: (ja
vax.management.RuntimeOperationsException: Exception invoking method init)
state: FAILED
watch: file:/D:/jboss-4.2.3.GA/server/default/deploy/jms/jbossmq-httpil.sar/jb
ossmq-httpil.war/WEB-INF/web.xml
altDD: null
lastDeployed: 1217241699252
lastModified: 1217224054921
mbeans:
org.jboss.deployment.DeploymentInfo@84bfab03 { url=file:/D:/jboss-4.2.3.GA/serve
r/default/deploy/jmx-console.war/ }
deployer: MBeanProxyExt[jboss.web:service=WebServer]
status: Deployment FAILED reason: Error during deploy; - nested throwable: (ja
vax.management.RuntimeOperationsException: Exception invoking method init)
state: FAILED
watch: file:/D:/jboss-4.2.3.GA/server/default/deploy/jmx-console.war/WEB-INF/w
eb.xml
altDD: null
lastDeployed: 1217241786959
lastModified: 1217224054515
mbeans:
--- MBeans waiting for other MBeans ---
ObjectName: jboss:service=KeyGeneratorFactory,type=HiLo
State: FAILED
Reason: org.jboss.deployment.DeploymentException: Error while checking if tabl
e aleady exists HILOSEQUENCES; - nested throwable: (org.jboss.util.NestedSQLExce
ption: Unchecked throwable in ManagedConnection.getConnection() cl=org.jboss.res
ource.connectionmanager.TxConnectionManager$TxConnectionEventListener@b80017[sta
te=NORMAL mc=org.jboss.resource.adapter.jdbc.local.LocalManagedConnection@14c7cd
handles=0 lastUse=1217241764505 permit=false trackByTx=false mcp=org.jboss.reso
urce.connectionmanager.JBossManagedConnectionPool$PoolBySubject@497536 context=o
rg.jboss.resource.connectionmanager.InternalManagedConnectionPool@ae2d66 xaResou
rce=org.jboss.resource.connectionmanager.TxConnectionManager$LocalXAResource@126
965a txSync=null]; - nested throwable: (java.lang.reflect.UndeclaredThrowableExc
eption); - nested throwable: (org.jboss.resource.JBossResourceException: Uncheck
ed throwable in ManagedConnection.getConnection() cl=org.jboss.resource.connecti
onmanager.TxConnectionManager$TxConnectionEventListener@b80017[state=NORMAL mc=o
rg.jboss.resource.adapter.jdbc.local.LocalManagedConnection@14c7cd handles=0 las
tUse=1217241764505 permit=false trackByTx=false mcp=org.jboss.resource.connectio
nmanager.JBossManagedConnectionPool$PoolBySubject@497536 context=org.jboss.resou
rce.connectionmanager.InternalManagedConnectionPool@ae2d66 xaResource=org.jboss.
resource.connectionmanager.TxConnectionManager$LocalXAResource@126965a txSync=nu
ll]; - nested throwable: (java.lang.reflect.UndeclaredThrowableException)))
I Depend On:
jboss:service=TransactionManager
jboss.jca:service=DataSourceBinding,name=DefaultDS
ObjectName: jboss.web.deployment:war=ROOT.war,id=1682704437
State: FAILED
Reason: org.jboss.deployment.DeploymentException: Error during deploy; - neste
d throwable: (javax.management.RuntimeOperationsException: Exception invoking me
thod init)
ObjectName: jboss.web.deployment:war=invoker.war,id=1002944520
State: FAILED
Reason: org.jboss.deployment.DeploymentException: Error during deploy; - neste
d throwable: (javax.management.RuntimeOperationsException: Exception invoking me
thod init)
ObjectName: jboss.web.deployment:war=jbossmq-httpil.war,id=862768168
State: FAILED
Reason: org.jboss.deployment.DeploymentException: Error during deploy; - neste
d throwable: (javax.management.RuntimeOperationsException: Exception invoking me
thod init)
ObjectName: jboss.web.deployment:war=web-console.war,id=-796065885
State: FAILED
Reason: org.jboss.deployment.DeploymentException: Error during deploy; - neste
d throwable: (javax.management.RuntimeOperationsException: Exception invoking me
thod init)
I Depend On:
jboss.admin:service=PluginManager
ObjectName: jboss.mq:service=PersistenceManager
State: FAILED
Reason: org.jboss.mq.SpyJMSException: Could not resolve uncommited transaction
s. Message recovery may not be accurate; - nested throwable: (org.jboss.util.Ne
stedSQLException: Unchecked throwable in ManagedConnection.getConnection() cl=or
g.jboss.resource.connectionmanager.TxConnectionManager$TxConnectionEventListener
@b80017[state=NORMAL mc=org.jboss.resource.adapter.jdbc.local.LocalManagedConnec
tion@14c7cd handles=0 lastUse=1217241778302 permit=true trackByTx=true mcp=org.j
boss.resource.connectionmanager.JBossManagedConnectionPool$PoolBySubject@497536
context=org.jboss.resource.connectionmanager.InternalManagedConnectionPool@ae2d6
6 xaResource=org.jboss.resource.connectionmanager.TxConnectionManager$LocalXARes
ource@126965a txSync=TxSync10410271{tx=TransactionImple < ac, BasicAction: -53ee
0c99:825:488da1dd:d status: ActionStatus.RUNNING > wasTrackByTx=true enlisted=tr
ue}]; - nested throwable: (java.lang.reflect.UndeclaredThrowableException); - ne
sted throwable: (org.jboss.resource.JBossResourceException: Unchecked throwable
in ManagedConnection.getConnection() cl=org.jboss.resource.connectionmanager.TxC
onnectionManager$TxConnectionEventListener@b80017[state=NORMAL mc=org.jboss.reso
urce.adapter.jdbc.local.LocalManagedConnection@14c7cd handles=0 lastUse=12172417
78302 permit=true trackByTx=true mcp=org.jboss.resource.connectionmanager.JBossM
anagedConnectionPool$PoolBySubject@497536 context=org.jboss.resource.connectionm
anager.InternalManagedConnectionPool@ae2d66 xaResource=org.jboss.resource.connec
tionmanager.TxConnectionManager$LocalXAResource@126965a txSync=TxSync10410271{tx
=TransactionImple < ac, BasicAction: -53ee0c99:825:488da1dd:d status: ActionStat
us.RUNNING > wasTrackByTx=true enlisted=true}]; - nested throwable: (java.lang.r
eflect.UndeclaredThrowableException)))
I Depend On:
jboss.jca:service=DataSourceBinding,name=DefaultDS
Depends On Me:
jboss.mq:service=DestinationManager
ObjectName: jboss.web.deployment:war=jmx-console.war,id=-2067813629
State: FAILED
Reason: org.jboss.deployment.DeploymentException: Error during deploy; - neste
d throwable: (javax.management.RuntimeOperationsException: Exception invoking me
thod init)
--- MBEANS THAT ARE THE ROOT CAUSE OF THE PROBLEM ---
ObjectName: jboss.web.deployment:war=web-console.war,id=-796065885
State: FAILED
Reason: org.jboss.deployment.DeploymentException: Error during deploy; - neste
d throwable: (javax.management.RuntimeOperationsException: Exception invoking me
thod init)
I Depend On:
jboss.admin:service=PluginManager
ObjectName: jboss.web.deployment:war=invoker.war,id=1002944520
State: FAILED
Reason: org.jboss.deployment.DeploymentException: Error during deploy; - neste
d throwable: (javax.management.RuntimeOperationsException: Exception invoking me
thod init)
ObjectName: jboss.web.deployment:war=jbossmq-httpil.war,id=862768168
State: FAILED
Reason: org.jboss.deployment.DeploymentException: Error during deploy; - neste
d throwable: (javax.management.RuntimeOperationsException: Exception invoking me
thod init)
ObjectName: jboss.web.deployment:war=ROOT.war,id=1682704437
State: FAILED
Reason: org.jboss.deployment.DeploymentException: Error during deploy; - neste
d throwable: (javax.management.RuntimeOperationsException: Exception invoking me
thod init)
ObjectName: jboss.mq:service=PersistenceManager
State: FAILED
Reason: org.jboss.mq.SpyJMSException: Could not resolve uncommited transaction
s. Message recovery may not be accurate; - nested throwable: (org.jboss.util.Ne
stedSQLException: Unchecked throwable in ManagedConnection.getConnection() cl=or
g.jboss.resource.connectionmanager.TxConnectionManager$TxConnectionEventListener
@b80017[state=NORMAL mc=org.jboss.resource.adapter.jdbc.local.LocalManagedConnec
tion@14c7cd handles=0 lastUse=1217241778302 permit=true trackByTx=true mcp=org.j
boss.resource.connectionmanager.JBossManagedConnectionPool$PoolBySubject@497536
context=org.jboss.resource.connectionmanager.InternalManagedConnectionPool@ae2d6
6 xaResource=org.jboss.resource.connectionmanager.TxConnectionManager$LocalXARes
ource@126965a txSync=TxSync10410271{tx=TransactionImple < ac, BasicAction: -53ee
0c99:825:488da1dd:d status: ActionStatus.RUNNING > wasTrackByTx=true enlisted=tr
ue}]; - nested throwable: (java.lang.reflect.UndeclaredThrowableException); - ne
sted throwable: (org.jboss.resource.JBossResourceException: Unchecked throwable
in ManagedConnection.getConnection() cl=org.jboss.resource.connectionmanager.TxC
onnectionManager$TxConnectionEventListener@b80017[state=NORMAL mc=org.jboss.reso
urce.adapter.jdbc.local.LocalManagedConnection@14c7cd handles=0 lastUse=12172417
78302 permit=true trackByTx=true mcp=org.jboss.resource.connectionmanager.JBossM
anagedConnectionPool$PoolBySubject@497536 context=org.jboss.resource.connectionm
anager.InternalManagedConnectionPool@ae2d66 xaResource=org.jboss.resource.connec
tionmanager.TxConnectionManager$LocalXAResource@126965a txSync=TxSync10410271{tx
=TransactionImple < ac, BasicAction: -53ee0c99:825:488da1dd:d status: ActionStat
us.RUNNING > wasTrackByTx=true enlisted=true}]; - nested throwable: (java.lang.r
eflect.UndeclaredThrowableException)))
I Depend On:
jboss.jca:service=DataSourceBinding,name=DefaultDS
Depends On Me:
jboss.mq:service=DestinationManager
ObjectName: jboss:service=KeyGeneratorFactory,type=HiLo
State: FAILED
Reason: org.jboss.deployment.DeploymentException: Error while checking if tabl
e aleady exists HILOSEQUENCES; - nested throwable: (org.jboss.util.NestedSQLExce
ption: Unchecked throwable in ManagedConnection.getConnection() cl=org.jboss.res
ource.connectionmanager.TxConnectionManager$TxConnectionEventListener@b80017[sta
te=NORMAL mc=org.jboss.resource.adapter.jdbc.local.LocalManagedConnection@14c7cd
handles=0 lastUse=1217241764505 permit=false trackByTx=false mcp=org.jboss.reso
urce.connectionmanager.JBossManagedConnectionPool$PoolBySubject@497536 context=o
rg.jboss.resource.connectionmanager.InternalManagedConnectionPool@ae2d66 xaResou
rce=org.jboss.resource.connectionmanager.TxConnectionManager$LocalXAResource@126
965a txSync=null]; - nested throwable: (java.lang.reflect.UndeclaredThrowableExc
eption); - nested throwable: (org.jboss.resource.JBossResourceException: Uncheck
ed throwable in ManagedConnection.getConnection() cl=org.jboss.resource.connecti
onmanager.TxConnectionManager$TxConnectionEventListener@b80017[state=NORMAL mc=o
rg.jboss.resource.adapter.jdbc.local.LocalManagedConnection@14c7cd handles=0 las
tUse=1217241764505 permit=false trackByTx=false mcp=org.jboss.resource.connectio
nmanager.JBossManagedConnectionPool$PoolBySubject@497536 context=org.jboss.resou
rce.connectionmanager.InternalManagedConnectionPool@ae2d66 xaResource=org.jboss.
resource.connectionmanager.TxConnectionManager$LocalXAResource@126965a txSync=nu
ll]; - nested throwable: (java.lang.reflect.UndeclaredThrowableException)))
I Depend On:
jboss:service=TransactionManager
jboss.jca:service=DataSourceBinding,name=DefaultDS
ObjectName: jboss.web.deployment:war=jmx-console.war,id=-2067813629
State: FAILED
Reason: org.jboss.deployment.DeploymentException: Error during deploy; - neste
d throwable: (javax.management.RuntimeOperationsException: Exception invoking me
thod init)
16:13:21,882 INFO [Http11Protocol] Starting Coyote HTTP/1.1 on http-127.0.0.1-8
090
16:13:22,444 INFO [AjpProtocol] Starting Coyote AJP/1.3 on ajp-127.0.0.1-8009
16:13:22,491 INFO [Server] JBoss (MX MicroKernel) [4.2.3.GA (build: SVNTag=JBos
s_4_2_3_GA date=200807181439)] Started in 4m:34s:481ms
_______________________________________________
jboss-user mailing list
jboss-user(a)lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.9 (GNU/Linux)
Comment: Using GnuPG with SUSE -
http://enigmail.mozdev.org
iEYEARECAAYFAkrXU0wACgkQSphIUSiVzgZJ6ACdEnTuXWrndYey4VVQfyudlslv
jWQAoMecFLttEuytUD1RcRCkCktOTVhA
=U2Zo
-----END PGP SIGNATURE-----