About Ice.BadMagicException #2833
Answered
by
pepone
Verminator86
asked this question in
Q&A
-
I'm newbie with Icebox. |
Beta Was this translation helpful? Give feedback.
Answered by
pepone
Oct 2, 2024
Replies: 1 comment 1 reply
-
This exception indicates that a message did not start with the expected magic number ('I', 'c', 'e', 'P'). The most likely cause for this is that you are connecting to non Ice server. I would start by enabling network tracing by setting |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
externl
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This exception indicates that a message did not start with the expected magic number ('I', 'c', 'e', 'P'). The most likely cause for this is that you are connecting to non Ice server.
I would start by enabling network tracing by setting
Ice.Trace.Network=3
in both the client and server applications, and ensure that the client is connecting to the correct server.