[Logo] Terracotta Discussion Forums (LEGACY READ-ONLY ARCHIVE)
  [Search] Search   [Recent Topics] Recent Topics   [Members]  Member Listing   [Groups] Back to home page 
[Register] Register / 
[Login] Login 
[Expert]
Second client would not start  XML
Forum Index -> General
Author Message
Royan

journeyman

Joined: 07/24/2008 06:36:15
Messages: 10
Offline

I've got one TC server and one client application successfully up and running but when I try to start second application I've got the following output in my Administrator console

2008-07-28 09:08:30,795 [TCWorkerComm # 3] INFO com.tc.net.protocol.transport.ServerMessageTransport - ConnectionID(3.374df08f07f84afba4bf1182a72ce915): Attaching new connection: com.tc.net.core.TCConnectionJDK14@28465402: connected: true, closed: false local=10.152.113.128:9510 remote=10.152.113.128:39521 connect=[Mon Jul 28 09:08:30 EDT 2008] idle=2ms [28 read, 0 write]
2008-07-28 09:08:30,799 [TCWorkerComm # 3] INFO com.tc.net.protocol.transport.ConnectionHealthCheckerImpl. DSO Server - Health monitoring agent started for domain:39521
2008-07-28 09:08:30,847 [WorkerThread(client_handshake_stage,0)] INFO com.tc.objectserver.handshakemanager.ServerClientHandshakeManager - Client connected ClientID[3]
2008-07-28 09:08:30,927 [TCWorkerComm # 3] INFO com.tc.net.protocol.transport.ConnectionHealthCheckerImpl: DSO Server - Connection to [domain:39521] DISCONNECTED. Health Monitoring for this node is now disabled.
2008-07-28 09:08:30,928 [WorkerThread(channel_life_cycle_stage,0)] INFO com.tc.objectserver.handler.ChannelLifeCycleHandler - Received transport disconnect. Shutting down client ClientID[3]
2008-07-28 09:08:30,929 [WorkerThread(channel_life_cycle_stage,0)] INFO com.tc.objectserver.persistence.impl.TransactionStoreImpl - shutdownClient() : Removing txns from DB : 0 


What might be the reason for this? Both server and first client use one tc-config.xml to start. The <server> element looks like this:

Code:
 <server host="domain" name="BOX_1" bind="10.152.113.128">
        <dso-port>9510</dso-port>
        <jmx-port>9520</jmx-port>
 </server>

gkeim

ophanim

Joined: 12/05/2006 10:22:37
Messages: 685
Location: Terracotta, Inc.
Offline

Please see my response on this thread: http://forums.terracotta.org/forums/posts/list/1263.page

Gary Keim (terracotta developer) Want to post to this forum? Join the Terracotta Community
teck

seraphim
[Avatar]
Joined: 05/24/2006 15:03:25
Messages: 1128
Offline

Is there anything in the log file for the client that is unable to connect? The log file location is printed to the console when the process is starting. The fact that it connects and disconnects almost immediately makes me think there is a version mismatch going on

Tim Eck (terracotta engineer)
 
Forum Index -> General
Go to:   
Powered by JForum 2.1.7 © JForum Team