[JBoss AOP] - Problem with jboss-aop-jdk50.deploye
by Moslem
Hi!
i tryed to work with jboss 4.0 but i had this problem
11:57:46,317 INFO [Server] Starting JBoss (MX MicroKernel)...
11:57:46,319 INFO [Server] Release ID: JBoss [Zion] 4.0.0 (build: CVSTag=JBoss_4_0_0 date=200409200418)
11:57:46,327 INFO [Server] Home Dir: D:\jboss-4.0.0\jboss-4.0.0
11:57:46,327 INFO [Server] Home URL: file:/D:/jboss-4.0.0/jboss-4.0.0/
11:57:46,327 INFO [Server] Library URL: file:/D:/jboss-4.0.0/jboss-4.0.0/lib/
11:57:46,328 INFO [Server] Patch URL: null
11:57:46,328 INFO [Server] Server Name: all
11:57:46,329 INFO [Server] Server Home Dir: D:\jboss-4.0.0\jboss-4.0.0\server\all
11:57:46,329 INFO [Server] Server Home URL: file:/D:/jboss-4.0.0/jboss-4.0.0/server/all/
11:57:46,329 INFO [Server] Server Data Dir: D:\jboss-4.0.0\jboss-4.0.0\server\all\data
11:57:46,329 INFO [Server] Server Temp Dir: D:\jboss-4.0.0\jboss-4.0.0\server\all\tmp
11:57:46,329 INFO [Server] Server Config URL: file:/D:/jboss-4.0.0/jboss-4.0.0/server/all/conf/
11:57:46,329 INFO [Server] Server Library URL: file:/D:/jboss-4.0.0/jboss-4.0.0/server/all/lib/
11:57:46,329 INFO [Server] Root Deployment Filename: jboss-service.xml
11:57:46,332 INFO [Server] Starting General Purpose Architecture (GPA)...
11:57:46,720 INFO [ServerInfo] Java version: 1.5.0_15,Sun Microsystems Inc.
11:57:46,720 INFO [ServerInfo] Java VM: Java HotSpot(TM) Client VM 1.5.0_15-b04,Sun Microsystems Inc.
11:57:46,720 INFO [ServerInfo] OS-System: Windows Vista 6.0,x86
11:57:47,163 INFO [Server] Core system initialized
11:57:49,430 INFO [Log4jService$URLWatchTimerTask] Configuring from URL: resource:log4j.xml
11:57:49,513 INFO [WebService] Using RMI server codebase: http://g2i-pcp-g2i-2:8083/
11:57:49,775 INFO [NamingService] Started jnpPort=1099, rmiPort=1098, backlog=50, bindAddress=/0.0.0.0, Client SocketFactory=null, Server SocketFactory=org.jboss.net.sockets.DefaultSocketFactory@ad093076
11:57:50,831 ERROR [MainDeployer] could not create deployment: file:/D:/jboss-4.0.0/jboss-4.0.0/server/all/deploy/jboss-aop-jdk50.deployer/
org.jboss.deployment.DeploymentException: - nested throwable: (java.lang.reflect.UndeclaredThrowableException)
at org.jboss.system.ServiceConfigurator.install(ServiceConfigurator.java:139)
at org.jboss.system.ServiceController.install(ServiceController.java:200)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:141)
at org.jboss.mx.server.Invocation.dispatch(Invocation.java:80)
at org.jboss.mx.server.Invocation.invoke(Invocation.java:72)
at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:242)
at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:642)
at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:176)
at $Proxy4.install(Unknown Source)
at org.jboss.deployment.SARDeployer.create(SARDeployer.java:208)
at org.jboss.deployment.MainDeployer.create(MainDeployer.java:889)
at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:745)
at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:709)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:141)
at org.jboss.mx.server.Invocation.dispatch(Invocation.java:80)
at org.jboss.mx.interceptor.AbstractInterceptor.invoke(AbstractInterceptor.java:119)
at org.jboss.mx.server.Invocation.invoke(Invocation.java:74)
at org.jboss.mx.interceptor.ModelMBeanOperationInterceptor.invoke(ModelMBeanOperationInterceptor.java:131)
at org.jboss.mx.server.Invocation.invoke(Invocation.java:74)
at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:242)
at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:642)
at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:176)
at $Proxy8.deploy(Unknown Source)
at org.jboss.deployment.scanner.URLDeploymentScanner.deploy(URLDeploymentScanner.java:305)
at org.jboss.deployment.scanner.URLDeploymentScanner.scan(URLDeploymentScanner.java:481)
at org.jboss.deployment.scanner.AbstractDeploymentScanner$ScannerThread.doScan(AbstractDeploymentScanner.java:204)
at org.jboss.deployment.scanner.AbstractDeploymentScanner.startService(AbstractDeploymentScanner.java:277)
at org.jboss.system.ServiceMBeanSupport.jbossInternalStart(ServiceMBeanSupport.java:271)
at org.jboss.system.ServiceMBeanSupport.jbossInternalLifecycle(ServiceMBeanSupport.java:221)
at sun.reflect.GeneratedMethodAccessor2.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:141)
at org.jboss.mx.server.Invocation.dispatch(Invocation.java:80)
at org.jboss.mx.server.Invocation.invoke(Invocation.java:72)
at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:242)
at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:642)
at org.jboss.system.ServiceController$ServiceProxy.invoke(ServiceController.java:891)
at $Proxy0.start(Unknown Source)
at org.jboss.system.ServiceController.start(ServiceController.java:416)
at sun.reflect.GeneratedMethodAccessor5.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:141)
at org.jboss.mx.server.Invocation.dispatch(Invocation.java:80)
at org.jboss.mx.server.Invocation.invoke(Invocation.java:72)
at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:242)
at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:642)
at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:176)
at $Proxy4.start(Unknown Source)
at org.jboss.deployment.SARDeployer.start(SARDeployer.java:261)
at org.jboss.deployment.MainDeployer.start(MainDeployer.java:935)
at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:746)
at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:709)
at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:693)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:141)
at org.jboss.mx.server.Invocation.dispatch(Invocation.java:80)
at org.jboss.mx.interceptor.AbstractInterceptor.invoke(AbstractInterceptor.java:119)
at org.jboss.mx.server.Invocation.invoke(Invocation.java:74)
at org.jboss.mx.interceptor.ModelMBeanOperationInterceptor.invoke(ModelMBeanOperationInterceptor.java:131)
at org.jboss.mx.server.Invocation.invoke(Invocation.java:74)
at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:242)
at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:642)
at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:176)
at $Proxy5.deploy(Unknown Source)
at org.jboss.system.server.ServerImpl.doStart(ServerImpl.java:396)
at org.jboss.system.server.ServerImpl.start(ServerImpl.java:293)
at org.jboss.Main.boot(Main.java:151)
at org.jboss.Main$1.run(Main.java:405)
at java.lang.Thread.run(Unknown Source)
Caused by: java.lang.reflect.UndeclaredThrowableException
at org.jboss.system.ServiceCreator.install(ServiceCreator.java:204)
at org.jboss.system.ServiceConfigurator.internalInstall(ServiceConfigurator.java:149)
at org.jboss.system.ServiceConfigurator.install(ServiceConfigurator.java:114)
... 81 more
Caused by: java.lang.NoSuchMethodError: org.jboss.aop.deployment.AspectDeployer.setSuffixes([Ljava/lang/String;)V
at org.jboss.aop.deployment.AspectDeployer.initializeMainDeployer(AspectDeployer.java:84)
at org.jboss.aop.deployment.AspectDeployer.(AspectDeployer.java:73)
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source)
at java.lang.reflect.Constructor.newInstance(Unknown Source)
at org.jboss.mx.server.MBeanServerImpl.instantiate(MBeanServerImpl.java:1212)
at org.jboss.mx.server.MBeanServerImpl.instantiate(MBeanServerImpl.java:269)
at org.jboss.mx.server.MBeanServerImpl.createMBean(MBeanServerImpl.java:327)
at org.jboss.system.ServiceCreator.install(ServiceCreator.java:125)
... 83 more
11:57:53,425 INFO [EjbModule] Deploying ClusteredHTTPSession
11:57:53,583 INFO [EJBDeployer] Deployed: file:/D:/jboss-4.0.0/jboss-4.0.0/server/all/deploy/jbossha-httpsession.sar/ClusteredHttpSessionEB.jar/
11:57:54,926 INFO [Embedded] Catalina naming disabled
11:57:55,596 INFO [Http11Protocol] Initialisation de Coyote HTTP/1.1 sur http-0.0.0.0-8080
11:57:55,628 INFO [Catalina] Initialization processed in 635 ms
11:57:55,628 INFO [StandardService] Starting service jboss.web
11:57:55,634 INFO [StandardEngine] Starting Servlet Engine: Apache Tomcat/5.0.28
11:57:55,659 INFO [StandardHost] XML validation disabled
11:57:55,683 INFO [Catalina] Server startup in 55 ms
11:57:55,846 INFO [TomcatDeployer] deploy, ctxPath=/ebxmlrr, warUrl=file:/D:/jboss-4.0.0/jboss-4.0.0/server/all/deploy/ebxmlrr-service.sar/ebxmlrr.war/
11:57:56,411 INFO [STDOUT] Initialized REST
11:57:56,477 INFO [SAAJServlet] init
11:57:56,813 INFO [SAAJServlet] init
11:57:57,002 INFO [TomcatDeployer] deploy, ctxPath=/invoker, warUrl=file:/D:/jboss-4.0.0/jboss-4.0.0/server/all/deploy/http-invoker.sar/invoker.war/
11:57:57,194 INFO [TomcatDeployer] deploy, ctxPath=/ws4ee, warUrl=file:/D:/jboss-4.0.0/jboss-4.0.0/server/all/tmp/deploy/tmp8697jboss-ws4ee-exp.war/
11:57:57,332 INFO [TomcatDeployer] deploy, ctxPath=/, warUrl=file:/D:/jboss-4.0.0/jboss-4.0.0/server/all/deploy/jbossweb-tomcat50.sar/ROOT.war/
11:57:58,219 INFO [STDOUT] Loading properties file: resourceName = '/org/exolab/castor/castor.properties' fileName = 'castor.properties'
11:57:59,267 INFO [DefaultPartition] Initializing
11:57:59,424 INFO [STDOUT]
-------------------------------------------------------
GMS: address is g2i-pcp-g2i-2:63597 (additional data: 16 bytes)
-------------------------------------------------------
11:58:01,465 INFO [DefaultPartition] Number of cluster members: 1
11:58:01,465 INFO [DefaultPartition] Other members: 0
11:58:01,465 INFO [DefaultPartition] Fetching state (will wait for 30000 milliseconds):
11:58:01,466 INFO [DefaultPartition] New cluster view for partition DefaultPartition (id: 0, delta: 0) : [42.4.243.74:1099]
11:58:01,471 INFO [DefaultPartition] I am (42.4.243.74:1099) received membershipChanged event:
11:58:01,471 INFO [DefaultPartition] Dead members: 0 ([])
11:58:01,471 INFO [DefaultPartition] New Members : 0 ([])
11:58:01,471 INFO [DefaultPartition] All Members : 1 ([42.4.243.74:1099])
11:58:01,607 INFO [HANamingService] Listening on /0.0.0.0:1100
11:58:01,614 WARN [HANamingService] Failed to start AutomaticDiscovery
java.net.SocketException: bad argument for IP_MULTICAST_IF: address not bound to any interface
at java.net.PlainDatagramSocketImpl.socketSetOption(Native Method)
at java.net.PlainDatagramSocketImpl.setOption(Unknown Source)
at java.net.MulticastSocket.setInterface(Unknown Source)
at org.jboss.ha.jndi.DetachedHANamingService$AutomaticDiscovery.start(DetachedHANamingService.java:437)
at org.jboss.ha.jndi.DetachedHANamingService.startService(DetachedHANamingService.java:243)
at org.jboss.system.ServiceMBeanSupport.jbossInternalStart(ServiceMBeanSupport.java:271)
at org.jboss.system.ServiceMBeanSupport.jbossInternalLifecycle(ServiceMBeanSupport.java:221)
at sun.reflect.GeneratedMethodAccessor2.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:141)
at org.jboss.mx.server.Invocation.dispatch(Invocation.java:80)
at org.jboss.mx.server.Invocation.invoke(Invocation.java:72)
at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:242)
at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:642)
at org.jboss.system.ServiceController$ServiceProxy.invoke(ServiceController.java:891)
at $Proxy0.start(Unknown Source)
at org.jboss.system.ServiceController.start(ServiceController.java:416)
at org.jboss.system.ServiceController.start(ServiceController.java:438)
at sun.reflect.GeneratedMethodAccessor5.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:141)
at org.jboss.mx.server.Invocation.dispatch(Invocation.java:80)
at org.jboss.mx.server.Invocation.invoke(Invocation.java:72)
at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:242)
at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:642)
at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:176)
at $Proxy4.start(Unknown Source)
at org.jboss.deployment.SARDeployer.start(SARDeployer.java:261)
at org.jboss.deployment.MainDeployer.start(MainDeployer.java:935)
at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:746)
at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:709)
at sun.reflect.GeneratedMethodAccessor37.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:141)
at org.jboss.mx.server.Invocation.dispatch(Invocation.java:80)
at org.jboss.mx.interceptor.AbstractInterceptor.invoke(AbstractInterceptor.java:119)
at org.jboss.mx.server.Invocation.invoke(Invocation.java:74)
at org.jboss.mx.interceptor.ModelMBeanOperationInterceptor.invoke(ModelMBeanOperationInterceptor.java:131)
at org.jboss.mx.server.Invocation.invoke(Invocation.java:74)
at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:242)
at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:642)
at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:176)
at $Proxy8.deploy(Unknown Source)
at org.jboss.deployment.scanner.URLDeploymentScanner.deploy(URLDeploymentScanner.java:305)
at org.jboss.deployment.scanner.URLDeploymentScanner.scan(URLDeploymentScanner.java:481)
at org.jboss.deployment.scanner.AbstractDeploymentScanner$ScannerThread.doScan(AbstractDeploymentScanner.java:204)
at org.jboss.deployment.scanner.AbstractDeploymentScanner.startService(AbstractDeploymentScanner.java:277)
at org.jboss.system.ServiceMBeanSupport.jbossInternalStart(ServiceMBeanSupport.java:271)
at org.jboss.system.ServiceMBeanSupport.jbossInternalLifecycle(ServiceMBeanSupport.java:221)
at sun.reflect.GeneratedMethodAccessor2.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:141)
at org.jboss.mx.server.Invocation.dispatch(Invocation.java:80)
at org.jboss.mx.server.Invocation.invoke(Invocation.java:72)
at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:242)
at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:642)
at org.jboss.system.ServiceController$ServiceProxy.invoke(ServiceController.java:891)
at $Proxy0.start(Unknown Source)
at org.jboss.system.ServiceController.start(ServiceController.java:416)
at sun.reflect.GeneratedMethodAccessor5.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:141)
at org.jboss.mx.server.Invocation.dispatch(Invocation.java:80)
at org.jboss.mx.server.Invocation.invoke(Invocation.java:72)
at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:242)
at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:642)
at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:176)
at $Proxy4.start(Unknown Source)
at org.jboss.deployment.SARDeployer.start(SARDeployer.java:261)
at org.jboss.deployment.MainDeployer.start(MainDeployer.java:935)
at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:746)
at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:709)
at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:693)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:141)
at org.jboss.mx.server.Invocation.dispatch(Invocation.java:80)
at org.jboss.mx.interceptor.AbstractInterceptor.invoke(AbstractInterceptor.java:119)
at org.jboss.mx.server.Invocation.invoke(Invocation.java:74)
at org.jboss.mx.interceptor.ModelMBeanOperationInterceptor.invoke(ModelMBeanOperationInterceptor.java:131)
at org.jboss.mx.server.Invocation.invoke(Invocation.java:74)
at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:242)
at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:642)
at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:176)
at $Proxy5.deploy(Unknown Source)
at org.jboss.system.server.ServerImpl.doStart(ServerImpl.java:396)
at org.jboss.system.server.ServerImpl.start(ServerImpl.java:293)
at org.jboss.Main.boot(Main.java:151)
at org.jboss.Main$1.run(Main.java:405)
at java.lang.Thread.run(Unknown Source)
11:58:02,200 INFO [TomcatDeployer] deploy, ctxPath=/jbossmq-httpil, warUrl=file:/D:/jboss-4.0.0/jboss-4.0.0/server/all/deploy-hasingleton/jms/jbossmq-httpil.sar/jbossmq-httpil.war/
11:58:02,706 INFO [STDOUT] [ jacorb.home unset! Will use '.' ]
11:58:02,707 INFO [STDOUT] [ File .\jacorb.properties for configuration jacorb not found ]
11:58:02,941 INFO [interceptors] InterceptorManager started with 2 SIs, 2 CIs and 4 IORIs
11:58:03,063 INFO [orb] ORB run
11:58:03,179 INFO [CorbaNamingService] Naming: [IOR:000000000000002B49444C3A6F6D672E6F72672F436F734E616D696E672F4E616D696E67436F6E746578744578743A312E3000000000000200000000000000E8000102000000000C34322E342E3234332E3734000DC80000000000114A426F73732F4E616D696E672F726F6F74000000000000060000000000000008000000004A414300000000010000001C0000000000010001000000010501000100010109000000010501000100000014000000080000001A00000DC90000002100000050000000000000000100000000000000240000001E0000007E00000000000000010000000C34322E342E3234332E3734000DC90000000000000000000000000000000000000000000000000000000000000000002000000004000000000000001F000000040000000300000001000000440000000000000003000000010000001C000000000001000100000001050100010001010900000001050100010000002000000004000000000000001F0000000400000003]
11:58:03,297 INFO [naming] re-Bound name: TransactionService
11:58:03,298 INFO [CorbaTransactionService] TransactionFactory: [IOR:000000000000003049444C3A6F72672F6A626F73732F746D2F69696F702F5472616E73616374696F6E466163746F72794578743A312E30000000000200000000000000E8000102000000000C34322E342E3234332E3734000DC80000000000144A426F73732F5472616E73616374696F6E732F46000000060000000000000008000000004A414300000000010000001C0000000000010001000000010501000100010109000000010501000100000014000000080000001A00000DC90000002100000050000000000000000100000000000000240000001E0000007E00000000000000010000000C34322E342E3234332E3734000DC90000000000000000000000000000000000000000000000000000000000000000002000000004000000000000001F000000040000000300000001000000440000000000000003000000010000001C000000000001000100000001050100010001010900000001050100010000002000000004000000000000001F0000000400000003]
11:58:03,304 INFO [naming] re-Bound name: UserTransaction
11:58:04,307 INFO [RARDeployment] Required license terms exist view the META-INF/ra.xml: file:/D:/jboss-4.0.0/jboss-4.0.0/server/all/deploy/jboss-local-jdbc.rar
11:58:04,417 INFO [RARDeployment] Required license terms exist view the META-INF/ra.xml: file:/D:/jboss-4.0.0/jboss-4.0.0/server/all/deploy/jboss-xa-jdbc.rar
11:58:04,553 INFO [RARDeployment] Required license terms exist view the META-INF/ra.xml: file:/D:/jboss-4.0.0/jboss-4.0.0/server/all/deploy/jms/jms-ra.rar
11:58:05,843 INFO [WrapperDataSourceService] Bound connection factory for resource adapter for ConnectionManager 'jboss.jca:service=DataSourceBinding,name=DefaultDS to JNDI name 'java:DefaultDS'
11:58:06,114 INFO [A] Bound to JNDI name: queue/A
11:58:06,116 INFO [B] Bound to JNDI name: queue/B
11:58:06,118 INFO [C] Bound to JNDI name: queue/C
11:58:06,120 INFO [D] Bound to JNDI name: queue/D
11:58:06,122 INFO [ex] Bound to JNDI name: queue/ex
11:58:06,142 INFO [testTopic] Bound to JNDI name: topic/testTopic
11:58:06,144 INFO [securedTopic] Bound to JNDI name: topic/securedTopic
11:58:06,146 INFO [testDurableTopic] Bound to JNDI name: topic/testDurableTopic
11:58:06,148 INFO [testQueue] Bound to JNDI name: queue/testQueue
11:58:06,205 INFO [OILServerILService] JBossMQ OIL service available at : /0.0.0.0:8090
11:58:06,247 INFO [OIL2ServerILService] JBossMQ OIL2 service available at : /0.0.0.0:8092
11:58:06,319 INFO [UILServerILService] JBossMQ UIL service available at : /0.0.0.0:8093
11:58:06,362 INFO [DLQ] Bound to JNDI name: queue/DLQ
11:58:06,379 INFO [ConnectionFactoryBindingService] Bound connection factory for resource adapter for ConnectionManager 'jboss.jca:service=ConnectionFactoryBinding,name=JmsXA to JNDI name 'java:JmsXA'
11:58:06,629 INFO [MailService] Mail Service bound to java:/Mail
11:58:06,925 INFO [BlockingServer] Remoting 'async' protocol clients will connect to: InvokerLocator [async://42.4.243.74:8085/?compression=-1&tcp.nodelay=true]
11:58:07,131 INFO [TreeCache] setClusterConfig(): setting cluster properties from xml to: UDP(ip_mcast=true;ip_ttl=64;loopback=false;mcast_addr=230.1.2.3;mcast_port=45566;mcast_recv_buf_size=80000;mcast_send_buf_size=150000;ucast_recv_buf_size=80000;ucast_send_buf_size=150000):PING(down_thread=false;num_initial_members=3;timeout=2000;up_thread=false):MERGE2(max_interval=20000;min_interval=10000):FD_SOCK:VERIFY_SUSPECT(down_thread=false;timeout=1500;up_thread=false):pbcast.NAKACK(down_thread=false;gc_lag=50;max_xmit_size=8192;retransmit_timeout=600,1200,2400,4800;up_thread=false):UNICAST(down_thread=false;min_threshold=10;timeout=600,1200,2400;window_size=100):pbcast.STABLE(desired_avg_gossip=20000;down_thread=false;up_thread=false):FRAG(down_thread=false;frag_size=8192;up_thread=false):pbcast.GMS(join_retry_timeout=2000;join_timeout=5000;print_local_addr=true;shun=true):pbcast.STATE_TRANSFER(down_thread=true;up_thread=true)
11:58:07,171 INFO [TreeCache] interceptor chain is:
class org.jboss.cache.interceptors.CallInterceptor
class org.jboss.cache.interceptors.ReplicationInterceptor
class org.jboss.cache.interceptors.TransactionInterceptor
11:58:07,171 INFO [TreeCache] cache mode is REPL_SYNC
11:58:07,207 INFO [STDOUT]
-------------------------------------------------------
GMS: address is g2i-pcp-g2i-2:63600
-------------------------------------------------------
11:58:09,222 INFO [TreeCache] viewAccepted(): new members: [g2i-pcp-g2i-2:63600]
11:58:09,222 INFO [TreeCache] state could not be retrieved (must be first member in group)
11:58:09,223 INFO [TreeCache] new cache is null (maybe first member in cluster)
11:58:09,255 INFO [TomcatDeployer] deploy, ctxPath=/jmx-console, warUrl=file:/D:/jboss-4.0.0/jboss-4.0.0/server/all/deploy/jmx-console.war/
11:58:09,433 INFO [TomcatDeployer] deploy, ctxPath=/web-console, warUrl=file:/D:/jboss-4.0.0/jboss-4.0.0/server/all/deploy/management/web-console.war/
11:58:10,003 ERROR [URLDeploymentScanner] Incomplete Deployment listing:
Incompletely deployed packages:
org.jboss.deployment.DeploymentInfo@ece2a32b { url=file:/D:/jboss-4.0.0/jboss-4.0.0/server/all/deploy/jboss-aop-jdk50.deployer/common-softvaluehashmap.jar }
deployer: org.jboss.deployment.JARDeployer@102799c
status: Created
state: CREATED
watch: file:/D:/jboss-4.0.0/jboss-4.0.0/server/all/deploy/jboss-aop-jdk50.deployer/common-softvaluehashmap.jar
altDD: null
lastDeployed: 1211795870046
lastModified: 1211795870040
mbeans:
org.jboss.deployment.DeploymentInfo@d5020eaa { url=file:/D:/jboss-4.0.0/jboss-4.0.0/server/all/deploy/jboss-aop-jdk50.deployer/javassist.jar }
deployer: org.jboss.deployment.JARDeployer@102799c
status: Created
state: CREATED
watch: file:/D:/jboss-4.0.0/jboss-4.0.0/server/all/deploy/jboss-aop-jdk50.deployer/javassist.jar
altDD: null
lastDeployed: 1211795870177
lastModified: 1211795870088
mbeans:
org.jboss.deployment.DeploymentInfo@92e21e2d { url=file:/D:/jboss-4.0.0/jboss-4.0.0/server/all/deploy/jboss-aop-jdk50.deployer/jboss-aop-jdk50.jar }
deployer: org.jboss.deployment.JARDeployer@102799c
status: Created
state: CREATED
watch: file:/D:/jboss-4.0.0/jboss-4.0.0/server/all/deploy/jboss-aop-jdk50.deployer/jboss-aop-jdk50.jar
altDD: null
lastDeployed: 1211795870374
lastModified: 1211795870220
mbeans:
org.jboss.deployment.DeploymentInfo@b9e6bf69 { url=file:/D:/jboss-4.0.0/jboss-4.0.0/server/all/deploy/jboss-aop-jdk50.deployer/jboss-aspect-library-jdk50.jar }
deployer: org.jboss.deployment.JARDeployer@102799c
status: Created
state: CREATED
watch: file:/D:/jboss-4.0.0/jboss-4.0.0/server/all/deploy/jboss-aop-jdk50.deployer/jboss-aspect-library-jdk50.jar
altDD: null
lastDeployed: 1211795870482
lastModified: 1211795870408
mbeans:
org.jboss.deployment.DeploymentInfo@c3e0ae82 { url=file:/D:/jboss-4.0.0/jboss-4.0.0/server/all/deploy/jboss-aop-jdk50.deployer/trove.jar }
deployer: org.jboss.deployment.JARDeployer@102799c
status: Created
state: CREATED
watch: file:/D:/jboss-4.0.0/jboss-4.0.0/server/all/deploy/jboss-aop-jdk50.deployer/trove.jar
altDD: null
lastDeployed: 1211795870637
lastModified: 1211795870538
mbeans:
org.jboss.deployment.DeploymentInfo@8b639e81 { url=file:/D:/jboss-4.0.0/jboss-4.0.0/server/all/deploy/jboss-aop-jdk50.deployer/ }
deployer: org.jboss.deployment.SARDeployer@161dfb5
status: Deployment FAILED reason: - nested throwable: (java.lang.reflect.UndeclaredThrowableException)
state: FAILED
watch: file:/D:/jboss-4.0.0/jboss-4.0.0/server/all/deploy/jboss-aop-jdk50.deployer/META-INF/jboss-service.xml
altDD: null
lastDeployed: 1211795870638
lastModified: 1211794720496
mbeans:
11:58:10,139 INFO [Http11Protocol] Démarrage de Coyote HTTP/1.1 sur http-0.0.0.0-8080
11:58:10,234 INFO [JkMain] Jk running ID=0 time=0/42 config=null
11:58:10,276 INFO [Server] JBoss (MX MicroKernel) [4.0.0 (build: CVSTag=JBoss_4_0_0 date=200409200418)] Started in 23s:769ms
so can u tell me witch version of jboss aop can i use to avoid this .
thx in advance
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4153310#4153310
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4153310
17 years, 11 months
[JBoss Portal] - Re: error when trying to add 'gender' field to user profile
by csagar
hi attrar,
i was able to add the gender field in the user profile. but i was wondering where the value in the field gets stored. because i checked my database and there isn't any field gender in the jboss_user table. So where is this value stored ??
this is the entry in profile-config.xml
< property>
< name>user.gender< /name>
< type>java.lang.String< /type>
< access-mode>read-write< /access-mode>
< usage>mandatory< /usage>
< display-name xml:lang="en">Gender< /display-name>
< description xml:lang="en">The gender< /description>
< mapping>
< database>
< type>dynamic< /type>
< value>user.gender< /value>
< /database>
< /mapping>
< /property>
in the < database> element < type> is defined as dynamic......so where is the value stored actually? is it possible to create our own table and store the value in that table ???
thnx in adv :]
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4153309#4153309
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4153309
17 years, 11 months
[Beginners Corner] - Re: Jboss Version Compatibility
by spieper
Hi,
we have by now managed to find a work around, though we are still looking for a more elegant solution.
So here is a short description of our current solution:
We have now deployed a proxy application to the 4.2.0 server from which we have removed all annotations and which is configured with the following jboss.xml (and included in the ear):
| <jboss>
| <enterprise-beans>
| <session>
| <ejb-name>RmiProxy</ejb-name>
| <jndi-name>ejb/remote/RmiProxy</jndi-name>
| <invoker-bindings>
| <invoker>
|
| <invoker-proxy-binding-name>stateless-rmi-invoker</invoker-proxy-binding-name>
| </invoker>
| </invoker-bindings>
| </session>
| </enterprise-beans>
| </jboss>
|
Since there are no annotations, this application does not trigger the ejb3.deployer and is instead deployed as 2.x application in the 4.2.0 jboss.
This proxy application is also configured to use the legacy rmi invoker.
Now the 2.x client which is deployed in the 4.0.2 server can make 2.x style calls to the proxy which is deployed in the 4.2.0 server. The proxy application can then make rmi calls to the ejb3 application deployed in the same 4.2.0 server.
This eliminates the problem with the 4.0.2 server not knowing the org.jboss.ejb3.stateless.StatelessRemoteProxy as the proxy application is running in a server that has the class and is itself configured as 2.x application which does not return ejb3 style rmi proxy objects.
We're now looking for a way to eliminate the need for a proxy application.
We may in the future simply try to upgrade the jboss on which the legacy application is running to remove this problem completely.
Bye
SPieper
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4153306#4153306
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4153306
17 years, 11 months
[JBossWS] - Namespace issue for SEIs extending common interface
by yogeshkb
HI Team,
I have two webservices with separate SEIs (say A in targetNamespace X and B in targetNamespace Y) each one extending a common interface (say C)
When I generated the WSDLs using the wsprovide tool, I can see the two wsdl files each containing the schema for the operations of common interface C getting generated as part of the SEI A's namespace and SEI B's namespace individually which is expected as per the standards..
I deployed these webservices in JBoss4.2.2 with JBossWS2.0.3. When I tried to open the wsdls from the JBoss server, the wsdls generated from the jboss server seems to have the operations of common interface C available as part of the SEI A. But for the SEI B, the operations of common interface C are imported from SEI A's namespace.
I was expecting the operations of common interface C to be available in each individual webservice's namespace as unique operations.
I also tried to explicitly specify the XmlType annotation in the common interface class C to have a common namespace but even this attempt got failed.
Pls let me know how to workaround this problem.
Regards,
Yogesh.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4153304#4153304
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4153304
17 years, 11 months
[JBoss Messaging] - Cluster on same machine
by jorgemoralespou_2
I have set up a cluster in the same machine, as explained in the JBossAS guide. I have used a sample-bindings.xml modified with the configuration in the remoting-bisocket as commented. I have different peerIDs, and when I start up the second node, I got the following error:
| 2008-05-26 11:34:14,131 ERROR [org.jboss.messaging.util.ExceptionUtil] org.jboss.messaging.core.jmx.MessagingPostOfficeService@9b52eaf startService
| org.jgroups.ChannelException: failed to start protocol stack
| at org.jgroups.JChannel.connect(JChannel.java:389)
| at org.jboss.messaging.core.impl.postoffice.GroupMember.start(GroupMember.java:177)
| at org.jboss.messaging.core.impl.postoffice.MessagingPostOffice.start(MessagingPostOffice.java:347)
| at org.jboss.messaging.core.jmx.MessagingPostOfficeService.startService(MessagingPostOfficeService.java:427)
| at org.jboss.system.ServiceMBeanSupport.jbossInternalStart(ServiceMBeanSupport.java:289)
| at org.jboss.system.ServiceMBeanSupport.start(ServiceMBeanSupport.java:196)
| at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
| at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
| at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
| at java.lang.reflect.Method.invoke(Method.java:585)
| at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155)
| at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94)
| at org.jboss.mx.interceptor.AbstractInterceptor.invoke(AbstractInterceptor.java:133)
| at org.jboss.mx.server.Invocation.invoke(Invocation.java:88)
| at org.jboss.mx.interceptor.ModelMBeanOperationInterceptor.invoke(ModelMBeanOperationInterceptor.java:142)
| at org.jboss.mx.server.Invocation.invoke(Invocation.java:88)
| at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264)
| at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659)
| at org.jboss.system.ServiceController$ServiceProxy.invoke(ServiceController.java:995)
| at $Proxy0.start(Unknown Source)
| at org.jboss.system.ServiceController.start(ServiceController.java:417)
| at org.jboss.system.ServiceController.start(ServiceController.java:435)
| at org.jboss.system.ServiceController.start(ServiceController.java:435)
| at org.jboss.system.ServiceController.start(ServiceController.java:435)
| at org.jboss.system.ServiceController.start(ServiceController.java:435)
| at org.jboss.system.ServiceController.start(ServiceController.java:435)
| at org.jboss.system.ServiceController.start(ServiceController.java:435)
| at sun.reflect.GeneratedMethodAccessor10.invoke(Unknown Source)
| at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
| at java.lang.reflect.Method.invoke(Method.java:585)
| at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155)
| at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94)
| at org.jboss.mx.server.Invocation.invoke(Invocation.java:86)
| at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264)
| at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659)
| at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:210)
| at $Proxy4.start(Unknown Source)
| at org.jboss.deployment.SARDeployer.start(SARDeployer.java:302)
| at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
| at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
| at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
| at java.lang.reflect.Method.invoke(Method.java:585)
| at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155)
| at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94)
| at org.jboss.mx.interceptor.AbstractInterceptor.invoke(AbstractInterceptor.java:133)
| at org.jboss.mx.server.Invocation.invoke(Invocation.java:88)
| at org.jboss.mx.interceptor.ModelMBeanOperationInterceptor.invoke(ModelMBeanOperationInterceptor.java:142)
| at org.jboss.mx.server.Invocation.invoke(Invocation.java:88)
| at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264)
| at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659)
| at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:210)
| at $Proxy64.start(Unknown Source)
| at org.jboss.deployment.XSLSubDeployer.start(XSLSubDeployer.java:197)
| 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.GeneratedMethodAccessor30.invoke(Unknown Source)
| at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
| at java.lang.reflect.Method.invoke(Method.java:585)
| at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155)
| at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94)
| at org.jboss.mx.interceptor.AbstractInterceptor.invoke(AbstractInterceptor.java:133)
| at org.jboss.mx.server.Invocation.invoke(Invocation.java:88)
| at org.jboss.mx.interceptor.ModelMBeanOperationInterceptor.invoke(ModelMBeanOperationInterceptor.java:142)
| at org.jboss.mx.server.Invocation.invoke(Invocation.java:88)
| at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264)
| at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659)
| at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:210)
| at $Proxy10.deploy(Unknown Source)
| at org.jboss.deployment.scanner.URLDeploymentScanner.deploy(URLDeploymentScanner.java:421)
| at org.jboss.deployment.scanner.URLDeploymentScanner.scan(URLDeploymentScanner.java:634)
| at org.jboss.deployment.scanner.AbstractDeploymentScanner$ScannerThread.doScan(AbstractDeploymentScanner.java:263)
| at org.jboss.deployment.scanner.AbstractDeploymentScanner.startService(AbstractDeploymentScanner.java:336)
| at org.jboss.system.ServiceMBeanSupport.jbossInternalStart(ServiceMBeanSupport.java:289)
| at org.jboss.system.ServiceMBeanSupport.jbossInternalLifecycle(ServiceMBeanSupport.java:245)
| at sun.reflect.GeneratedMethodAccessor5.invoke(Unknown Source)
| at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
| at java.lang.reflect.Method.invoke(Method.java:585)
| at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155)
| at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94)
| at org.jboss.mx.server.Invocation.invoke(Invocation.java:86)
| at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264)
| at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659)
| at org.jboss.system.ServiceController$ServiceProxy.invoke(ServiceController.java:978)
| at $Proxy0.start(Unknown Source)
| at org.jboss.system.ServiceController.start(ServiceController.java:417)
| at sun.reflect.GeneratedMethodAccessor10.invoke(Unknown Source)
| at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
| at java.lang.reflect.Method.invoke(Method.java:585)
| at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155)
| at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94)
| at org.jboss.mx.server.Invocation.invoke(Invocation.java:86)
| at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264)
| at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659)
| at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:210)
| at $Proxy4.start(Unknown Source)
| at org.jboss.deployment.SARDeployer.start(SARDeployer.java:302)
| at org.jboss.deployment.MainDeployer.start(MainDeployer.java:1025)
| at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:819)
| at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:782)
| at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:766)
| at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
| at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
| at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
| at java.lang.reflect.Method.invoke(Method.java:585)
| at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155)
| at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94)
| at org.jboss.mx.interceptor.AbstractInterceptor.invoke(AbstractInterceptor.java:133)
| at org.jboss.mx.server.Invocation.invoke(Invocation.java:88)
| at org.jboss.mx.interceptor.ModelMBeanOperationInterceptor.invoke(ModelMBeanOperationInterceptor.java:142)
| at org.jboss.mx.server.Invocation.invoke(Invocation.java:88)
| at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264)
| at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659)
| at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:210)
| at $Proxy5.deploy(Unknown Source)
| at org.jboss.system.server.ServerImpl.doStart(ServerImpl.java:482)
| at org.jboss.system.server.ServerImpl.start(ServerImpl.java:362)
| at org.jboss.Main.boot(Main.java:200)
| at org.jboss.Main$1.run(Main.java:508)
| at java.lang.Thread.run(Thread.java:595)
| Caused by: java.lang.Exception: exception caused by TCP.start()
| at org.jgroups.stack.Protocol.handleSpecialDownEvent(Protocol.java:582)
| at org.jgroups.stack.Protocol.receiveDownEvent(Protocol.java:496)
| at org.jgroups.stack.Protocol.passDown(Protocol.java:533)
| at org.jgroups.protocols.Discovery.down(Discovery.java:333)
| at org.jgroups.stack.DownHandler.run(Protocol.java:121)
| Caused by: java.net.BindException: bind_addr santander/127.0.1.1 is not a valid interface
| at org.jgroups.blocks.ConnectionTable.createServerSocket(ConnectionTable.java:346)
| at org.jgroups.blocks.ConnectionTable.start(ConnectionTable.java:174)
| at org.jgroups.blocks.ConnectionTable.<init>(ConnectionTable.java:84)
| at org.jgroups.protocols.TCP.getConnectionTable(TCP.java:98)
| at org.jgroups.protocols.TCP.start(TCP.java:62)
| at org.jgroups.stack.Protocol.handleSpecialDownEvent(Protocol.java:571)
| ... 4 more
| 2008-05-26 11:34:14,134 WARN [org.jboss.system.ServiceController] Problem starting service jboss.messaging:service=PostOffice
| org.jgroups.ChannelException: failed to start protocol stack
| at org.jgroups.JChannel.connect(JChannel.java:389)
| at org.jboss.messaging.core.impl.postoffice.GroupMember.start(GroupMember.java:177)
| at org.jboss.messaging.core.impl.postoffice.MessagingPostOffice.start(MessagingPostOffice.java:347)
| at org.jboss.messaging.core.jmx.MessagingPostOfficeService.startService(MessagingPostOfficeService.java:427)
| at org.jboss.system.ServiceMBeanSupport.jbossInternalStart(ServiceMBeanSupport.java:289)
| at org.jboss.system.ServiceMBeanSupport.start(ServiceMBeanSupport.java:196)
| at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
| at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
| at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
| at java.lang.reflect.Method.invoke(Method.java:585)
| at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155)
| at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94)
| at org.jboss.mx.interceptor.AbstractInterceptor.invoke(AbstractInterceptor.java:133)
| at org.jboss.mx.server.Invocation.invoke(Invocation.java:88)
| at org.jboss.mx.interceptor.ModelMBeanOperationInterceptor.invoke(ModelMBeanOperationInterceptor.java:142)
| at org.jboss.mx.server.Invocation.invoke(Invocation.java:88)
| at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264)
| at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659)
| at org.jboss.system.ServiceController$ServiceProxy.invoke(ServiceController.java:995)
| at $Proxy0.start(Unknown Source)
| at org.jboss.system.ServiceController.start(ServiceController.java:417)
| at org.jboss.system.ServiceController.start(ServiceController.java:435)
| at org.jboss.system.ServiceController.start(ServiceController.java:435)
| at org.jboss.system.ServiceController.start(ServiceController.java:435)
| at org.jboss.system.ServiceController.start(ServiceController.java:435)
| at org.jboss.system.ServiceController.start(ServiceController.java:435)
| at org.jboss.system.ServiceController.start(ServiceController.java:435)
| at sun.reflect.GeneratedMethodAccessor10.invoke(Unknown Source)
| at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
| at java.lang.reflect.Method.invoke(Method.java:585)
| at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155)
| at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94)
| at org.jboss.mx.server.Invocation.invoke(Invocation.java:86)
| at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264)
| at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659)
| at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:210)
| at $Proxy4.start(Unknown Source)
| at org.jboss.deployment.SARDeployer.start(SARDeployer.java:302)
| at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
| at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
| at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
| at java.lang.reflect.Method.invoke(Method.java:585)
| at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155)
| at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94)
| at org.jboss.mx.interceptor.AbstractInterceptor.invoke(AbstractInterceptor.java:133)
| at org.jboss.mx.server.Invocation.invoke(Invocation.java:88)
| at org.jboss.mx.interceptor.ModelMBeanOperationInterceptor.invoke(ModelMBeanOperationInterceptor.java:142)
| at org.jboss.mx.server.Invocation.invoke(Invocation.java:88)
| at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264)
| at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659)
| at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:210)
| at $Proxy64.start(Unknown Source)
| at org.jboss.deployment.XSLSubDeployer.start(XSLSubDeployer.java:197)
| 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.GeneratedMethodAccessor30.invoke(Unknown Source)
| at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
| at java.lang.reflect.Method.invoke(Method.java:585)
| at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155)
| at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94)
| at org.jboss.mx.interceptor.AbstractInterceptor.invoke(AbstractInterceptor.java:133)
| at org.jboss.mx.server.Invocation.invoke(Invocation.java:88)
| at org.jboss.mx.interceptor.ModelMBeanOperationInterceptor.invoke(ModelMBeanOperationInterceptor.java:142)
| at org.jboss.mx.server.Invocation.invoke(Invocation.java:88)
| at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264)
| at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659)
| at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:210)
| at $Proxy10.deploy(Unknown Source)
| at org.jboss.deployment.scanner.URLDeploymentScanner.deploy(URLDeploymentScanner.java:421)
| at org.jboss.deployment.scanner.URLDeploymentScanner.scan(URLDeploymentScanner.java:634)
| at org.jboss.deployment.scanner.AbstractDeploymentScanner$ScannerThread.doScan(AbstractDeploymentScanner.java:263)
| at org.jboss.deployment.scanner.AbstractDeploymentScanner.startService(AbstractDeploymentScanner.java:336)
| at org.jboss.system.ServiceMBeanSupport.jbossInternalStart(ServiceMBeanSupport.java:289)
| at org.jboss.system.ServiceMBeanSupport.jbossInternalLifecycle(ServiceMBeanSupport.java:245)
| at sun.reflect.GeneratedMethodAccessor5.invoke(Unknown Source)
| at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
| at java.lang.reflect.Method.invoke(Method.java:585)
| at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155)
| at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94)
| at org.jboss.mx.server.Invocation.invoke(Invocation.java:86)
| at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264)
| at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659)
| at org.jboss.system.ServiceController$ServiceProxy.invoke(ServiceController.java:978)
| at $Proxy0.start(Unknown Source)
| at org.jboss.system.ServiceController.start(ServiceController.java:417)
| at sun.reflect.GeneratedMethodAccessor10.invoke(Unknown Source)
| at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
| at java.lang.reflect.Method.invoke(Method.java:585)
| at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155)
| at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94)
| at org.jboss.mx.server.Invocation.invoke(Invocation.java:86)
| at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264)
| at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659)
| at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:210)
| at $Proxy4.start(Unknown Source)
| at org.jboss.deployment.SARDeployer.start(SARDeployer.java:302)
| at org.jboss.deployment.MainDeployer.start(MainDeployer.java:1025)
| at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:819)
| at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:782)
| at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:766)
| at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
| at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
| at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
| at java.lang.reflect.Method.invoke(Method.java:585)
| at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155)
| at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94)
| at org.jboss.mx.interceptor.AbstractInterceptor.invoke(AbstractInterceptor.java:133)
| at org.jboss.mx.server.Invocation.invoke(Invocation.java:88)
| at org.jboss.mx.interceptor.ModelMBeanOperationInterceptor.invoke(ModelMBeanOperationInterceptor.java:142)
| at org.jboss.mx.server.Invocation.invoke(Invocation.java:88)
| at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264)
| at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659)
| at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:210)
| at $Proxy5.deploy(Unknown Source)
| at org.jboss.system.server.ServerImpl.doStart(ServerImpl.java:482)
| at org.jboss.system.server.ServerImpl.start(ServerImpl.java:362)
| at org.jboss.Main.boot(Main.java:200)
| at org.jboss.Main$1.run(Main.java:508)
| at java.lang.Thread.run(Thread.java:595)
| Caused by: java.lang.Exception: exception caused by TCP.start()
| at org.jgroups.stack.Protocol.handleSpecialDownEvent(Protocol.java:582)
| at org.jgroups.stack.Protocol.receiveDownEvent(Protocol.java:496)
| at org.jgroups.stack.Protocol.passDown(Protocol.java:533)
| at org.jgroups.protocols.Discovery.down(Discovery.java:333)
| at org.jgroups.stack.DownHandler.run(Protocol.java:121)
| Caused by: java.net.BindException: bind_addr santander/127.0.1.1 is not a valid interface
| at org.jgroups.blocks.ConnectionTable.createServerSocket(ConnectionTable.java:346)
| at org.jgroups.blocks.ConnectionTable.start(ConnectionTable.java:174)
| at org.jgroups.blocks.ConnectionTable.<init>(ConnectionTable.java:84)
| at org.jgroups.protocols.TCP.getConnectionTable(TCP.java:98)
| at org.jgroups.protocols.TCP.start(TCP.java:62)
| at org.jgroups.stack.Protocol.handleSpecialDownEvent(Protocol.java:571)
| ... 4 more
| 2008-05-26 11:34:14,539 ERROR [org.jboss.deployment.scanner.URLDeploymentScanner] Incomplete Deployment listing:
|
| --- MBeans waiting for other MBeans ---
| ObjectName: jboss.messaging:service=PostOffice
| State: FAILED
| Reason: org.jgroups.ChannelException: failed to start protocol stack
| I Depend On:
| jboss.messaging:service=ServerPeer
| jboss.jca:service=DataSourceBinding,name=DefaultDS
| jboss:service=TransactionManager
| Depends On Me:
| jboss.messaging.connectionfactory:service=ConnectionFactory
| jboss.messaging.connectionfactory:service=ClusteredConnectionFactory
| jboss.messaging.connectionfactory:service=ClusterPullConnectionFactory
| jboss.messaging.destination:service=Queue,name=DLQ
| jboss.messaging.destination:service=Queue,name=ExpiryQueue
| jboss.messaging.destination:service=Topic,name=testTopic
| jboss.messaging.destination:service=Topic,name=securedTopic
| jboss.messaging.destination:service=Topic,name=testDurableTopic
| jboss.messaging.destination:service=Queue,name=testQueue
| jboss.messaging.destination:service=Queue,name=A
| jboss.messaging.destination:service=Queue,name=B
| jboss.messaging.destination:service=Queue,name=C
| jboss.messaging.destination:service=Queue,name=D
| jboss.messaging.destination:service=Queue,name=ex
| jboss.messaging.destination:service=Queue,name=PrivateDLQ
| jboss.messaging.destination:service=Queue,name=PrivateExpiryQueue
| jboss.messaging.destination:service=Queue,name=QueueWithOwnDLQAndExpiryQueue
| jboss.messaging.destination:service=Topic,name=TopicWithOwnDLQAndExpiryQueue
| jboss.messaging.destination:service=Queue,name=QueueWithOwnRedeliveryDelay
| jboss.messaging.destination:service=Topic,name=TopicWithOwnRedeliveryDelay
| jboss.messaging.destination:service=Queue,name=testDistributedQueue
| jboss.messaging.destination:service=Topic,name=testDistributedTopic
|
| --- MBEANS THAT ARE THE ROOT CAUSE OF THE PROBLEM ---
| ObjectName: jboss.messaging:service=PostOffice
| State: FAILED
| Reason: org.jgroups.ChannelException: failed to start protocol stack
| I Depend On:
| jboss.messaging:service=ServerPeer
| jboss.jca:service=DataSourceBinding,name=DefaultDS
| jboss:service=TransactionManager
| Depends On Me:
| jboss.messaging.connectionfactory:service=ConnectionFactory
| jboss.messaging.connectionfactory:service=ClusteredConnectionFactory
| jboss.messaging.connectionfactory:service=ClusterPullConnectionFactory
| jboss.messaging.destination:service=Queue,name=DLQ
| jboss.messaging.destination:service=Queue,name=ExpiryQueue
| jboss.messaging.destination:service=Topic,name=testTopic
| jboss.messaging.destination:service=Topic,name=securedTopic
| jboss.messaging.destination:service=Topic,name=testDurableTopic
| jboss.messaging.destination:service=Queue,name=testQueue
| jboss.messaging.destination:service=Queue,name=A
| jboss.messaging.destination:service=Queue,name=B
| jboss.messaging.destination:service=Queue,name=C
| jboss.messaging.destination:service=Queue,name=D
| jboss.messaging.destination:service=Queue,name=ex
| jboss.messaging.destination:service=Queue,name=PrivateDLQ
| jboss.messaging.destination:service=Queue,name=PrivateExpiryQueue
| jboss.messaging.destination:service=Queue,name=QueueWithOwnDLQAndExpiryQueue
| jboss.messaging.destination:service=Topic,name=TopicWithOwnDLQAndExpiryQueue
| jboss.messaging.destination:service=Queue,name=QueueWithOwnRedeliveryDelay
| jboss.messaging.destination:service=Topic,name=TopicWithOwnRedeliveryDelay
| jboss.messaging.destination:service=Queue,name=testDistributedQueue
| jboss.messaging.destination:service=Topic,name=testDistributedTopic
|
Anyone know why this is happening?
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4153303#4153303
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4153303
17 years, 11 months