Moved to new server, hoard of problems, as always.

Post here your questions about Actionscript and Java server side extensions development.

Moderators: Lapo, Bax

User avatar
yuvallahav
Posts: 247
Joined: 07 Oct 2008, 13:03
Location: Rome, Italy
Contact:

Moved to new server, hoard of problems, as always.

Postby yuvallahav » 23 Jul 2014, 20:28

So we moved to a new server, and at first, things worked pretty well.
But then, out of the blue, connections being refused with this on the log:

Code: Select all

INFO   | jvm 1    | 2014/07/23 21:25:32 | java.net.ConnectException: Connection refused
INFO   | jvm 1    | 2014/07/23 21:25:32 |    at sun.nio.ch.Net.connect(Native Method
INFO   | jvm 1    | 2014/07/23 21:25:32 |    at sun.nio.ch.SocketChannelImpl.connect(Unknown Source)
INFO   | jvm 1    | 2014/07/23 21:25:32 |    at sun.nio.ch.SocketAdaptor.connect(Unknown Source)
INFO   | jvm 1    | 2014/07/23 21:25:32 |    at sun.nio.ch.SocketAdaptor.connect(Unknown Source)
INFO   | jvm 1    | 2014/07/23 21:25:32 |    at org.xsocket.stream.io.impl.IoProvider.openSocket(IoProvider.java:346)
INFO   | jvm 1    | 2014/07/23 21:25:32 |    at org.xsocket.stream.io.impl.IoProvider.createClientIoHandler(IoProvider.java:209)
INFO   | jvm 1    | 2014/07/23 21:25:32 |    at org.xsocket.stream.Connection.<init>(Connection.java:160)
INFO   | jvm 1    | 2014/07/23 21:25:32 |    at org.xsocket.stream.NonBlockingConnection.<init>(NonBlockingConnection.java:394)
INFO   | jvm 1    | 2014/07/23 21:25:32 |    at org.xsocket.stream.NonBlockingConnection.<init>(NonBlockingConnection.java:209)
INFO   | jvm 1    | 2014/07/23 21:25:32 |    at it.gotoandplay.utils.net.xmlsocket.XMLSocket.connect(XMLSocket.java:54)
INFO   | jvm 1    | 2014/07/23 21:25:32 |    at it.gotoandplay.smartfoxserver.httpbox.util.SFSHandshake.<init>(SFSHandshake.java:29)
INFO   | jvm 1    | 2014/07/23 21:25:32 |    at it.gotoandplay.smartfoxserver.httpbox.filter.SessionIDFilter.doFilter(SessionIDFilter.java:114)
INFO   | jvm 1    | 2014/07/23 21:25:32 |    at org.mortbay.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1148)
INFO   | jvm 1    | 2014/07/23 21:25:32 |    at org.mortbay.jetty.servlet.ServletHandler.handle(ServletHandler.java:387)
INFO   | jvm 1    | 2014/07/23 21:25:32 |    at org.mortbay.jetty.security.SecurityHandler.handle(SecurityHandler.java:216)
INFO   | jvm 1    | 2014/07/23 21:25:32 |    at org.mortbay.jetty.servlet.SessionHandler.handle(SessionHandler.java:181)
INFO   | jvm 1    | 2014/07/23 21:25:32 |    at org.mortbay.jetty.handler.ContextHandler.handle(ContextHandler.java:765)
INFO   | jvm 1    | 2014/07/23 21:25:32 |    at org.mortbay.jetty.webapp.WebAppContext.handle(WebAppContext.java:417)
INFO   | jvm 1    | 2014/07/23 21:25:32 |    at org.mortbay.jetty.handler.ContextHandlerCollection.handle(ContextHandlerCollection.java:230)
INFO   | jvm 1    | 2014/07/23 21:25:32 |    at org.mortbay.jetty.handler.HandlerCollection.handle(HandlerCollection.java:114)
INFO   | jvm 1    | 2014/07/23 21:25:32 |    at org.mortbay.jetty.handler.HandlerWrapper.handle(HandlerWrapper.java:152)
INFO   | jvm 1    | 2014/07/23 21:25:32 |    at org.mortbay.jetty.Server.handle(Server.java:324)
INFO   | jvm 1    | 2014/07/23 21:25:32 |    at org.mortbay.jetty.HttpConnection.handleRequest(HttpConnection.java:535)
INFO   | jvm 1    | 2014/07/23 21:25:32 |    at org.mortbay.jetty.HttpConnection$RequestHandler.content(HttpConnection.java:880)
INFO   | jvm 1    | 2014/07/23 21:25:32 |    at org.mortbay.jetty.HttpParser.parseNext(HttpParser.java:747)
INFO   | jvm 1    | 2014/07/23 21:25:32 |    at org.mortbay.jetty.HttpParser.parseAvailable(HttpParser.java:218)
INFO   | jvm 1    | 2014/07/23 21:25:32 |    at org.mortbay.jetty.HttpConnection.handle(HttpConnection.java:404)
INFO   | jvm 1    | 2014/07/23 21:25:32 |    at org.mortbay.io.nio.SelectChannelEndPoint.run(SelectChannelEndPoint.java:409)
INFO   | jvm 1    | 2014/07/23 21:25:32 |    at org.mortbay.thread.BoundedThreadPool$PoolThread.run(BoundedThreadPool.java:451)
INFO   | jvm 1    | 2014/07/23 21:25:32 | Invalid connection = null
INFO   | jvm 1    | 2014/07/23 21:25:32 | java.lang.NullPointerException
INFO   | jvm 1    | 2014/07/23 21:25:32 |    at it.gotoandplay.utils.net.xmlsocket.XMLSocket.send(XMLSocket.java:93)
INFO   | jvm 1    | 2014/07/23 21:25:32 |    at it.gotoandplay.smartfoxserver.httpbox.util.SFSHandshake.<init>(SFSHandshake.java:30)
INFO   | jvm 1    | 2014/07/23 21:25:32 |    at it.gotoandplay.smartfoxserver.httpbox.filter.SessionIDFilter.doFilter(SessionIDFilter.java:114)
INFO   | jvm 1    | 2014/07/23 21:25:32 |    at org.mortbay.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1148)
INFO   | jvm 1    | 2014/07/23 21:25:32 |    at org.mortbay.jetty.servlet.ServletHandler.handle(ServletHandler.java:387)
INFO   | jvm 1    | 2014/07/23 21:25:32 |    at org.mortbay.jetty.security.SecurityHandler.handle(SecurityHandler.java:216)
INFO   | jvm 1    | 2014/07/23 21:25:32 |    at org.mortbay.jetty.servlet.SessionHandler.handle(SessionHandler.java:181)
INFO   | jvm 1    | 2014/07/23 21:25:32 |    at org.mortbay.jetty.handler.ContextHandler.handle(ContextHandler.java:765)
INFO   | jvm 1    | 2014/07/23 21:25:32 |    at org.mortbay.jetty.webapp.WebAppContext.handle(WebAppContext.java:417)
INFO   | jvm 1    | 2014/07/23 21:25:32 |    at org.mortbay.jetty.handler.ContextHandlerCollection.handle(ContextHandlerCollection.java:230)
INFO   | jvm 1    | 2014/07/23 21:25:32 |    at org.mortbay.jetty.handler.HandlerCollection.handle(HandlerCollection.java:114)
INFO   | jvm 1    | 2014/07/23 21:25:32 |    at org.mortbay.jetty.handler.HandlerWrapper.handle(HandlerWrapper.java:152)
INFO   | jvm 1    | 2014/07/23 21:25:32 |    at org.mortbay.jetty.Server.handle(Server.java:324)
INFO   | jvm 1    | 2014/07/23 21:25:32 |    at org.mortbay.jetty.HttpConnection.handleRequest(HttpConnection.java:535)
INFO   | jvm 1    | 2014/07/23 21:25:32 |    at org.mortbay.jetty.HttpConnection$RequestHandler.content(HttpConnection.java:880)
INFO   | jvm 1    | 2014/07/23 21:25:32 |    at org.mortbay.jetty.HttpParser.parseNext(HttpParser.java:747)
INFO   | jvm 1    | 2014/07/23 21:25:32 |    at org.mortbay.jetty.HttpParser.parseAvailable(HttpParser.java:218)
INFO   | jvm 1    | 2014/07/23 21:25:32 |    at org.mortbay.jetty.HttpConnection.handle(HttpConnection.java:404)
INFO   | jvm 1    | 2014/07/23 21:25:32 |    at org.mortbay.io.nio.SelectChannelEndPoint.run(SelectChannelEndPoint.java:409)
INFO   | jvm 1    | 2014/07/23 21:25:32 |    at org.mortbay.thread.BoundedThreadPool$PoolThread.run(BoundedThreadPool.java:451


Any idea what might be causing this?

Thanks.
User avatar
Lapo
Site Admin
Posts: 23008
Joined: 21 Mar 2005, 09:50
Location: Italy

Re: Moved to new server, hoard of problems, as always.

Postby Lapo » 02 Aug 2014, 07:59

XMLSocket errors refer to Java clients. I am not sure what this has to do with the server side?
Lapo
--
gotoAndPlay()
...addicted to flash games

Return to “Server Side Extension Development”

Who is online

Users browsing this forum: No registered users and 23 guests