Assertion failure with passive server
-------------------------------------
Key: CDV-457
URL: https://jira.terracotta.org/jira//browse/CDV-457
Project: Community Development
Issue Type: Bug
Components: DSO:L2
Affects Versions: 2.4.4
Reporter: Matthew McEachen
Assignee: Issue Review Board
Attachments: tc-config.xml
Running sample/pojo/chatter from 2.4.4, an assertion error was thrown on my
passive L2 server when an L1 client was closed.
2007-10-11 15:29:45,611 INFO - Moved to State[ PASSIVE-UNINITIALIZED ]
2007-10-11 15:29:45,728 INFO - Moved to State[ PASSIVE-STANDBY ]
java.lang.AssertionError: This should never be called.
at
com.tc.objectserver.tx.PassiveTransactionAccount.clientDead(PassiveTransactionAccount.java:73)
at
com.tc.objectserver.tx.ServerTransactionManagerImpl.shutdownClient(ServerTransactionManagerImpl.java:126)
at
com.tc.objectserver.handler.ChannelLifeCycleHandler.channelRemoved(ChannelLifeCycleHandler.java:67)
at
com.tc.objectserver.handler.ChannelLifeCycleHandler.handleEvent(ChannelLifeCycleHandler.java:52)
at com.tc.async.impl.StageImpl$WorkerThread.run(StageImpl.java:142
I've attached the modified tc-config.xml. The two L2 servers have this config
as well, and were started like this:
[EMAIL PROTECTED]:~$ ~/terracotta-2.4.4/bin/start-tc-server.sh -f
~/tc-config.xml
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
https://jira.terracotta.org/jira//secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
_______________________________________________
tc-dev mailing list
[email protected]
http://lists.terracotta.org/mailman/listinfo/tc-dev