Hi,
I am trying to connect to my local server, inside onConnectDone if I get a SUCCESS code i call the initUDP():
warpClient.initUDP();
But I get a NullPointerException inside initUDP method:
onConnectDone : e.getResult() : 0 REASON CODE :: 0
java.lang.NullPointerException
at com.blackcoffee.onfriday.appwarpclient.WarpController.onConnectDone(WarpController.java:39)
at com.blackcoffee.onfriday.appwarpclient.ConnListener.onConnectDone(ConnListener.java:29)
at com.shephertz.app42.gaming.multiplayer.client.WarpClient.fireConnectionEvent(WarpClient.java:2462)
at com.shephertz.app42.gaming.multiplayer.client.WarpClient.handleAuthenticateResponse(WarpClient.java:750)
at com.shephertz.app42.gaming.multiplayer.client.WarpClient.onResponse(WarpClient.java:460)
at com.shephertz.app42.gaming.multiplayer.client.MessageDispatchThread.run(MessageDispatchThread.java:48)
Below are the warplog.log content:
2015-12-31 14:59:42,552 - WARNING: Error in loading license from server java.lang.Exception: no license key in AppConfig.json
2015-12-31 14:59:42,552 - WARNING: Running with 100 CCU limit
2015-12-31 14:59:43,132 - INFO: TCP server started
2015-12-31 14:59:43,162 - INFO: UDPServer started
2015-12-31 14:59:43,172 - INFO: started FlashPolicyServer
2015-12-31 14:59:43,172 - INFO: SQLSyntaxErrorException as HSQLServiceTable already exists
2015-12-31 14:59:43,172 - INFO: SQLSyntaxErrorException as HSQLMeteringTable already exists
2015-12-31 14:59:43,172 - INFO: SQLSyntaxErrorException as HSQLRoomTable already exists
Can anyone please help us identify the issue here.