[JBoss JIRA] Reopened: (JBREM-855) Update build.xml to allow jdk 1.5 compiler to target JVM version 1.4
by Ron Sigal (JIRA)
[ http://jira.jboss.com/jira/browse/JBREM-855?page=all ]
Ron Sigal reopened JBREM-855:
-----------------------------
> Update build.xml to allow jdk 1.5 compiler to target JVM version 1.4
> --------------------------------------------------------------------
>
> Key: JBREM-855
> URL: http://jira.jboss.com/jira/browse/JBREM-855
> Project: JBoss Remoting
> Issue Type: Feature Request
> Security Level: Public(Everyone can see)
> Affects Versions: 2.2.2.GA_CP01, 2.4.0.Beta1 (Pinto)
> Reporter: Ron Sigal
> Assigned To: Ron Sigal
> Priority: Minor
> Fix For: 2.2.2.SP4, 2.4.0.Beta1 (Pinto)
>
>
> Fernando has suggested updating build.xml so that the *-brew scripts can use the jdk 1.5 compiler to generate code that is compatible with a 1.4 JVM. This way we have a single version of jboss-remoting.jar in the repository which is (1) appropriate in the current versions of the Application Server, which are compiled with jdk 1.5, and (2) usable in a standalone context by clients built with a jdk 1.4 compiler.
> The changes should be applied to the following branches:
> - remoting_2_2_0_GA (for community AS)
> - remoting_2_2_2_GA_CP (for EAP 4.2 and 4.3)
> - remoting_2_x (for Remoting 2.4.0)
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
16 years, 7 months
[JBoss JIRA] Closed: (JBREM-845) Infinite loop in BisocketClientInvoker.createSocket
by Ron Sigal (JIRA)
[ http://jira.jboss.com/jira/browse/JBREM-845?page=all ]
Ron Sigal closed JBREM-845.
---------------------------
Resolution: Done
> Infinite loop in BisocketClientInvoker.createSocket
> ---------------------------------------------------
>
> Key: JBREM-845
> URL: http://jira.jboss.com/jira/browse/JBREM-845
> Project: JBoss Remoting
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Affects Versions: 2.4.0.Beta1 (Pinto), 2.2.2.GA_CP01, 2.2.2.SP2
> Reporter: Carlo de Wolf
> Assigned To: Ron Sigal
> Priority: Blocker
> Fix For: 2.4.0.Beta1 (Pinto), 2.2.2.SP4
>
> Attachments: console.log-4.txt, jboss-remoting.jar, jboss-remoting.jar, JBREM-845-3.txt, JBREM-845-4.txt, JBREM-845-5.txt, server-5.log, strictpool-shutdown-EAP-4.3.hang.txt
>
>
> The following piece of code constitutes an infinite loop when timeout = 0:
> while (timeout == 0 || wait > 0)
> {
> try
> {
> sockets.wait(wait);
> break;
> }
> catch (InterruptedException e)
> {
> log.debug("unexpected interrupt");
> if (timeout > 0)
> wait = timeout - (System.currentTimeMillis() - start);
> }
> }
> "Thread-41" prio=1 tid=0x00002aaaac3cd0b0 nid=0x2e87 in Object.wait() [0x0000000048fe3000..0x0000000048fe3d80]
> at java.lang.Object.wait(Native Method)
> - waiting on <0x00002b7156e2f410> (a java.util.HashSet)
> at org.jboss.remoting.transport.bisocket.BisocketClientInvoker.createSocket(BisocketClientInvoker.java:458)
> - locked <0x00002b7156e2f410> (a java.util.HashSet)
> at org.jboss.remoting.transport.socket.MicroSocketClientInvoker.getConnection(MicroSocketClientInvoker.java:815)
> at org.jboss.remoting.transport.socket.MicroSocketClientInvoker.transport(MicroSocketClientInvoker.java:525)
> at org.jboss.remoting.transport.bisocket.BisocketClientInvoker.transport(BisocketClientInvoker.java:413)
> at org.jboss.remoting.MicroRemoteClientInvoker.invoke(MicroRemoteClientInvoker.java:122)
> at org.jboss.remoting.Client.invoke(Client.java:1634)
> at org.jboss.remoting.Client.invoke(Client.java:548)
> at org.jboss.remoting.Client.invokeOneway(Client.java:598)
> at org.jboss.remoting.callback.ServerInvokerCallbackHandler.handleCallback(ServerInvokerCallbackHandler.java:815)
> at org.jboss.remoting.callback.ServerInvokerCallbackHandler.handleCallbackOneway(ServerInvokerCallbackHandler.java:686)
> at org.jboss.jms.server.endpoint.ServerSessionEndpoint.performDelivery(ServerSessionEndpoint.java:1490)
> - locked <0x00002b71569e25e8> (a org.jboss.remoting.transport.bisocket.BisocketClientInvoker)
> at org.jboss.jms.server.endpoint.ServerSessionEndpoint.handleDelivery(ServerSessionEndpoint.java:1375)
> - locked <0x00002b71569dfd40> (a org.jboss.jms.server.endpoint.ServerSessionEndpoint)
> at org.jboss.jms.server.endpoint.ServerConsumerEndpoint.handle(ServerConsumerEndpoint.java:307)
> - locked <0x00002b71569ed6b0> (a java.lang.Object)
> at org.jboss.messaging.core.impl.RoundRobinDistributor.handle(RoundRobinDistributor.java:119)
> at org.jboss.messaging.core.impl.MessagingQueue$DistributorWrapper.handle(MessagingQueue.java:582)
> at org.jboss.messaging.core.impl.ClusterRoundRobinDistributor.handle(ClusterRoundRobinDistributor.java:79)
> at org.jboss.messaging.core.impl.ChannelSupport.deliverInternal(ChannelSupport.java:476)
> at org.jboss.messaging.core.impl.MessagingQueue.deliverInternal(MessagingQueue.java:505)
> at org.jboss.messaging.core.impl.ChannelSupport.deliver(ChannelSupport.java:226)
> - locked <0x00002b71565d3d50> (a java.lang.Object)
> at org.jboss.jms.server.endpoint.ServerSessionEndpoint$2.run(ServerSessionEndpoint.java:1598)
> at EDU.oswego.cs.dl.util.concurrent.QueuedExecutor$RunLoop.run(QueuedExecutor.java:89)
> at java.lang.Thread.run(Thread.java:595)
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
16 years, 7 months
[JBoss JIRA] Reopened: (JBREM-845) Infinite loop in BisocketClientInvoker.createSocket
by Ron Sigal (JIRA)
[ http://jira.jboss.com/jira/browse/JBREM-845?page=all ]
Ron Sigal reopened JBREM-845:
-----------------------------
> Infinite loop in BisocketClientInvoker.createSocket
> ---------------------------------------------------
>
> Key: JBREM-845
> URL: http://jira.jboss.com/jira/browse/JBREM-845
> Project: JBoss Remoting
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Affects Versions: 2.4.0.Beta1 (Pinto), 2.2.2.GA_CP01, 2.2.2.SP2
> Reporter: Carlo de Wolf
> Assigned To: Ron Sigal
> Priority: Blocker
> Fix For: 2.4.0.Beta1 (Pinto), 2.2.2.SP4
>
> Attachments: console.log-4.txt, jboss-remoting.jar, jboss-remoting.jar, JBREM-845-3.txt, JBREM-845-4.txt, JBREM-845-5.txt, server-5.log, strictpool-shutdown-EAP-4.3.hang.txt
>
>
> The following piece of code constitutes an infinite loop when timeout = 0:
> while (timeout == 0 || wait > 0)
> {
> try
> {
> sockets.wait(wait);
> break;
> }
> catch (InterruptedException e)
> {
> log.debug("unexpected interrupt");
> if (timeout > 0)
> wait = timeout - (System.currentTimeMillis() - start);
> }
> }
> "Thread-41" prio=1 tid=0x00002aaaac3cd0b0 nid=0x2e87 in Object.wait() [0x0000000048fe3000..0x0000000048fe3d80]
> at java.lang.Object.wait(Native Method)
> - waiting on <0x00002b7156e2f410> (a java.util.HashSet)
> at org.jboss.remoting.transport.bisocket.BisocketClientInvoker.createSocket(BisocketClientInvoker.java:458)
> - locked <0x00002b7156e2f410> (a java.util.HashSet)
> at org.jboss.remoting.transport.socket.MicroSocketClientInvoker.getConnection(MicroSocketClientInvoker.java:815)
> at org.jboss.remoting.transport.socket.MicroSocketClientInvoker.transport(MicroSocketClientInvoker.java:525)
> at org.jboss.remoting.transport.bisocket.BisocketClientInvoker.transport(BisocketClientInvoker.java:413)
> at org.jboss.remoting.MicroRemoteClientInvoker.invoke(MicroRemoteClientInvoker.java:122)
> at org.jboss.remoting.Client.invoke(Client.java:1634)
> at org.jboss.remoting.Client.invoke(Client.java:548)
> at org.jboss.remoting.Client.invokeOneway(Client.java:598)
> at org.jboss.remoting.callback.ServerInvokerCallbackHandler.handleCallback(ServerInvokerCallbackHandler.java:815)
> at org.jboss.remoting.callback.ServerInvokerCallbackHandler.handleCallbackOneway(ServerInvokerCallbackHandler.java:686)
> at org.jboss.jms.server.endpoint.ServerSessionEndpoint.performDelivery(ServerSessionEndpoint.java:1490)
> - locked <0x00002b71569e25e8> (a org.jboss.remoting.transport.bisocket.BisocketClientInvoker)
> at org.jboss.jms.server.endpoint.ServerSessionEndpoint.handleDelivery(ServerSessionEndpoint.java:1375)
> - locked <0x00002b71569dfd40> (a org.jboss.jms.server.endpoint.ServerSessionEndpoint)
> at org.jboss.jms.server.endpoint.ServerConsumerEndpoint.handle(ServerConsumerEndpoint.java:307)
> - locked <0x00002b71569ed6b0> (a java.lang.Object)
> at org.jboss.messaging.core.impl.RoundRobinDistributor.handle(RoundRobinDistributor.java:119)
> at org.jboss.messaging.core.impl.MessagingQueue$DistributorWrapper.handle(MessagingQueue.java:582)
> at org.jboss.messaging.core.impl.ClusterRoundRobinDistributor.handle(ClusterRoundRobinDistributor.java:79)
> at org.jboss.messaging.core.impl.ChannelSupport.deliverInternal(ChannelSupport.java:476)
> at org.jboss.messaging.core.impl.MessagingQueue.deliverInternal(MessagingQueue.java:505)
> at org.jboss.messaging.core.impl.ChannelSupport.deliver(ChannelSupport.java:226)
> - locked <0x00002b71565d3d50> (a java.lang.Object)
> at org.jboss.jms.server.endpoint.ServerSessionEndpoint$2.run(ServerSessionEndpoint.java:1598)
> at EDU.oswego.cs.dl.util.concurrent.QueuedExecutor$RunLoop.run(QueuedExecutor.java:89)
> at java.lang.Thread.run(Thread.java:595)
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
16 years, 7 months
[JBoss JIRA] Updated: (JBREM-845) Infinite loop in BisocketClientInvoker.createSocket
by Ron Sigal (JIRA)
[ http://jira.jboss.com/jira/browse/JBREM-845?page=all ]
Ron Sigal updated JBREM-845:
----------------------------
Fix Version/s: 2.4.0.Beta1 (Pinto)
Added fix version 2.4.0.Beta1 - see JBREM-975 "Make sure all fixes on 2.2 branch are applied to 2.x branch".
> Infinite loop in BisocketClientInvoker.createSocket
> ---------------------------------------------------
>
> Key: JBREM-845
> URL: http://jira.jboss.com/jira/browse/JBREM-845
> Project: JBoss Remoting
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Affects Versions: 2.4.0.Beta1 (Pinto), 2.2.2.GA_CP01, 2.2.2.SP2
> Reporter: Carlo de Wolf
> Assigned To: Ron Sigal
> Priority: Blocker
> Fix For: 2.4.0.Beta1 (Pinto), 2.2.2.SP4
>
> Attachments: console.log-4.txt, jboss-remoting.jar, jboss-remoting.jar, JBREM-845-3.txt, JBREM-845-4.txt, JBREM-845-5.txt, server-5.log, strictpool-shutdown-EAP-4.3.hang.txt
>
>
> The following piece of code constitutes an infinite loop when timeout = 0:
> while (timeout == 0 || wait > 0)
> {
> try
> {
> sockets.wait(wait);
> break;
> }
> catch (InterruptedException e)
> {
> log.debug("unexpected interrupt");
> if (timeout > 0)
> wait = timeout - (System.currentTimeMillis() - start);
> }
> }
> "Thread-41" prio=1 tid=0x00002aaaac3cd0b0 nid=0x2e87 in Object.wait() [0x0000000048fe3000..0x0000000048fe3d80]
> at java.lang.Object.wait(Native Method)
> - waiting on <0x00002b7156e2f410> (a java.util.HashSet)
> at org.jboss.remoting.transport.bisocket.BisocketClientInvoker.createSocket(BisocketClientInvoker.java:458)
> - locked <0x00002b7156e2f410> (a java.util.HashSet)
> at org.jboss.remoting.transport.socket.MicroSocketClientInvoker.getConnection(MicroSocketClientInvoker.java:815)
> at org.jboss.remoting.transport.socket.MicroSocketClientInvoker.transport(MicroSocketClientInvoker.java:525)
> at org.jboss.remoting.transport.bisocket.BisocketClientInvoker.transport(BisocketClientInvoker.java:413)
> at org.jboss.remoting.MicroRemoteClientInvoker.invoke(MicroRemoteClientInvoker.java:122)
> at org.jboss.remoting.Client.invoke(Client.java:1634)
> at org.jboss.remoting.Client.invoke(Client.java:548)
> at org.jboss.remoting.Client.invokeOneway(Client.java:598)
> at org.jboss.remoting.callback.ServerInvokerCallbackHandler.handleCallback(ServerInvokerCallbackHandler.java:815)
> at org.jboss.remoting.callback.ServerInvokerCallbackHandler.handleCallbackOneway(ServerInvokerCallbackHandler.java:686)
> at org.jboss.jms.server.endpoint.ServerSessionEndpoint.performDelivery(ServerSessionEndpoint.java:1490)
> - locked <0x00002b71569e25e8> (a org.jboss.remoting.transport.bisocket.BisocketClientInvoker)
> at org.jboss.jms.server.endpoint.ServerSessionEndpoint.handleDelivery(ServerSessionEndpoint.java:1375)
> - locked <0x00002b71569dfd40> (a org.jboss.jms.server.endpoint.ServerSessionEndpoint)
> at org.jboss.jms.server.endpoint.ServerConsumerEndpoint.handle(ServerConsumerEndpoint.java:307)
> - locked <0x00002b71569ed6b0> (a java.lang.Object)
> at org.jboss.messaging.core.impl.RoundRobinDistributor.handle(RoundRobinDistributor.java:119)
> at org.jboss.messaging.core.impl.MessagingQueue$DistributorWrapper.handle(MessagingQueue.java:582)
> at org.jboss.messaging.core.impl.ClusterRoundRobinDistributor.handle(ClusterRoundRobinDistributor.java:79)
> at org.jboss.messaging.core.impl.ChannelSupport.deliverInternal(ChannelSupport.java:476)
> at org.jboss.messaging.core.impl.MessagingQueue.deliverInternal(MessagingQueue.java:505)
> at org.jboss.messaging.core.impl.ChannelSupport.deliver(ChannelSupport.java:226)
> - locked <0x00002b71565d3d50> (a java.lang.Object)
> at org.jboss.jms.server.endpoint.ServerSessionEndpoint$2.run(ServerSessionEndpoint.java:1598)
> at EDU.oswego.cs.dl.util.concurrent.QueuedExecutor$RunLoop.run(QueuedExecutor.java:89)
> at java.lang.Thread.run(Thread.java:595)
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
16 years, 7 months
[JBoss JIRA] Closed: (JBREM-823) ServerInvoker#getMBeanObjectName() returns invalid ObjectName if host value is IPv6
by Ron Sigal (JIRA)
[ http://jira.jboss.com/jira/browse/JBREM-823?page=all ]
Ron Sigal closed JBREM-823.
---------------------------
Resolution: Done
> ServerInvoker#getMBeanObjectName() returns invalid ObjectName if host value is IPv6
> -----------------------------------------------------------------------------------
>
> Key: JBREM-823
> URL: http://jira.jboss.com/jira/browse/JBREM-823
> Project: JBoss Remoting
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Affects Versions: 2.4.0.Beta1 (Pinto), 2.2.2.GA_CP01, 2.2.2.SP2
> Reporter: Takayoshi Kimura
> Assigned To: Ron Sigal
> Fix For: 2.4.0.Beta1 (Pinto), 2.2.2.SP4
>
> Attachments: JBREM-823.patch
>
>
> IPv6 address contains ":" character, so it cannot be used in ObjectName.
> 2007-10-18 15:37:40,476 WARN [org.jboss.remoting.transport.Connector] Error registering invoker SocketServerInvoker[UNINITIALIZED] with MBeanServer.
> javax.management.MalformedObjectNameException: Invalid character ':' in value part of property
> at javax.management.ObjectName.construct(ObjectName.java:529)
> at javax.management.ObjectName.<init>(ObjectName.java:1304)
> at org.jboss.remoting.transport.Connector.init(Connector.java:402)
> at org.jboss.remoting.transport.Connector.create(Connector.java:760)
> 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.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:995)
> at $Proxy0.create(Unknown Source)
> at org.jboss.system.ServiceController.create(ServiceController.java:330)
> at org.jboss.system.ServiceController.create(ServiceController.java:273)
> at org.jboss.system.ServiceController.create(ServiceController.java:349)
> at org.jboss.system.ServiceController.create(ServiceController.java:273)
> at sun.reflect.GeneratedMethodAccessor2.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.create(Unknown Source)
> at org.jboss.deployment.SARDeployer.create(SARDeployer.java:258)
> at org.jboss.deployment.MainDeployer.create(MainDeployer.java:969)
> at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:818)
> at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:782)
> at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:766)
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
> at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
> at java.lang.reflect.Method.invoke(Method.java: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)
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
16 years, 7 months
[JBoss JIRA] Reopened: (JBREM-823) ServerInvoker#getMBeanObjectName() returns invalid ObjectName if host value is IPv6
by Ron Sigal (JIRA)
[ http://jira.jboss.com/jira/browse/JBREM-823?page=all ]
Ron Sigal reopened JBREM-823:
-----------------------------
> ServerInvoker#getMBeanObjectName() returns invalid ObjectName if host value is IPv6
> -----------------------------------------------------------------------------------
>
> Key: JBREM-823
> URL: http://jira.jboss.com/jira/browse/JBREM-823
> Project: JBoss Remoting
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Affects Versions: 2.4.0.Beta1 (Pinto), 2.2.2.GA_CP01, 2.2.2.SP2
> Reporter: Takayoshi Kimura
> Assigned To: Ron Sigal
> Fix For: 2.2.2.SP4
>
> Attachments: JBREM-823.patch
>
>
> IPv6 address contains ":" character, so it cannot be used in ObjectName.
> 2007-10-18 15:37:40,476 WARN [org.jboss.remoting.transport.Connector] Error registering invoker SocketServerInvoker[UNINITIALIZED] with MBeanServer.
> javax.management.MalformedObjectNameException: Invalid character ':' in value part of property
> at javax.management.ObjectName.construct(ObjectName.java:529)
> at javax.management.ObjectName.<init>(ObjectName.java:1304)
> at org.jboss.remoting.transport.Connector.init(Connector.java:402)
> at org.jboss.remoting.transport.Connector.create(Connector.java:760)
> 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.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:995)
> at $Proxy0.create(Unknown Source)
> at org.jboss.system.ServiceController.create(ServiceController.java:330)
> at org.jboss.system.ServiceController.create(ServiceController.java:273)
> at org.jboss.system.ServiceController.create(ServiceController.java:349)
> at org.jboss.system.ServiceController.create(ServiceController.java:273)
> at sun.reflect.GeneratedMethodAccessor2.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.create(Unknown Source)
> at org.jboss.deployment.SARDeployer.create(SARDeployer.java:258)
> at org.jboss.deployment.MainDeployer.create(MainDeployer.java:969)
> at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:818)
> at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:782)
> at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:766)
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
> at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
> at java.lang.reflect.Method.invoke(Method.java: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)
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
16 years, 7 months
[JBoss JIRA] Updated: (JBREM-823) ServerInvoker#getMBeanObjectName() returns invalid ObjectName if host value is IPv6
by Ron Sigal (JIRA)
[ http://jira.jboss.com/jira/browse/JBREM-823?page=all ]
Ron Sigal updated JBREM-823:
----------------------------
Fix Version/s: 2.4.0.Beta1 (Pinto)
Added fix version 2.4.0.Beta1 - see JBREM-975 "Make sure all fixes on 2.2 branch are applied to 2.x branch".
> ServerInvoker#getMBeanObjectName() returns invalid ObjectName if host value is IPv6
> -----------------------------------------------------------------------------------
>
> Key: JBREM-823
> URL: http://jira.jboss.com/jira/browse/JBREM-823
> Project: JBoss Remoting
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Affects Versions: 2.4.0.Beta1 (Pinto), 2.2.2.GA_CP01, 2.2.2.SP2
> Reporter: Takayoshi Kimura
> Assigned To: Ron Sigal
> Fix For: 2.4.0.Beta1 (Pinto), 2.2.2.SP4
>
> Attachments: JBREM-823.patch
>
>
> IPv6 address contains ":" character, so it cannot be used in ObjectName.
> 2007-10-18 15:37:40,476 WARN [org.jboss.remoting.transport.Connector] Error registering invoker SocketServerInvoker[UNINITIALIZED] with MBeanServer.
> javax.management.MalformedObjectNameException: Invalid character ':' in value part of property
> at javax.management.ObjectName.construct(ObjectName.java:529)
> at javax.management.ObjectName.<init>(ObjectName.java:1304)
> at org.jboss.remoting.transport.Connector.init(Connector.java:402)
> at org.jboss.remoting.transport.Connector.create(Connector.java:760)
> 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.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:995)
> at $Proxy0.create(Unknown Source)
> at org.jboss.system.ServiceController.create(ServiceController.java:330)
> at org.jboss.system.ServiceController.create(ServiceController.java:273)
> at org.jboss.system.ServiceController.create(ServiceController.java:349)
> at org.jboss.system.ServiceController.create(ServiceController.java:273)
> at sun.reflect.GeneratedMethodAccessor2.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.create(Unknown Source)
> at org.jboss.deployment.SARDeployer.create(SARDeployer.java:258)
> at org.jboss.deployment.MainDeployer.create(MainDeployer.java:969)
> at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:818)
> at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:782)
> at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:766)
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
> at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
> at java.lang.reflect.Method.invoke(Method.java: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)
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
16 years, 7 months