[
https://jira.jboss.org/jira/browse/JGRP-1110?page=com.atlassian.jira.plug...
]
Bela Ban closed JGRP-1110.
--------------------------
Resolution: Cannot Reproduce Bug
Works perfectly for me... I cannot reproduce this. I tried on the CVS trunk
Note that common practice for RpcDispatcher is to create it on top of a channel and only
*then* to call JChannel.connect().
Error when using TUNNEL + RpcDispatcher
---------------------------------------
Key: JGRP-1110
URL:
https://jira.jboss.org/jira/browse/JGRP-1110
Project: JGroups
Issue Type: Bug
Environment: JDK 1.6 windows
Reporter: rr zo
Assignee: Bela Ban
Fix For: 2.8
Attachments: JG1.java, JG2.java, tunnel.xml
See attached source.
When executing G2 + G1 using tunnel.xml configuration
G1 produces the following error:
failure in TUNNEL receiver thread
java.lang.RuntimeException: class for magic number 32256 not found
at org.jgroups.util.Util.readOtherAddress(Util.java:914)
at org.jgroups.util.Util.readAddress(Util.java:885)
at org.jgroups.util.Util.readAddresses(Util.java:963)
at org.jgroups.stack.GossipData.readFrom(GossipData.java:124)
at org.jgroups.protocols.TUNNEL$StubReceiver.run(TUNNEL.java:340)
at java.lang.Thread.run(Thread.java:619)
This problem does not occur when using default configuration (udp.xml)
It also does not occur if the getList returns an empty list.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira