This message indicates that the RA Server received some command it didn't understand or could not process.
As far as I see the command number 85 is invalid, this number should be in 1..30 range and the number for the packet size 1229741322 also looks invalid, kind of way too big.
If you tell me what you are trying to implement I might be able to explain what is going on right now and suggest that the proper implementation method and parameters.
By the way, from the error I see that you are running universal Java version of the agent. Just want to confirm your previous finding that this version must be run under root. The native non-Java versions run as tcpd daemon processes and they can run virtually under any account.
: I've started to get a message with the RA_server I'm testing.
: The remote program runs and generates the correct output but
: I get Line 88: Remote Access Error: recv call failed.
: Also, when I look in the RA server log I see a java message.
: 02 Feb 2007 09:17:18 INFO [run]: start
: 02 Feb 2007 09:17:18 ERROR [run]: java.io.EOFException
: 02 Feb 2007 09:17:18 INFO [run]: end
: 02 Feb 2007 09:17:22 INFO [run]: start
: 02 Feb 2007 09:17:22 INFO [authenticate]: start. user = wm
: 02 Feb 2007 09:17:22 INFO [authenticate]: end. result = OK
: 02 Feb 2007 09:17:24 ERROR [forwardRequest]: Bad packet received: magic:
: 0x5b594f55 command: 82 reply: 65 arg0: 0x20484156 arg1: 0x45204e45 arg2:
: 0x57204d41 length: 1229741322
: 02 Feb 2007 09:17:24 ERROR [run]: java.lang.RuntimeException: Bad packet
: received!
: 02 Feb 2007 09:17:24 INFO [run]: end
|