This error is related to web app posted here https://www.b4x.com/android/forum/threads/web-app-with-mssql-database.71243/#post-455994
Message related to an illegal character it appears repeatedly
In this case the error persists even when I restart the app or close windows session or restart the computer, and in some cases do not allow to clients to enter to app on any browser, this makes it critical.
From starting app ...
Any idea please?
Message related to an illegal character it appears repeatedly
In this case the error persists even when I restart the app or close windows session or restart the computer, and in some cases do not allow to clients to enter to app on any browser, this makes it critical.
From starting app ...
c:\SMAC0434_WEB>java -jar STs.jar
Oct 06, 2016 10:33:01 PM com.mchange.v2.log.MLog <clinit>
INFO: MLog clients using java 1.4+ standard logging.
Oct 06, 2016 10:33:02 PM com.mchange.v2.c3p0.C3P0Registry banner
INFO: Initializing c3p0-0.9.2.1 [built 20-March-2013 11:16:28 +0000; debug? true
; trace: 10]
GZipping HTML, JavaScript and CSS files...
Optimizing new and updated PNG files...
2016-10-06 22:33:05.415:INFO::main: Logging initialized @4596ms
2016-10-06 22:33:05.744:INFOejs.Server:main: jetty-9.3.z-SNAPSHOT
2016-10-06 22:33:05.958:INFOejsh.ContextHandler:main: Started o.e.j.s.ServletC
ontextHandler@365185bd{/,file:///C:/SMAC0434_WEB/www/,AVAILABLE}
2016-10-06 22:33:05.968:INFOejs.AbstractNCSARequestLog:main: Opened C:\SMAC043
4_WEB\logs\b4j-2016_10_07.request.log
2016-10-06 22:33:06.051:INFOejs.ServerConnector:main: Started ServerConnector@
7303cb2{HTTP/1.1,[http/1.1]}{0.0.0.0:40434}
2016-10-06 22:33:06.054:INFOejs.Server:main: Started @5235ms
java.lang.RuntimeException: org.eclipse.jetty.websocket.api.WebSocketException:
RemoteEndpoint unavailable, current state [CLOSED], expecting [OPEN or CONNECTED
]
at anywheresoftware.b4j.object.WebSocket.setEvents(WebSocket.java:378)
at anywheresoftware.b4j.object.WebSocketModule$Adapter$ThreadHandler.run
(WebSocketModule.java:190)
at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.util.concurrent.FutureTask.run(Unknown Source)
at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)
Caused by: org.eclipse.jetty.websocket.api.WebSocketException: RemoteEndpoint un
available, current state [CLOSED], expecting [OPEN or CONNECTED]
at org.eclipse.jetty.websocket.common.WebSocketSession.getRemote(WebSock
etSession.java:299)
at anywheresoftware.b4j.object.WebSocket.sendText(WebSocket.java:107)
at anywheresoftware.b4j.object.WebSocket.setEvents(WebSocket.java:375)
... 6 more
2016-10-06 22:33:06.991:WARNejh.HttpParser:qtp64830413-19: Illegal character 0
x16 in state=START for buffer HeapByteBuffer@578eb2e9[p=1,l=198,c=8192,r=197]={\
x16<<<\x03\x01\x00\xC1\x01\x00\x00\xBd\x03\x03\xB3\x15\ne\x9c\x91N...\x04\x02\x0
3\x01\x03\x02\x02\x01\x02\x02\x00\x0f\x00\x01\x01>>>Sec-WebSocket-Acc...\x00\x00
\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00}
2016-10-06 22:33:06.994:WARNejh.HttpParser:qtp64830413-19: bad HTTP parsed: 40
0 Illegal character 0x16 for HttpChannelOverHttp@214bd1e8{r=0,c=false,a=IDLE,uri
=null}
2016-10-06 22:33:07.213:WARNejh.HttpParser:qtp64830413-25: Illegal character 0
x16 in state=START for buffer HeapByteBuffer@58ffe3ae[p=1,l=198,c=8192,r=197]={\
x16<<<\x03\x01\x00\xC1\x01\x00\x00\xBd\x03\x03\xB6\xEc\xE3\x14\x9d\x93u...\x04\x
02\x03\x01\x03\x02\x02\x01\x02\x02\x00\x0f\x00\x01\x01>>>\x00\x00\x00\x00\x00\x0
0\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00\x00
\x00\x00\x00\x00\x00\x00\x00}
2016-10-06 22:33:07.223:WARNejh.HttpParser:qtp64830413-25: bad HTTP parsed: 40
0 Illegal character 0x16 for HttpChannelOverHttp@1dfd76d5{r=0,c=false,a=IDLE,uri
=null}
2016-10-06 22:33:07.444:WARNejh.HttpParser:qtp64830413-15: Illegal character 0
x16 in state=START for buffer HeapByteBuffer@578eb2e9[p=1,l=116,c=8192,r=115]={\
x16<<<\x03\x01\x00o\x01\x00\x00k\x03\x01;\xD6\xC4rP\xAf;...ac.net\x00#\x00\x00\x
00\x0f\x00\x01\x01>>>\x00\t\x00\x14\x00\x11\x00\x08\x00\x06\x00\x03\x00\xFf\x01\
x00\x00...\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00}
2016-10-06 22:33:07.448:WARNejh.HttpParser:qtp64830413-15: bad HTTP parsed: 40
0 Illegal character 0x16 for HttpChannelOverHttp@4c831714{r=0,c=false,a=IDLE,uri
=null}
Any idea please?