Issue when wss port changed to 8442

Arif Butt

Member
Hi there

We have changed the wss port to 8442 due to some other application running on 8443. When we are running the demo, Camera is showing successfully but suddenly it shows the disconnected message status. We are reading the logs and finding the below error. kindly assist.

log shows the following entries:

{
"nodeId" : "Zc6nJkzMJd89sSRT0Gqg63LgPOZh3Mm0@10.40.230.198",
"appKey" : "roomApp",
"sessionId" : "/10.40.220.24:64880/10.40.230.198:8442-238fb753-e4fb-45fe-ac3d-b8150a2a9092",
"status" : "FAILED",
"info" : "com.flashphoner.rest.server.exception.InternalErrorException, Internal Server Error, uncaught exception in /apps/RoomApp/connect java.lang.NoClassDefFoundError: Could not initialize class com.flashphoner.rest.server.RestApiRouter, for more info check server debug logs, ts: 1775127960757, path: /apps/RoomApp/connect",
"target" : {
"custom" : {
"login" : "10.40.220.24"
},
"appKey" : "roomApp",
"sessionId" : "/10.40.220.24:64880/10.40.230.198:8442-238fb753-e4fb-45fe-ac3d-b8150a2a9092",
"origin" : "https://demo-oneview.abhibank.com",
"keepAlive" : false,
"mediaProviders" : [ "WebRTC", "MSE", "WSPlayer" ],
"clientVersion" : "0.5.28",
"clientOSVersion" : "5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/146.0.0.0 Safari/537.36 Edg/146.0.0.0",
"clientBrowserVersion" : "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/146.0.0.0 Safari/537.36 Edg/146.0.0.0"
}
}
07:06:00,765 INFO RetryExec - API-ASYNC-pool-7-thread-2 I/O exception (org.apache.http.NoHttpResponseException) caught when processing request to {}->http://localhost:8081: The target server failed to respond
07:06:00,765 INFO RetryExec - API-ASYNC-pool-7-thread-2 Retrying request to {}->http://localhost:8081
07:06:00,788 WARN RestClient - API-ASYNC-pool-7-thread-2 POST request resulted in 500 (Internal Server Error)
07:06:00,789 WARN ManagerApiConnection - API-ASYNC-pool-7-thread-2 Failed to get object from REST with exception:com.flashphoner.rest.server.exception.InternalErrorException, Internal Server Error, uncaught exception in /apps/RoomApp/ConnectionStatusEvent java.lang.NoClassDefFoundError: Could not initialize class com.flashphoner.rest.server.RestApiRouter, for more info check server debug logs, ts: 1775127960787, path: /apps/RoomApp/ConnectionStatusEvent
07:06:00,792 INFO WSClient - API-ASYNC-pool-7-thread-2 Close connection for channel [id: 0x705fa41e, /10.40.220.24:64880 => /10.40.230.198:8442] with status code: 1000 ; reason: Disconnected by error on REST method /connect
07:06:04,048 INFO WSClients - WSClientsKeepaliveThread-97 Remove client with closed channel [id: 0x705fa41e, /10.40.220.24:64880 :> /10.40.230.198:8442]
07:06:04,049 INFO WSClient - WSClientsKeepaliveThread-97 Close connection for channel [id: 0x705fa41e, /10.40.220.24:64880 :> /10.40.230.198:8442] with status code: 1000 ; reason: Disconnected by closed channel



Appreciate your feedback
Thanks
RF
 
Top