We have got it working with: ClientBackend clientBackend = new
ClientBackend("[email protected]", "localhost", 9898);by changing the port number to (WEBSOCKET_SERVER_PORT=9898) we got it working. Thank you. On Oct 15, 9:03 pm, Somasundaram Arunachalam <[email protected]> wrote: > We have installed wave server in the machine. > Server is up and running and we are able to use the client console. > > But when we try to access the wave from java > with below code: > ClientBackend clientBackend = new ClientBackend("[email protected]", > "localhost", 9876); > > We are getting below error: > > INFO: New Connection set up from > java.nio.channels.SocketChannel[connected local=/127.0.0.1:9876 > remote=/127.0.0.1:59135] > Exception in thread "pool-2-thread-5" java.lang.IllegalStateException: > Reported payload size (542393671 bytes) exeeds the limit (67108864 > bytes) > > Any suggestion/ help on this will let us move forward. > > thank you in advance. -- You received this message because you are subscribed to the Google Groups "Wave Protocol" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/wave-protocol?hl=en.
