Hello!
I started to see this in our logs to. We are using 1.4.0SP1 and JGroups 2.2.9.3.
Isolated the error and it seems like when you put a String with a length larger
than 32767 this error occurs. The number in the error message is the byte of
the the first char in the string. I get Unknown Magic Number 97 when using a
string that has a 'a' as the first char and 60 when it's a '<'.
I wrote a testcase on this and i can recreate the error everytime. The testcase
is only using jars from the 1.4.0SP1 dist-lib (wich includes JGroups 2.2.9.2)
and a unmodified (besides mcast_addr and mcast_port) replAsync-service.xml from
the dist.
The testcase sets up two instances and first tries to put a string with the
length of 32768 wich fails. Then it tries to put a string with the length of
32767 wich works OK.
32768 / 4 = the FRAG frag_size in the config. Tried to double this value but no
luck....
Is this a bug or a limit in the replication?
29626 [main] INFO com.hm.caab.treecachestandalone.TestTreeCache - Length of
string is 32768
29626 [main] DEBUG org.jboss.cache.interceptors.TxInterceptor -
(10.60.15.101:4389) call on method [_put(null,
/objects/com/hm/caab/treecachestandalone/TestTreeCache/XMLOUTPUT, ES_ES_HTML,
aa[removed long aaaa-string in log here...], true)]
29907 [main] DEBUG org.jboss.cache.interceptors.PessimisticLockInterceptor -
PessimisticLockInterceptor invoked for method _put(null,
/objects/com/hm/caab/treecachestandalone/TestTreeCache/XMLOUTPUT, ES_ES_HTML,
aa[removed long aaaa-string in log here...], true)
30157 [main] DEBUG org.jboss.cache.interceptors.PessimisticLockInterceptor -
Attempting to lock node
/objects/com/hm/caab/treecachestandalone/TestTreeCache/XMLOUTPUT for owner
Thread[main,5,main]
30157 [main] DEBUG org.jboss.cache.Node - created child: fqn=/objects
30157 [main] DEBUG org.jboss.cache.Node - acquiring RL: fqn=/objects,
caller=Thread[main,5,main], lock=
30172 [main] DEBUG org.jboss.cache.Node - acquired RL: fqn=/objects,
caller=Thread[main,5,main], lock=read owners=[Thread[main,5,main]]
30172 [main] DEBUG org.jboss.cache.Node - created child: fqn=/objects/com
30172 [main] DEBUG org.jboss.cache.Node - acquiring RL: fqn=/objects/com,
caller=Thread[main,5,main], lock=
30172 [main] DEBUG org.jboss.cache.Node - acquired RL: fqn=/objects/com,
caller=Thread[main,5,main], lock=read owners=[Thread[main,5,main]]
30172 [main] DEBUG org.jboss.cache.Node - created child: fqn=/objects/com/hm
30172 [main] DEBUG org.jboss.cache.Node - acquiring RL: fqn=/objects/com/hm,
caller=Thread[main,5,main], lock=
30172 [main] DEBUG org.jboss.cache.Node - acquired RL: fqn=/objects/com/hm,
caller=Thread[main,5,main], lock=read owners=[Thread[main,5,main]]
30172 [main] DEBUG org.jboss.cache.Node - created child:
fqn=/objects/com/hm/caab
30172 [main] DEBUG org.jboss.cache.Node - acquiring RL:
fqn=/objects/com/hm/caab, caller=Thread[main,5,main], lock=
30172 [main] DEBUG org.jboss.cache.Node - acquired RL:
fqn=/objects/com/hm/caab, caller=Thread[main,5,main], lock=read
owners=[Thread[main,5,main]]
30172 [main] DEBUG org.jboss.cache.Node - created child:
fqn=/objects/com/hm/caab/treecachestandalone
30172 [main] DEBUG org.jboss.cache.Node - acquiring RL:
fqn=/objects/com/hm/caab/treecachestandalone, caller=Thread[main,5,main], lock=
30172 [main] DEBUG org.jboss.cache.Node - acquired RL:
fqn=/objects/com/hm/caab/treecachestandalone, caller=Thread[main,5,main],
lock=read owners=[Thread[main,5,main]]
30188 [main] DEBUG org.jboss.cache.Node - created child:
fqn=/objects/com/hm/caab/treecachestandalone/TestTreeCache
30188 [main] DEBUG org.jboss.cache.Node - acquiring RL:
fqn=/objects/com/hm/caab/treecachestandalone/TestTreeCache,
caller=Thread[main,5,main], lock=
30188 [main] DEBUG org.jboss.cache.Node - acquired RL:
fqn=/objects/com/hm/caab/treecachestandalone/TestTreeCache,
caller=Thread[main,5,main], lock=read owners=[Thread[main,5,main]]
30188 [main] DEBUG org.jboss.cache.Node - created child:
fqn=/objects/com/hm/caab/treecachestandalone/TestTreeCache/XMLOUTPUT
30188 [main] DEBUG org.jboss.cache.Node - acquiring WL:
fqn=/objects/com/hm/caab/treecachestandalone/TestTreeCache/XMLOUTPUT,
caller=Thread[main,5,main], lock=
30188 [main] DEBUG org.jboss.cache.Node - acquired WL:
fqn=/objects/com/hm/caab/treecachestandalone/TestTreeCache/XMLOUTPUT,
caller=Thread[main,5,main], lock=write owner=Thread[main,5,main]
30188 [main] DEBUG org.jboss.cache.interceptors.CallInterceptor - Invoking
method _put(null,
/objects/com/hm/caab/treecachestandalone/TestTreeCache/XMLOUTPUT, ES_ES_HTML,
aa[removed long aaaa-string in log here...], true) on cache.
30454 [main] DEBUG org.jboss.cache.TreeCache - _put(null,
"/objects/com/hm/caab/treecachestandalone/TestTreeCache/XMLOUTPUT", ES_ES_HTML,
aa[removed long aaaa-string in log here...])
30719 [main] DEBUG org.jboss.cache.interceptors.UnlockInterceptor - Attempting
to release locks on current thread. Lock table is {Thread[main,5,main]=[read
owners=[Thread[main,5,main]], read owners=[Thread[main,5,main]], read
owners=[Thread[main,5,main]], read owners=[Thread[main,5,main]], read
owners=[Thread[main,5,main]], read owners=[Thread[main,5,main]], write
owner=Thread[main,5,main]]}
30735 [main] DEBUG org.jboss.cache.interceptors.UnlockInterceptor - releasing
lock for /objects/com/hm/caab/treecachestandalone/TestTreeCache/XMLOUTPUT:
write owner=Thread[main,5,main]
30735 [main] DEBUG org.jboss.cache.interceptors.UnlockInterceptor - releasing
lock for /objects/com/hm/caab/treecachestandalone/TestTreeCache: read
owners=[Thread[main,5,main]]
30735 [main] DEBUG org.jboss.cache.interceptors.UnlockInterceptor - releasing
lock for /objects/com/hm/caab/treecachestandalone: read
owners=[Thread[main,5,main]]
30735 [main] DEBUG org.jboss.cache.interceptors.UnlockInterceptor - releasing
lock for /objects/com/hm/caab: read owners=[Thread[main,5,main]]
30735 [main] DEBUG org.jboss.cache.interceptors.UnlockInterceptor - releasing
lock for /objects/com/hm: read owners=[Thread[main,5,main]]
30735 [main] DEBUG org.jboss.cache.interceptors.UnlockInterceptor - releasing
lock for /objects/com: read owners=[Thread[main,5,main]]
30735 [main] DEBUG org.jboss.cache.interceptors.UnlockInterceptor - releasing
lock for /objects: read owners=[Thread[main,5,main]]
30735 [main] DEBUG org.jboss.cache.interceptors.ReplicationInterceptor -
Non-tx crud meth
30735 [main] DEBUG org.jboss.cache.interceptors.ReplicationInterceptor -
invoking method _put(null,
/objects/com/hm/caab/treecachestandalone/TestTreeCache/XMLOUTPUT, ES_ES_HTML,
aa[removed long aaaa-string in log here...], true), members=[10.60.15.101:4389,
10.60.15.101:4393], mode=REPL_ASYNC, exclude_self=true, timeout=20000
31032 [main] DEBUG org.jboss.cache.interceptors.ReplicationInterceptor -
Broadcasting call _put(null,
/objects/com/hm/caab/treecachestandalone/TestTreeCache/XMLOUTPUT, ES_ES_HTML,
aa[removed long aaaa-string in log here...], true) to recipient list null
31297 [main] DEBUG org.jboss.cache.TreeCache - callRemoteMethods(): valid
members are [10.60.15.101:4393] method: _replicate(_put(null,
/objects/com/hm/caab/treecachestandalone/TestTreeCache/XMLOUTPUT, ES_ES_HTML,
aa[removed long aaaa-string in log here...], true))
31579 [main] DEBUG org.jgroups.blocks.RpcDispatcher -
dests=[10.60.15.101:4393], method_call=_replicate(_put(null,
/objects/com/hm/caab/treecachestandalone/TestTreeCache/XMLOUTPUT, ES_ES_HTML,
aa[removed long aaaa-string in log here...], true)), mode=6, timeout=20000
31860 [main] DEBUG org.jboss.cache.marshall.TreeCacheMarshaller140 -
Marshalling object _replicate(_put(null,
/objects/com/hm/caab/treecachestandalone/TestTreeCache/XMLOUTPUT, ES_ES_HTML,
aa[removed long aaaa-string in log here...], true))
32157 [main] DEBUG org.jgroups.blocks.RpcDispatcher -
real_dests=[10.60.15.101:4393]
32172 [main] DEBUG org.jgroups.blocks.GroupRequest - sending request
(id=1156927873256)
32172 [DownHandler (GMS)] DEBUG org.jgroups.protocols.FRAG - message size is
32990, will fragment (frag_size=16384)
32172 [main] DEBUG org.jgroups.blocks.GroupRequest - received all responses:
[GroupRequest:
req_id=1156927873256
caller=10.60.15.101:4389
10.60.15.101:4393: sender=10.60.15.101:4393, retval=null, received=false,
suspected=false
request_msg: [dst: , src: (1 headers), size = 32913 bytes]
rsp_mode: GET_NONE
done: false
timeout: 20000
expected_mbrs: 0
]
32172 [DownHandler (GMS)] DEBUG org.jgroups.protocols.FRAG - fragmenting
packet to <all members> (size=65836) into 3 fragment(s) [frag_size=16384]
32172 [main] DEBUG org.jgroups.blocks.RpcDispatcher - responses:
[sender=10.60.15.101:4393, retval=null, received=false, suspected=false]
32172 [DownHandler (GMS)] DEBUG org.jgroups.protocols.pbcast.NAKACK - sending
msg #3
32172 [main] DEBUG org.jboss.cache.interceptors.ReplicationInterceptor -
responses=[]
32188 [main] DEBUG org.jboss.cache.interceptors.TxInterceptor -
(10.60.15.101:4389) call on method
[_get(/objects/com/hm/caab/treecachestandalone/TestTreeCache/XMLOUTPUT,
ES_ES_HTML, true)]
32188 [DownHandler (GMS)] DEBUG org.jgroups.protocols.pbcast.NAKACK - sending
msg #4
32188 [DownHandler (GMS)] DEBUG org.jgroups.protocols.pbcast.NAKACK - sending
msg #5
32188 [main] DEBUG org.jboss.cache.interceptors.PessimisticLockInterceptor -
PessimisticLockInterceptor invoked for method
_get(/objects/com/hm/caab/treecachestandalone/TestTreeCache/XMLOUTPUT,
ES_ES_HTML, true)
32188 [DownHandler (UDP)] DEBUG org.jgroups.protocols.UDP - sending msg to
null (src=10.60.15.101:4389), headers are {NAKACK=[MSG, seqno=3], FRAG=[id=1,
frag_id=0, num_frags=3], UDP=[channel_name=TreeCache-Cluster]}
32188 [main] DEBUG org.jboss.cache.interceptors.PessimisticLockInterceptor -
Attempting to lock node
/objects/com/hm/caab/treecachestandalone/TestTreeCache/XMLOUTPUT for owner
Thread[main,5,main]
32188 [UDP mcast receiver] DEBUG org.jgroups.protocols.UDP - received
(mcast)16485 bytes from 10.60.15.101:4390
32188 [UDP mcast receiver] DEBUG org.jgroups.protocols.UDP - received
(mcast)16485 bytes from 10.60.15.101:4390
32188 [DownHandler (UDP)] DEBUG org.jgroups.protocols.UDP - sending msg to
null (src=10.60.15.101:4389), headers are {NAKACK=[MSG, seqno=4], FRAG=[id=1,
frag_id=1, num_frags=3], UDP=[channel_name=TreeCache-Cluster]}
32188 [UDP mcast receiver] DEBUG org.jgroups.protocols.UDP - message is [dst:
228.8.8.9:45570, src: 10.60.15.101:4389 (3 headers), size = 16384 bytes],
headers are {NAKACK=[MSG, seqno=3], FRAG=[id=1, frag_id=0, num_frags=3],
UDP=[channel_name=TreeCache-Cluster]}
32188 [UDP mcast receiver] DEBUG org.jgroups.protocols.UDP - message is [dst:
228.8.8.9:45570, src: 10.60.15.101:4389 (3 headers), size = 16384 bytes],
headers are {NAKACK=[MSG, seqno=3], FRAG=[id=1, frag_id=0, num_frags=3],
UDP=[channel_name=TreeCache-Cluster]}
32188 [main] DEBUG org.jboss.cache.Node - acquiring RL: fqn=/objects,
caller=Thread[main,5,main], lock=
32204 [UpHandler (FD_SOCK)] DEBUG org.jgroups.protocols.pbcast.NAKACK -
10.60.15.101:4389] received 10.60.15.101:4389#3
32204 [UpHandler (FD_SOCK)] DEBUG org.jgroups.protocols.pbcast.NAKACK -
10.60.15.101:4393] received 10.60.15.101:4389#3
32204 [UDP mcast receiver] DEBUG org.jgroups.protocols.UDP - received
(mcast)16485 bytes from 10.60.15.101:4390
32204 [UDP mcast receiver] DEBUG org.jgroups.protocols.UDP - received
(mcast)16485 bytes from 10.60.15.101:4390
32204 [main] DEBUG org.jboss.cache.Node - acquired RL: fqn=/objects,
caller=Thread[main,5,main], lock=read owners=[Thread[main,5,main]]
32204 [UDP mcast receiver] DEBUG org.jgroups.protocols.UDP - message is [dst:
228.8.8.9:45570, src: 10.60.15.101:4389 (3 headers), size = 16384 bytes],
headers are {NAKACK=[MSG, seqno=4], FRAG=[id=1, frag_id=1, num_frags=3],
UDP=[channel_name=TreeCache-Cluster]}
32204 [DownHandler (UDP)] DEBUG org.jgroups.protocols.UDP - sending msg to
null (src=10.60.15.101:4389), headers are {NAKACK=[MSG, seqno=5], FRAG=[id=1,
frag_id=2, num_frags=3], UDP=[channel_name=TreeCache-Cluster]}
32204 [UDP mcast receiver] DEBUG org.jgroups.protocols.UDP - message is [dst:
228.8.8.9:45570, src: 10.60.15.101:4389 (3 headers), size = 16384 bytes],
headers are {NAKACK=[MSG, seqno=4], FRAG=[id=1, frag_id=1, num_frags=3],
UDP=[channel_name=TreeCache-Cluster]}
32219 [main] DEBUG org.jboss.cache.Node - acquiring RL: fqn=/objects/com,
caller=Thread[main,5,main], lock=
32219 [UpHandler (FD_SOCK)] DEBUG org.jgroups.protocols.pbcast.NAKACK -
10.60.15.101:4393] received 10.60.15.101:4389#4
32219 [UpHandler (FD_SOCK)] DEBUG org.jgroups.protocols.pbcast.NAKACK -
10.60.15.101:4389] received 10.60.15.101:4389#4
32219 [UDP mcast receiver] DEBUG org.jgroups.protocols.UDP - received
(mcast)323 bytes from 10.60.15.101:4390
32219 [UDP mcast receiver] DEBUG org.jgroups.protocols.UDP - received
(mcast)323 bytes from 10.60.15.101:4390
32219 [main] DEBUG org.jboss.cache.Node - acquired RL: fqn=/objects/com,
caller=Thread[main,5,main], lock=read owners=[Thread[main,5,main]]
32219 [UDP mcast receiver] DEBUG org.jgroups.protocols.UDP - message is [dst:
228.8.8.9:45570, src: 10.60.15.101:4389 (3 headers), size = 222 bytes], headers
are {NAKACK=[MSG, seqno=5], FRAG=[id=1, frag_id=2, num_frags=3],
UDP=[channel_name=TreeCache-Cluster]}
32219 [UDP mcast receiver] DEBUG org.jgroups.protocols.UDP - message is [dst:
228.8.8.9:45570, src: 10.60.15.101:4389 (3 headers), size = 222 bytes], headers
are {NAKACK=[MSG, seqno=5], FRAG=[id=1, frag_id=2, num_frags=3],
UDP=[channel_name=TreeCache-Cluster]}
32235 [UpHandler (FD_SOCK)] DEBUG org.jgroups.protocols.pbcast.NAKACK -
10.60.15.101:4393] received 10.60.15.101:4389#5
32235 [UpHandler (FD_SOCK)] DEBUG org.jgroups.protocols.pbcast.NAKACK -
10.60.15.101:4389] received 10.60.15.101:4389#5
32235 [main] DEBUG org.jboss.cache.Node - acquiring RL: fqn=/objects/com/hm,
caller=Thread[main,5,main], lock=
32235 [UpHandler (UNICAST)] DEBUG org.jgroups.protocols.FRAG - assembled_msg
is [dst: , src: (1 headers), size = 32913 bytes]
32235 [UpHandler (UNICAST)] DEBUG org.jgroups.protocols.FRAG - assembled_msg
is [dst: , src: (1 headers), size = 32913 bytes]
32235 [main] DEBUG org.jboss.cache.Node - acquired RL: fqn=/objects/com/hm,
caller=Thread[main,5,main], lock=read owners=[Thread[main,5,main]]
32235 [UpHandler (STATE_TRANSFER)] DEBUG org.jgroups.blocks.RequestCorrelator
- discarded request from 10.60.15.101:4389 as we are not part of destination
list (local_addr=10.60.15.101:4389, hdr=[Header: name=MessageDispatcher,
type=REQ, id=1156927873256, rsp_expected=false], dest_mbrs=[10.60.15.101:4393])
32235 [UpHandler (STATE_TRANSFER)] DEBUG org.jgroups.blocks.RequestCorrelator
- calling (org.jgroups.blocks.RpcDispatcher) with request 1156927873256
32266 [main] DEBUG org.jboss.cache.Node - acquiring RL:
fqn=/objects/com/hm/caab, caller=Thread[main,5,main], lock=
32266 [main] DEBUG org.jboss.cache.Node - acquired RL:
fqn=/objects/com/hm/caab, caller=Thread[main,5,main], lock=read
owners=[Thread[main,5,main]]
32266 [main] DEBUG org.jboss.cache.Node - acquiring RL:
fqn=/objects/com/hm/caab/treecachestandalone, caller=Thread[main,5,main], lock=
32266 [main] DEBUG org.jboss.cache.Node - acquired RL:
fqn=/objects/com/hm/caab/treecachestandalone, caller=Thread[main,5,main],
lock=read owners=[Thread[main,5,main]]
32266 [main] DEBUG org.jboss.cache.Node - acquiring RL:
fqn=/objects/com/hm/caab/treecachestandalone/TestTreeCache,
caller=Thread[main,5,main], lock=
32266 [UpHandler (STATE_TRANSFER)] DEBUG org.jboss.serial.util.StringUtil -
Reading string with utfSize=7 isLong=false
32266 [UpHandler (STATE_TRANSFER)] DEBUG org.jboss.serial.util.StringUtil -
readString::pulling data to Buffer at pos 0 size= 0
32266 [main] DEBUG org.jboss.cache.Node - acquired RL:
fqn=/objects/com/hm/caab/treecachestandalone/TestTreeCache,
caller=Thread[main,5,main], lock=read owners=[Thread[main,5,main]]
32282 [UpHandler (STATE_TRANSFER)] DEBUG org.jboss.serial.util.StringUtil -
Reading string with utfSize=3 isLong=false
32282 [UpHandler (STATE_TRANSFER)] DEBUG org.jboss.serial.util.StringUtil -
readString::pulling data to Buffer at pos 0 size= 0
32282 [main] DEBUG org.jboss.cache.Node - acquiring RL:
fqn=/objects/com/hm/caab/treecachestandalone/TestTreeCache/XMLOUTPUT,
caller=Thread[main,5,main], lock=
32282 [UpHandler (STATE_TRANSFER)] DEBUG org.jboss.serial.util.StringUtil -
Reading string with utfSize=2 isLong=false
32282 [main] DEBUG org.jboss.cache.Node - acquired RL:
fqn=/objects/com/hm/caab/treecachestandalone/TestTreeCache/XMLOUTPUT,
caller=Thread[main,5,main], lock=read owners=[Thread[main,5,main]]
32282 [UpHandler (STATE_TRANSFER)] DEBUG org.jboss.serial.util.StringUtil -
readString::pulling data to Buffer at pos 0 size= 0
32282 [UpHandler (STATE_TRANSFER)] DEBUG org.jboss.serial.util.StringUtil -
Reading string with utfSize=4 isLong=false
32282 [UpHandler (STATE_TRANSFER)] DEBUG org.jboss.serial.util.StringUtil -
readString::pulling data to Buffer at pos 0 size= 0
32282 [UpHandler (STATE_TRANSFER)] DEBUG org.jboss.serial.util.StringUtil -
Reading string with utfSize=19 isLong=false
32282 [UpHandler (STATE_TRANSFER)] DEBUG org.jboss.serial.util.StringUtil -
readString::pulling data to Buffer at pos 0 size= 0
32282 [UpHandler (STATE_TRANSFER)] DEBUG org.jboss.serial.util.StringUtil -
Reading string with utfSize=13 isLong=false
32282 [UpHandler (STATE_TRANSFER)] DEBUG org.jboss.serial.util.StringUtil -
readString::pulling data to Buffer at pos 0 size= 0
32282 [main] DEBUG org.jboss.cache.interceptors.CallInterceptor - Invoking
method _get(/objects/com/hm/caab/treecachestandalone/TestTreeCache/XMLOUTPUT,
ES_ES_HTML, true) on cache.
32282 [UpHandler (STATE_TRANSFER)] DEBUG org.jboss.serial.util.StringUtil -
Reading string with utfSize=9 isLong=false
32297 [main] DEBUG org.jboss.cache.TreeCache -
_get("/objects/com/hm/caab/treecachestandalone/TestTreeCache/XMLOUTPUT",
ES_ES_HTML, "true")
32297 [main] DEBUG org.jboss.cache.interceptors.UnlockInterceptor - Attempting
to release locks on current thread. Lock table is {Thread[main,5,main]=[read
owners=[Thread[main,5,main]], read owners=[Thread[main,5,main]], read
owners=[Thread[main,5,main]], read owners=[Thread[main,5,main]], read
owners=[Thread[main,5,main]], read owners=[Thread[main,5,main]], read
owners=[Thread[main,5,main]]]}
32297 [UpHandler (STATE_TRANSFER)] DEBUG org.jboss.serial.util.StringUtil -
readString::pulling data to Buffer at pos 0 size= 0
32297 [main] DEBUG org.jboss.cache.interceptors.UnlockInterceptor - releasing
lock for /objects/com/hm/caab/treecachestandalone/TestTreeCache/XMLOUTPUT: read
owners=[Thread[main,5,main]]
32297 [UpHandler (STATE_TRANSFER)] DEBUG org.jboss.serial.util.StringUtil -
Reading string with utfSize=10 isLong=false
32297 [UpHandler (STATE_TRANSFER)] DEBUG org.jboss.serial.util.StringUtil -
readString::pulling data to Buffer at pos 0 size= 0
32297 [main] DEBUG org.jboss.cache.interceptors.UnlockInterceptor - releasing
lock for /objects/com/hm/caab/treecachestandalone/TestTreeCache: read
owners=[Thread[main,5,main]]
32297 [UpHandler (STATE_TRANSFER)] DEBUG org.jboss.serial.util.StringUtil -
Reading string with utfSize=-32768 isLong=false
32297 [main] DEBUG org.jboss.cache.interceptors.UnlockInterceptor - releasing
lock for /objects/com/hm/caab/treecachestandalone: read
owners=[Thread[main,5,main]]
10:51:13,397 ERROR [TreeCacheMarshaller140] Unknown Magic Number 97
32313 [UpHandler (STATE_TRANSFER)] ERROR
org.jboss.cache.marshall.TreeCacheMarshaller140 - Unknown Magic Number 97
32313 [main] DEBUG org.jboss.cache.interceptors.UnlockInterceptor - releasing
lock for /objects/com/hm/caab: read owners=[Thread[main,5,main]]
10:51:13,397 INFO [VersionAwareMarshaller] Caught exception unmarshalling
stream with specific versioned marshaller class
org.jboss.cache.marshall.TreeCacheMarshaller140. Attempting to try again with
legacy marshaller class org.jboss.cache.marshall.LegacyTreeCacheMarshaller
32313 [UpHandler (STATE_TRANSFER)] INFO
org.jboss.cache.marshall.VersionAwareMarshaller - Caught exception
unmarshalling stream with specific versioned marshaller class
org.jboss.cache.marshall.TreeCacheMarshaller140. Attempting to try again with
legacy marshaller class org.jboss.cache.marshall.LegacyTreeCacheMarshaller
32313 [main] DEBUG org.jboss.cache.interceptors.UnlockInterceptor - releasing
lock for /objects/com/hm: read owners=[Thread[main,5,main]]
10:51:13,397 ERROR [RpcDispatcher] exception=java.io.StreamCorruptedException:
invalid stream header
32313 [UpHandler (STATE_TRANSFER)] ERROR org.jgroups.blocks.RpcDispatcher -
exception=java.io.StreamCorruptedException: invalid stream header
32313 [main] DEBUG org.jboss.cache.interceptors.UnlockInterceptor - releasing
lock for /objects/com: read owners=[Thread[main,5,main]]
32329 [main] DEBUG org.jboss.cache.interceptors.UnlockInterceptor - releasing
lock for /objects: read owners=[Thread[main,5,main]]
32329 [main] DEBUG org.jboss.cache.interceptors.ReplicationInterceptor -
Non-tx and non crud meth
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3968310#3968310
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3968310
_______________________________________________
jboss-user mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/jboss-user