Page 1 of 1

[Server stop after 1 day]

Posted: 05 Dec 2017, 03:25
by kenphan90
Hi everyone ,

I'm a newbie about SmartFoxServer .

I created Ubuntu 16.04 from digital ocean and setup SmartFoxServer .
( Note : digital ocean , I buy package is $5 to test )

Everything works normally . But after 1 day server start , I access admin tool and can't connect it .
I checked log from server . I see :

04 Dec 2017 | 12:04:32,403 | WARN | qtp1725266971-46 | jetty.http.HttpParser | | Illegal character 0x16 in state=START for buffer HeapByteBuffer@391f0875[p=1,l=295,c=8192,r=294]={\x16<<<\x03\x01\x01$
04 Dec 2017 | 12:04:32,406 | WARN | qtp1725266971-46 | jetty.http.HttpParser | | bad HTTP parsed: 400 Illegal character 0x16 for HttpChannelOverHttp@4206ee9f{r=0,c=false,a=IDLE,uri=null}


My logic game :
- I created two room groups . Every room group , I created 5 rooms . Every room , I setup a room extension with a task scheduler .
Task scheduler will delay 1 second .

During 1 day after server start , don't have any client connect to server .

So , I don't know why I can't access server continue .

Hope to get help from everyone !

Thank you !

Re: [Server stop after 1 day]

Posted: 05 Dec 2017, 08:20
by Lapo
Hi,
the error you have reported shows some bad HTTP request.
Are you sure you're not using the wrong port to connect to the server?

Are you using the default TCP port 9933?
If so, are you using the same port to connect via the AdminTool?

Thanks

Re: [Server stop after 1 day]

Posted: 06 Dec 2017, 06:58
by kenphan90
Lapo wrote:Hi,
the error you have reported shows some bad HTTP request.
Are you sure you're not using the wrong port to connect to the server?

Are you using the default TCP port 9933?
If so, are you using the same port to connect via the AdminTool?

Thanks


Hi Lapo ,

I'm sure that I used to port 9933 , the default TCP port of SmartFox .
I don't know why after 1 day run server okay .
But it stopped and I checked server it can't connect to port 9933 .

Thanks !

Re: [Server stop after 1 day]

Posted: 06 Dec 2017, 08:26
by Lapo
Hi,
I don't have enough info to understand what might have happened.
Does this happen every time you start the server or did it occur once?

In any case I don't think the error is connected to the server not responding.

Cheers