HTTPServerHandler Error in server log

jasonkc

Member
Hi,

May I know what does the below error mean:

03:05:43,603 ERROR HttpServerHandler - HTTPS-pool-4-thread-22 HTTP error
javax.net.ssl.SSLException: not an SSL/TLS record: 0300002f2ae00000000000436f6f6b69653a206d737473686173683d41646d696e697374720d0a0100080003000000
at org.jboss.netty.handler.ssl.SslHandler.decode(Unknown Source)
at org.jboss.netty.handler.codec.frame.FrameDecoder.callDecode(Unknown Source)
at org.jboss.netty.handler.codec.frame.FrameDecoder.messageReceived(Unknown Source)
at org.jboss.netty.channel.Channels.fireMessageReceived(Unknown Source)
at org.jboss.netty.channel.Channels.fireMessageReceived(Unknown Source)
at org.jboss.netty.channel.socket.nio.NioWorker.read(Unknown Source)
at org.jboss.netty.channel.socket.nio.AbstractNioWorker.processSelectedKeys(Unknown Source)
at org.jboss.netty.channel.socket.nio.DeadlockAwareNioWorker.run(Unknown Source)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at java.lang.Thread.run(Thread.java:748)

And how to avoid it?

Best Rgrds,
Jason
 

Max

Administrator
Staff member
try

cd /usr/local/FlashphonerWebCallServer/bin
sudo ./webcallserver start standalone

It should print start log into stdout.
Some JVM options can be not supported in Java 12.
You will have to comment these options in wcs-core.properties to start correctly.
 
Top