Error hydrating message of type LOCK_REQUEST_MESSAGE (9)

View: New views
2 Messages — Rating Filter:   Alert me  

Error hydrating message of type LOCK_REQUEST_MESSAGE (9)

by Florescu, Octavian :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

I have downloaded the workmanager project from Terracotta Forge site, and I am playing with it part of evaluating Terracotta. The PerfMaster test never succeeds, and I am hitting this
error in mulptiple configurations: using the Eclipse plugin or launching directly, with java 1.5 or java 1.6.
 
I am using Terracotta 2.5.2 the the latest Eclipse plugin. I have attached the server logs (both when using jdk1.6 under eclipse, and when runnign with Terracotta's own jre1.5). Any help
is really appreciated.
 
...
2008-03-07 12:05:29,250 [TCWorkerComm # 0] ERROR com.tc.net.core.TCConnectionManager - Exception thrown
com.tc.net.protocol.TCProtocolException: Invalid Header Length: 0, min: 28, max: 60, bufLen: 28
 at com.tc.net.protocol.AbstractTCProtocolAdaptor.processHeaderData(AbstractTCProtocolAdaptor.java:121)
 at com.tc.net.protocol.AbstractTCProtocolAdaptor.processIncomingData(AbstractTCProtocolAdaptor.java:90)
 at com.tc.net.protocol.transport.WireProtocolAdaptorImpl.addReadData(WireProtocolAdaptorImpl.java:32)
 at com.tc.net.protocol.ProtocolSwitch.addReadData(ProtocolSwitch.java:50)
 at com.tc.net.core.TCConnectionJDK14.addNetworkData(TCConnectionJDK14.java:537)
 at com.tc.net.core.TCConnectionJDK14.doRead(TCConnectionJDK14.java:234)
 at com.tc.net.core.CoreNIOServices.selectLoop(CoreNIOServices.java:407)
 at com.tc.net.core.CoreNIOServices.run(CoreNIOServices.java:61)
2008-03-07 12:05:29,250 [WorkerThread(hydrate_message_stage,0)] ERROR com.tc.net.protocol.tcm.HydrateHandler - Error hydrating message of type LOCK_REQUEST_MESSAGE (9) on channel ChannelID=[0]
com.tc.net.protocol.tcm.UnknownNameException: unknown name: 0 for message class com.tc.object.msg.LockRequestMessage
 at com.tc.net.protocol.tcm.TCMessageImpl.hydrate(TCMessageImpl.java:136)
 at com.tc.net.protocol.tcm.HydrateHandler.handleEvent(HydrateHandler.java:21)
 at com.tc.async.impl.StageImpl$WorkerThread.run(StageImpl.java:142)
2008-03-07 12:05:29,312 [TCWorkerComm # 0] WARN com.tc.net.protocol.tcm.ChannelManager - Remove non-exist channel:ChannelID=[0]
2008-03-07 12:05:29,312 [WorkerThread(channel_life_cycle_stage,0)] INFO com.tc.objectserver.handler.ChannelLifeCycleHandler - Received transport disconnect.  Shutting down client ClientID[0]
2008-03-07 12:05:29,375 [WorkerThread(channel_life_cycle_stage,0)] INFO com.tc.objectserver.persistence.impl.TransactionStoreImpl - shutdownClient() : Removing txns from DB : 0
...



_______________________________________________
tc-users mailing list
tc-users@...
http://lists.terracotta.org/mailman/listinfo/tc-users

terracotta-server(Eclipse-plugin-jdk1.6).log (154K) Download Attachment
terracotta-server(terracotta-own-jre).log (57K) Download Attachment

Re: Error hydrating message of type LOCK_REQUEST_MESSAGE (9)

by Tim Eck :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Some parts of this message have been removed. Learn more about Nabble's security policy.

To avoid too much duplication, let’s maintain this thread on the terracotta forums:

http://forums.terracotta.org/forums/posts/list/855.page

 


From: tc-users-bounces@... [mailto:tc-users-bounces@...] On Behalf Of Florescu, Octavian
Sent: Friday, March 07, 2008 3:40 PM
To: tc-users@...
Subject: [tc-users] Error hydrating message of type LOCK_REQUEST_MESSAGE (9)

 

I have downloaded the workmanager project from Terracotta Forge site, and I am playing with it part of evaluating Terracotta. The PerfMaster test never succeeds, and I am hitting this

error in mulptiple configurations: using the Eclipse plugin or launching directly, with java 1.5 or java 1.6.

 

I am using Terracotta 2.5.2 the the latest Eclipse plugin. I have attached the server logs (both when using jdk1.6 under eclipse, and when runnign with Terracotta's own jre1.5). Any help

is really appreciated.

 

...

2008-03-07 12:05:29,250 [TCWorkerComm # 0] ERROR com.tc.net.core.TCConnectionManager - Exception thrown
com.tc.net.protocol.TCProtocolException: Invalid Header Length: 0, min: 28, max: 60, bufLen: 28
 at com.tc.net.protocol.AbstractTCProtocolAdaptor.processHeaderData(AbstractTCProtocolAdaptor.java:121)
 at com.tc.net.protocol.AbstractTCProtocolAdaptor.processIncomingData(AbstractTCProtocolAdaptor.java:90)
 at com.tc.net.protocol.transport.WireProtocolAdaptorImpl.addReadData(WireProtocolAdaptorImpl.java:32)
 at com.tc.net.protocol.ProtocolSwitch.addReadData(ProtocolSwitch.java:50)
 at com.tc.net.core.TCConnectionJDK14.addNetworkData(TCConnectionJDK14.java:537)
 at com.tc.net.core.TCConnectionJDK14.doRead(TCConnectionJDK14.java:234)
 at com.tc.net.core.CoreNIOServices.selectLoop(CoreNIOServices.java:407)
 at com.tc.net.core.CoreNIOServices.run(CoreNIOServices.java:61)
2008-03-07 12:05:29,250 [WorkerThread(hydrate_message_stage,0)] ERROR com.tc.net.protocol.tcm.HydrateHandler - Error hydrating message of type LOCK_REQUEST_MESSAGE (9) on channel ChannelID=[0]
com.tc.net.protocol.tcm.UnknownNameException: unknown name: 0 for message class com.tc.object.msg.LockRequestMessage
 at com.tc.net.protocol.tcm.TCMessageImpl.hydrate(TCMessageImpl.java:136)
 at com.tc.net.protocol.tcm.HydrateHandler.handleEvent(HydrateHandler.java:21)
 at com.tc.async.impl.StageImpl$WorkerThread.run(StageImpl.java:142)
2008-03-07 12:05:29,312 [TCWorkerComm # 0] WARN com.tc.net.protocol.tcm.ChannelManager - Remove non-exist channel:ChannelID=[0]
2008-03-07 12:05:29,312 [WorkerThread(channel_life_cycle_stage,0)] INFO com.tc.objectserver.handler.ChannelLifeCycleHandler - Received transport disconnect.  Shutting down client ClientID[0]
2008-03-07 12:05:29,375 [WorkerThread(channel_life_cycle_stage,0)] INFO com.tc.objectserver.persistence.impl.TransactionStoreImpl - shutdownClient() : Removing txns from DB : 0

...


_______________________________________________
tc-users mailing list
tc-users@...
http://lists.terracotta.org/mailman/listinfo/tc-users
LightInTheBox - Buy quality products at wholesale price