Invalid Pointer when starting LoadBalancing

Options
nOograss
edited August 2012 in Photon Server
Hi,

I have an issue when launching the loadBalancing Server:


10756: 17:24:51.134 - TCP inactivity timeout: 5000ms
10756: 17:24:51.134 - MaxInboundMessageSize: 512000
10756: 17:24:51.134 - MaxOutboundMessageSize: 512000
10756: 17:24:51.134 - Forcing all applications ids to: "Master"
10756: 17:24:51.134 - Adding TCP listener on :0.0.0.0: 4531 with a listen backlog of: 150
10756: 17:24:51.134 - TCP inactivity timeout: 5000ms
10756: 17:24:51.134 - MaxInboundMessageSize: 512000
10756: 17:24:51.134 - MaxOutboundMessageSize: 512000
10756: 17:24:51.134 - Forcing all applications ids to: "Login"
10756: 17:24:51.134 - Adding TCP listener on :0.0.0.0: 4520 with a listen backlog of: 150
10756: 17:24:51.134 - TCP inactivity timeout: 5000ms
10756: 17:24:51.134 - MaxInboundMessageSize: 512000
10756: 17:24:51.134 - MaxOutboundMessageSize: 512000
10756: 17:24:51.134 - Forcing all applications ids to: "Master"
10756: 17:24:51.134 - MaxInboundMessageSize: 512000
10756: 17:24:51.134 - MaxOutboundMessageSize: 512000
10756: 17:24:51.134 - UDP address specified as:0.0.0.0 adding listener to each available IPv4 address
10756: 17:24:51.134 - Adding UDP listener on :192.168.1.3: 5055 with a listen backlog of: 500
10756: 17:24:51.134 - Adding UDP listener on :5.116.94.155: 5055 with a listen backlog of: 500
10756: 17:24:51.134 - Adding UDP listener on :127.0.0.1: 5055 with a listen backlog of: 500
10756: 17:24:51.134 - Forcing all applications ids to: "Login"
10756: 17:24:51.134 - MaxInboundMessageSize: 512000
10756: 17:24:51.134 - MaxOutboundMessageSize: 512000
10756: 17:24:51.134 - UDP address specified as:0.0.0.0 adding listener to each available IPv4 address
10756: 17:24:51.134 - Adding UDP listener on :192.168.1.3: 5056 with a listen backlog of: 500
10756: 17:24:51.134 - Adding UDP listener on :5.116.94.155: 5056 with a listen backlog of: 500
10756: 17:24:51.134 - Adding UDP listener on :127.0.0.1: 5056 with a listen backlog of: 500
10756: 17:24:51.134 - Adding TCP Policy listener on :0.0.0.0: 843 with a listen backlog of: 150 and routing to application: "Policy"
10756: 17:24:51.134 - TCP inactivity timeout: 1000ms
10756: 17:24:51.194 - Service is running...
10756: 17:24:56.069 - CService::OnException() - Exception: CManagedHost::PhotonRunning() - Failed in AppDomain: 2 - Pointeur non valide
10756: 17:24:56.069 - Server shutting down...


I don't know why the error is in french or why could have gone wrong?

Comments

  • Philip
    Options
    Hi nOograss,

    which version of Photon are you using? Please post the log from the point you see something like this:

    3660: 10:28:24.582 - ---
    3660: 10:28:24.582 - Service: "Photon Socket Server" starting

    Can you also check/post what PhotonClr.log.

    -Philip
  • Tobias
    Options
    The error message comes from the DotNet runtime. Maybe that's French?

    It might be a nullreference. Did you modify the code?
  • Hi,

    Thanks for your reply, indeed there was a nullpointer that hitted on start :)

    now it's working fine except for the build part, posted an other subject for that ;)

    Bye,