All right, logging done.
If I follow the tech tip you mentioned, Monty, it seems I can't get to
step 5.
gs64ldi.log snippet on server:
==========
Attempting accept...
...succeeded accepting client from Snow.local, connection = 2
0: --- 11/03/10 22:09:40.895 AST ---
Finished reading client request:
Client is a rpc gem or a linked application.
'!#encrypted:ecin#server!maglev'
0: --- 11/03/10 22:09:40.895 AST ---
Reply to client started:
'SUCCESS 59664'
0: --- 11/03/10 22:09:40.895 AST ---
Done writing reply to client.
0: --- 11/03/10 22:09:40.915 AST ---
Disposed. elapsed time = 0
==========
So far so good. On the client's netldi logs:
==========
Finished reading client request:
Client is a rpc application.
'!@encrypted:ecin!gemnetobject'
0: --- 11/03/10 19:25:24.988 PDT ---
Sucessful fork; Child's Pid: 1440 command is:
'/home/ecin/Gemstone-24566.Linux-x86_64/sys/gemnetobject TCP
47519 30'
0 : --- 11/03/10 19:25:25.016 PDT ---
Now reading reply from child
0: --- 11/03/10 19:25:25.016 PDT ---
Reply to client started:
'SUCCESS 36479'
0: --- 11/03/10 19:25:25.016 PDT ---
Done writing reply to client.
0: --- 11/03/10 19:25:25.016 PDT ---
Disposed. elapsed time = 1
==========
However, the logs for the child process just forked shows the error
(timestamps are different, yes, but it's the same error every time):
==========
--- 11/03/10 22:19:23.645 AST ---
recv(6,0x1000c16bf,1,0) failed with errno=54,ECONNRESET, Connection
reset by peer
-----------------------------------------------------
GemStone: Error Fatal
The GemStone session has lost its connection to the Stone Repository
monitor., recv(3,0x1023673e8,128,0) failed with errno=54,ECONNRESET,
Connection reset by peer, stncall SocketRecv failed
Error Category: 231169 [GemStone] Number: 4035 Arg Count: 1 Context :
20
Arg 1: 20
[Info]: Logging out at 11/03/10 22:19:23 AST
*****************************************************
****** GemStone Abnormal Shutdown at 11/03/10 22:19:23 AST
*****************************************************
-----------------------------------------------------
GemStone: Error Fatal
The GemStone session has lost its connection to the Stone Repository
monitor., recv(3,0x1023673e8,128,0) failed with errno=54,ECONNRESET,
Connection reset by peer, stncall SocketRecv failed
Error Category: 231169 [GemStone] Number: 4035 Arg Count: 1 Context :
20
Arg 1: 20
==========
Only things of note I found: if I try to connect using the NRS from a
topaz instance running on the server, I get:
==========
stone oobSocket read failed 11
==========
In the child process log, just before it complains about the Gemstone
session being lost.
Interestingly, the above error only occurs when trying to test with
topaz; it seems Maglev can't figure out how to use the network. From
maglev.log:
==========
--- 11/03/10 22:19:35.099 AST ---
Could not get the network address of the Gem, session 5.
Reason: No network error. ,
Net
==========
Hope we can figure this out. :)