[
https://issues.jboss.org/browse/ISPN-1948?page=com.atlassian.jira.plugin....
]
Galder Zamarreño commented on ISPN-1948:
----------------------------------------
Indeed, 32 to 51 didn't show anything:
{code}
[g@dhcp-144-239:~/Go/jira/1948i/1304]% grep Invalid hyperion1132.log
[g@dhcp-144-239:~/Go/jira/1948i/1304]% grep Invalid hyperion1133.log
[g@dhcp-144-239:~/Go/jira/1948i/1304]% grep Invalid hyperion1134.log
[g@dhcp-144-239:~/Go/jira/1948i/1304]% grep Invalid hyperion1135.log
[g@dhcp-144-239:~/Go/jira/1948i/1304]% grep Invalid hyperion1136.log
[g@dhcp-144-239:~/Go/jira/1948i/1304]% grep Invalid hyperion1137.log
[g@dhcp-144-239:~/Go/jira/1948i/1304]% grep Invalid hyperion1138.log
[g@dhcp-144-239:~/Go/jira/1948i/1304]% grep Invalid hyperion1139.log
[g@dhcp-144-239:~/Go/jira/1948i/1304]% grep Invalid hyperion1140.log
[g@dhcp-144-239:~/Go/jira/1948i/1304]% grep Invalid hyperion1141.log
[g@dhcp-144-239:~/Go/jira/1948i/1304]% grep Invalid hyperion1142.log
[g@dhcp-144-239:~/Go/jira/1948i/1304]% grep Invalid hyperion1143.log
[g@dhcp-144-239:~/Go/jira/1948i/1304]% grep Invalid hyperion1144.log
[g@dhcp-144-239:~/Go/jira/1948i/1304]% grep Invalid hyperion1145.log
[g@dhcp-144-239:~/Go/jira/1948i/1304]% grep Invalid hyperion1146.log
[g@dhcp-144-239:~/Go/jira/1948i/1304]% grep Invalid hyperion1147.log
[g@dhcp-144-239:~/Go/jira/1948i/1304]% grep Invalid hyperion1148.log
[g@dhcp-144-239:~/Go/jira/1948i/1304]% grep Invalid hyperion1149.log
[g@dhcp-144-239:~/Go/jira/1948i/1304]% grep Invalid hyperion1150.log
[g@dhcp-144-239:~/Go/jira/1948i/1304]% grep Invalid hyperion1151.log{code}
Invalid magic number
--------------------
Key: ISPN-1948
URL:
https://issues.jboss.org/browse/ISPN-1948
Project: Infinispan
Issue Type: Bug
Affects Versions: 5.1.3.CR1
Reporter: Michal Linhard
Assignee: Galder Zamarreño
Fix For: 5.1.4.FINAL
Here we have the good old "invalid magic number" problem again (JDG 6.0.0.ER5
testing):
https://hudson.qa.jboss.com/hudson/view/EDG6/view/EDG-REPORTS-RESILIENCE/...
{code}
2012-03-26 15:18:43,524 253444 ERROR [org.jboss.smartfrog.edg.loaddriver.DriverNode]
(Client-477:) Error doing PUT(key410977) to node node02 (lastOpTime 1 ms)
org.infinispan.client.hotrod.exceptions.InvalidResponseException:: Invalid magic number.
Expected 0xa1 and received 0x0
at org.infinispan.client.hotrod.impl.protocol.Codec10.readHeader(Codec10.java:92)
at
org.infinispan.client.hotrod.impl.operations.HotRodOperation.readHeaderAndValidate(HotRodOperation.java:78)
at
org.infinispan.client.hotrod.impl.operations.AbstractKeyValueOperation.sendPutOperation(AbstractKeyValueOperation.java:72)
at
org.infinispan.client.hotrod.impl.operations.PutOperation.executeOperation(PutOperation.java:52)
at
org.infinispan.client.hotrod.impl.operations.PutOperation.executeOperation(PutOperation.java:41)
at
org.infinispan.client.hotrod.impl.operations.RetryOnFailureOperation.execute(RetryOnFailureOperation.java:68)
at org.infinispan.client.hotrod.impl.RemoteCacheImpl.put(RemoteCacheImpl.java:219)
at org.infinispan.CacheSupport.put(CacheSupport.java:52)
at
org.jboss.qa.edg.adapter.HotRodAdapter$HotRodRemoteCacheAdapter.put(HotRodAdapter.java:249)
at
org.jboss.qa.edg.adapter.HotRodAdapter$HotRodRemoteCacheAdapter.put(HotRodAdapter.java:234)
at
org.jboss.smartfrog.edg.loaddriver.DriverNodeImpl$ClientThread.makeRequest(DriverNodeImpl.java:244)
at
org.jboss.smartfrog.edg.loaddriver.DriverNodeImpl$ClientThread.run(DriverNodeImpl.java:375)
{code}
The exception repeats many times in the log and the "received" part of
"Expected 0xa1 and received 0xXX" takes on different values.
Also happens in both PUT and GET operations.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see:
http://www.atlassian.com/software/jira