Clients getting disconnected and cannot login again

Questions and Answers on installation, deployment, management, locking, tranasactions of Servoy Application Server

Clients getting disconnected and cannot login again

Postby jasantana » Fri May 15, 2015 11:04 am

Morning all,

This has happened twice since yesterday afternoon.

All the clients are disconnected from the server and they cannot login again. The admin page can be reached and I have to restart the application server to make it work.

I can see this in the log:

Code: Select all
2015-05-15 09:58   pool-2-thread-2   ERROR   com.servoy.j2db.util.Debug   client_stats table missing in log server, cannot save client statistics       
2015-05-15 09:58   RMI TCP Connection(387)-212.159.150.102   ERROR   com.servoy.j2db.util.Debug   client_stats table missing in log server, cannot save client statistics       
2015-05-15 09:58   pool-2-thread-2   ERROR   com.servoy.j2db.util.Debug   client_stats table missing in log server, cannot save client statistics       
2015-05-15 09:58   RMI TCP Connection(387)-212.159.150.102   ERROR   com.servoy.j2db.util.Debug   client_stats table missing in log server, cannot save client statistics       
2015-05-15 09:58   SocketAccepter1-thread-41   ERROR   com.servoy.j2db.util.Debug   SocketAcceptor failure for socket: 1badf62[SSL_NULL_WITH_NULL_NULL: Socket[addr=/31.49.16.121,port=53209,localport=1099]]       
javax.net.ssl.SSLHandshakeException: Remote host closed connection during handshake
       at sun.security.ssl.SSLSocketImpl.readRecord(Unknown Source)
       at sun.security.ssl.SSLSocketImpl.performInitialHandshake(Unknown Source)
       at sun.security.ssl.SSLSocketImpl.readDataRecord(Unknown Source)
       at sun.security.ssl.AppInputStream.read(Unknown Source)
       at java.io.BufferedInputStream.fill(Unknown Source)
       at java.io.BufferedInputStream.read(Unknown Source)
       at com.servoy.j2db.rmi.compressing.CompressingInputStream.readIn(CompressingInputStream.java:99)
       at com.servoy.j2db.rmi.compressing.CompressingInputStream.read(CompressingInputStream.java:85)
       at java.io.DataInputStream.readInt(Unknown Source)
       at com.servoy.j2db.rmi.ServerTwoWaySocketFactory$SocketAcceptor.run(ServerTwoWaySocketFactory.java:445)
       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: java.io.EOFException: SSL peer shut down incorrectly
       at sun.security.ssl.InputRecord.read(Unknown Source)
       ... 13 more
2015-05-15 09:58   RMI TCP Connection(387)-212.159.150.102   ERROR   com.servoy.j2db.util.Debug   client_stats table missing in log server, cannot save client statistics       
2015-05-15 09:57   ClientExportNotifyListner[17]   ERROR   com.servoy.j2db.util.Debug   Signalling channel lost when reading pings or client export notifies, removing ports: [3219]       
java.net.SocketException: Connection reset
       at java.net.SocketInputStream.read(Unknown Source)
       at java.net.SocketInputStream.read(Unknown Source)
       at sun.security.ssl.InputRecord.readFully(Unknown Source)
       at sun.security.ssl.InputRecord.read(Unknown Source)
       at sun.security.ssl.SSLSocketImpl.readRecord(Unknown Source)
       at sun.security.ssl.SSLSocketImpl.readDataRecord(Unknown Source)
       at sun.security.ssl.AppInputStream.read(Unknown Source)
       at java.io.BufferedInputStream.fill(Unknown Source)
       at java.io.BufferedInputStream.read(Unknown Source)
       at com.servoy.j2db.rmi.compressing.CompressingInputStream.readIn(CompressingInputStream.java:99)
       at com.servoy.j2db.rmi.compressing.CompressingInputStream.read(CompressingInputStream.java:85)
       at java.io.DataInputStream.readInt(Unknown Source)
       at com.servoy.j2db.rmi.ServerTwoWaySocketFactory$1.run(ServerTwoWaySocketFactory.java:126)
2015-05-15 09:57   pool-2-thread-3   ERROR   com.servoy.j2db.util.Debug   client_stats table missing in log server, cannot save client statistics       
2015-05-15 09:57   RMI TCP Connection(343)-78.145.1.189   ERROR   com.servoy.j2db.util.Debug   client_stats table missing in log server, cannot save client statistics       
2015-05-15 09:57   pool-2-thread-2   ERROR   com.servoy.j2db.util.Debug   client_stats table missing in log server, cannot save client statistics       
2015-05-15 09:57   RMI TCP Connection(343)-78.145.1.189   ERROR   com.servoy.j2db.util.Debug   client_stats table missing in log server, cannot save client statistics       
2015-05-15 09:57   pool-2-thread-2   ERROR   com.servoy.j2db.util.Debug   client_stats table missing in log server, cannot save client statistics       
2015-05-15 09:57   RMI TCP Connection(343)-78.145.1.189   ERROR   com.servoy.j2db.util.Debug   client_stats table missing in log server, cannot save client statistics       
2015-05-15 09:57   pool-2-thread-2   ERROR   com.servoy.j2db.util.Debug   client_stats table missing in log server, cannot save client statistics       
2015-05-15 09:57   RMI TCP Connection(343)-78.145.1.189   ERROR   com.servoy.j2db.util.Debug   client_stats table missing in log server, cannot save client statistics       
2015-05-15 09:57   pool-2-thread-2   ERROR   com.servoy.j2db.util.Debug   client_stats table missing in log server, cannot save client statistics       
2015-05-15 09:57   RMI TCP Connection(343)-78.145.1.189   ERROR   com.servoy.j2db.util.Debug   client_stats table missing in log server, cannot save client statistics       
2015-05-15 09:57   pool-2-thread-2   ERROR   com.servoy.j2db.util.Debug   client_stats table missing in log server, cannot save client statistics       
2015-05-15 09:57   RMI TCP Connection(347)-89.242.122.236   ERROR   com.servoy.j2db.util.Debug   client_stats table missing in log server, cannot save client statistics       
2015-05-15 09:57   pool-2-thread-2   ERROR   com.servoy.j2db.util.Debug   client_stats table missing in log server, cannot save client statistics       
2015-05-15 09:57   RMI TCP Connection(347)-89.242.122.236   ERROR   com.servoy.j2db.util.Debug   client_stats table missing in log server, cannot save client statistics       
2015-05-15 09:57   ClientExportNotifyListner[7]   ERROR   com.servoy.j2db.util.Debug   Signalling channel lost when reading pings or client export notifies, removing ports: [3228]       
java.net.SocketException: Connection reset
       at java.net.SocketInputStream.read(Unknown Source)
       at java.net.SocketInputStream.read(Unknown Source)
       at sun.security.ssl.InputRecord.readFully(Unknown Source)
       at sun.security.ssl.InputRecord.read(Unknown Source)
       at sun.security.ssl.SSLSocketImpl.readRecord(Unknown Source)
       at sun.security.ssl.SSLSocketImpl.readDataRecord(Unknown Source)
       at sun.security.ssl.AppInputStream.read(Unknown Source)
       at java.io.BufferedInputStream.fill(Unknown Source)
       at java.io.BufferedInputStream.read(Unknown Source)
       at com.servoy.j2db.rmi.compressing.CompressingInputStream.readIn(CompressingInputStream.java:99)
       at com.servoy.j2db.rmi.compressing.CompressingInputStream.read(CompressingInputStream.java:85)
       at java.io.DataInputStream.readInt(Unknown Source)
       at com.servoy.j2db.rmi.ServerTwoWaySocketFactory$1.run(ServerTwoWaySocketFactory.java:126)
2015-05-15 09:57   pool-2-thread-2   ERROR   com.servoy.j2db.util.Debug   client_stats table missing in log server, cannot save client statistics       
2015-05-15 09:57   RMI TCP Connection(343)-78.145.1.189   ERROR   com.servoy.j2db.util.Debug   client_stats table missing in log server, cannot save client statistics       
2015-05-15 09:57   ClientExportNotifyListner[16]   ERROR   com.servoy.j2db.util.Debug   Signalling channel lost when reading pings or client export notifies, removing ports: [3209]       
java.net.SocketException: Connection reset
       at java.net.SocketInputStream.read(Unknown Source)
       at java.net.SocketInputStream.read(Unknown Source)
       at sun.security.ssl.InputRecord.readFully(Unknown Source)
       at sun.security.ssl.InputRecord.read(Unknown Source)
       at sun.security.ssl.SSLSocketImpl.readRecord(Unknown Source)
       at sun.security.ssl.SSLSocketImpl.readDataRecord(Unknown Source)
       at sun.security.ssl.AppInputStream.read(Unknown Source)
       at java.io.BufferedInputStream.fill(Unknown Source)
       at java.io.BufferedInputStream.read(Unknown Source)
       at com.servoy.j2db.rmi.compressing.CompressingInputStream.readIn(CompressingInputStream.java:99)
       at com.servoy.j2db.rmi.compressing.CompressingInputStream.read(CompressingInputStream.java:85)
       at java.io.DataInputStream.readInt(Unknown Source)
       at com.servoy.j2db.rmi.ServerTwoWaySocketFactory$1.run(ServerTwoWaySocketFactory.java:126)
2015-05-15 09:57   pool-2-thread-2   ERROR   com.servoy.j2db.util.Debug   client_stats table missing in log server, cannot save client statistics       
2015-05-15 09:57   RMI TCP Connection(343)-78.145.1.189   ERROR   com.servoy.j2db.util.Debug   client_stats table missing in log server, cannot save client statistics       
2015-05-15 09:57   pool-2-thread-2   ERROR   com.servoy.j2db.util.Debug   client_stats table missing in log server, cannot save client statistics       
2015-05-15 09:57   RMI TCP Connection(343)-78.145.1.189   ERROR   com.servoy.j2db.util.Debug   client_stats table missing in log server, cannot save client statistics       
2015-05-15 09:57   pool-2-thread-2   ERROR   com.servoy.j2db.util.Debug   client_stats table missing in log server, cannot save client statistics       
2015-05-15 09:57   RMI TCP Connection(343)-78.145.1.189   ERROR   com.servoy.j2db.util.Debug   client_stats table missing in log server, cannot save client statistics       
2015-05-15 09:57   pool-2-thread-2   ERROR   com.servoy.j2db.util.Debug   client_stats table missing in log server, cannot save client statistics       
2015-05-15 09:57   RMI TCP Connection(343)-78.145.1.189   ERROR   com.servoy.j2db.util.Debug   client_stats table missing in log server, cannot save client statistics       
2015-05-15 09:57   pool-2-thread-2   ERROR   com.servoy.j2db.util.Debug   client_stats table missing in log server, cannot save client statistics       
2015-05-15 09:57   RMI TCP Connection(343)-78.145.1.189   ERROR   com.servoy.j2db.util.Debug   client_stats table missing in log server, cannot save client statistics       
2015-05-15 09:57   pool-2-thread-2   ERROR   com.servoy.j2db.util.Debug   client_stats table missing in log server, cannot save client statistics       
2015-05-15 09:57   RMI TCP Connection(347)-89.242.122.236   ERROR   com.servoy.j2db.util.Debug   client_stats table missing in log server, cannot save client statistics       
2015-05-15 09:57   pool-2-thread-2   ERROR   com.servoy.j2db.util.Debug   client_stats table missing in log server, cannot save client statistics       
2015-05-15 09:57   RMI TCP Connection(343)-78.145.1.189   ERROR   com.servoy.j2db.util.Debug   client_stats table missing in log server, cannot save client statistics       
2015-05-15 09:57   RMI TCP Connection(330)-188.31.165.43   ERROR   com.servoy.j2db.util.Debug   client_stats table missing in log server, cannot save client statistics       
2015-05-15 09:57   pool-2-thread-2   ERROR   com.servoy.j2db.util.Debug   client_stats table missing in log server, cannot save client statistics       
2015-05-15 09:57   pool-2-thread-2   ERROR   com.servoy.j2db.util.Debug   client_stats table missing in log server, cannot save client statistics       
2015-05-15 09:57   RMI TCP Connection(330)-188.31.165.43   ERROR   com.servoy.j2db.util.Debug   client_stats table missing in log server, cannot save client statistics       
2015-05-15 09:57   RMI TCP Connection(343)-78.145.1.189   ERROR   com.servoy.j2db.util.Debug   client_stats table missing in log server, cannot save client statistics       
2015-05-15 09:57   pool-2-thread-2   ERROR   com.servoy.j2db.util.Debug   client_stats table missing in log server, cannot save client statistics       
2015-05-15 09:57   RMI TCP Connection(330)-188.31.165.43   ERROR   com.servoy.j2db.util.Debug   client_stats table missing in log server, cannot save client statistics       
2015-05-15 09:57   pool-2-thread-2   ERROR   com.servoy.j2db.util.Debug   client_stats table missing in log server, cannot save client statistics       
2015-05-15 09:57   RMI TCP Connection(330)-188.31.165.43   ERROR   com.servoy.j2db.util.Debug   client_stats table missing in log server, cannot save client statistics       
2015-05-15 09:57   pool-2-thread-2   ERROR   com.servoy.j2db.util.Debug   client_stats table missing in log server, cannot save client statistics       
2015-05-15 09:57   RMI TCP Connection(330)-188.31.165.43   ERROR   com.servoy.j2db.util.Debug   client_stats table missing in log server, cannot save client statistics       
2015-05-15 09:57   pool-2-thread-2   ERROR   com.servoy.j2db.util.Debug   client_stats table missing in log server, cannot save client statistics       
2015-05-15 09:57   RMI TCP Connection(343)-78.145.1.189   ERROR   com.servoy.j2db.util.Debug   client_stats table missing in log server, cannot save client statistics       
2015-05-15 09:57   pool-2-thread-2   ERROR   com.servoy.j2db.util.Debug   client_stats table missing in log server, cannot save client statistics       
2015-05-15 09:57   RMI TCP Connection(343)-78.145.1.189   ERROR   com.servoy.j2db.util.Debug   client_stats table missing in log server, cannot save client statistics       
2015-05-15 09:57   pool-2-thread-2   ERROR   com.servoy.j2db.util.Debug   client_stats table missing in log server, cannot save client statistics       
2015-05-15 09:57   RMI TCP Connection(345)-164.39.79.146   ERROR   com.servoy.j2db.util.Debug   client_stats table missing in log server, cannot save client statistics       
2015-05-15 09:57   pool-2-thread-2   ERROR   com.servoy.j2db.util.Debug   client_stats table missing in log server, cannot save client statistics       
2015-05-15 09:57   RMI TCP Connection(345)-164.39.79.146   ERROR   com.servoy.j2db.util.Debug   client_stats table missing in log server, cannot save client statistics       
2015-05-15 09:57   RMI TCP Connection(345)-164.39.79.146   ERROR   com.servoy.j2db.util.Debug   client_stats table missing in log server, cannot save client statistics       
2015-05-15 09:57   RMI TCP Connection(343)-78.145.1.189   ERROR   com.servoy.j2db.util.Debug   client_stats table missing in log server, cannot save client statistics       
2015-05-15 09:57   ClientExportNotifyListner[1]   ERROR   com.servoy.j2db.util.Debug   Signalling channel lost when reading pings or client export notifies, removing ports: [3262]       
java.io.EOFException
       at java.io.DataInputStream.readInt(Unknown Source)
       at com.servoy.j2db.rmi.ServerTwoWaySocketFactory$1.run(ServerTwoWaySocketFactory.java:126)
2015-05-15 09:57   pool-2-thread-2   ERROR   com.servoy.j2db.util.Debug   client_stats table missing in log server, cannot save client statistics       
2015-05-15 09:57   RMI TCP Connection(330)-188.31.165.43   ERROR   com.servoy.j2db.util.Debug   client_stats table missing in log server, cannot save client statistics       
2015-05-15 09:57   pool-2-thread-2   ERROR   com.servoy.j2db.util.Debug   client_stats table missing in log server, cannot save client statistics       
2015-05-15 09:57   RMI TCP Connection(330)-188.31.165.43   ERROR   com.servoy.j2db.util.Debug   client_stats table missing in log server, cannot save client statistics       
2015-05-15 09:57   ClientExportNotifyListner[11]   ERROR   com.servoy.j2db.util.Debug   Signalling channel lost when reading pings or client export notifies, removing ports: [3214]       
java.io.EOFException
       at java.io.DataInputStream.readInt(Unknown Source)
       at com.servoy.j2db.rmi.ServerTwoWaySocketFactory$1.run(ServerTwoWaySocketFactory.java:126)
2015-05-15 09:57   RMI TCP Connection(330)-188.31.165.43   ERROR   com.servoy.j2db.util.Debug   client_stats table missing in log server, cannot save client statistics       
2015-05-15 09:57   ClientExportNotifyListner[5]   ERROR   com.servoy.j2db.util.Debug   Signalling channel lost when reading pings or client export notifies, removing ports: [3233]       
java.net.SocketException: Connection reset
       at java.net.SocketInputStream.read(Unknown Source)
       at java.net.SocketInputStream.read(Unknown Source)
       at sun.security.ssl.InputRecord.readFully(Unknown Source)
       at sun.security.ssl.InputRecord.read(Unknown Source)
       at sun.security.ssl.SSLSocketImpl.readRecord(Unknown Source)
       at sun.security.ssl.SSLSocketImpl.readDataRecord(Unknown Source)
       at sun.security.ssl.AppInputStream.read(Unknown Source)
       at java.io.BufferedInputStream.fill(Unknown Source)
       at java.io.BufferedInputStream.read(Unknown Source)
       at com.servoy.j2db.rmi.compressing.CompressingInputStream.readIn(CompressingInputStream.java:99)
       at com.servoy.j2db.rmi.compressing.CompressingInputStream.read(CompressingInputStream.java:85)
       at java.io.DataInputStream.readInt(Unknown Source)
       at com.servoy.j2db.rmi.ServerTwoWaySocketFactory$1.run(ServerTwoWaySocketFactory.java:126)
2015-05-15 09:56   ClientExportNotifyListner[9]   ERROR   com.servoy.j2db.util.Debug   Signalling channel lost when reading pings or client export notifies, removing ports: [3260]       
java.net.SocketException: Connection reset
       at java.net.SocketInputStream.read(Unknown Source)
       at java.net.SocketInputStream.read(Unknown Source)
       at sun.security.ssl.InputRecord.readFully(Unknown Source)
       at sun.security.ssl.InputRecord.read(Unknown Source)
       at sun.security.ssl.SSLSocketImpl.readRecord(Unknown Source)
       at sun.security.ssl.SSLSocketImpl.readDataRecord(Unknown Source)
       at sun.security.ssl.AppInputStream.read(Unknown Source)
       at java.io.BufferedInputStream.fill(Unknown Source)
       at java.io.BufferedInputStream.read(Unknown Source)
       at com.servoy.j2db.rmi.compressing.CompressingInputStream.readIn(CompressingInputStream.java:99)
       at com.servoy.j2db.rmi.compressing.CompressingInputStream.read(CompressingInputStream.java:85)
       at java.io.DataInputStream.readInt(Unknown Source)
       at com.servoy.j2db.rmi.ServerTwoWaySocketFactory$1.run(ServerTwoWaySocketFactory.java:126)
2015-05-15 09:56   BatchProcess: nephexBatch   ERROR   com.servoy.j2db.util.Debug   client_stats table missing in log server, cannot save client statistics       
2015-05-15 09:56   BatchProcess: nephexBatch   ERROR   com.servoy.j2db.util.Debug   client_stats table missing in log server, cannot save client statistics       
2015-05-15 09:56   BatchProcess: nephexBatch   ERROR   com.servoy.j2db.util.Debug   client_stats table missing in log server, cannot save client statistics       
2015-05-15 09:56   pool-1-thread-1   WARN   com.servoy.j2db.server.Za.Zo   Column name 'fk_idstatus_conditions_required' from table 'questioners_questions' is too long (>30 chars) -- this is not supported by all databases       
2015-05-15 09:56   pool-1-thread-1   WARN   com.servoy.j2db.server.Za.Zo   Column name 'fk_idquestioners_styles_subtitle' from table 'questioners' is too long (>30 chars) -- this is not supported by all databases       
2015-05-15 09:56   pool-1-thread-1   WARN   com.servoy.j2db.server.Za.Zo   Column name 'fk_idphysiovouchers_owners_physio' from table 'vouchers_sessions' is too long (>30 chars) -- this is not supported by all databases       
2015-05-15 09:56   pool-1-thread-1   WARN   com.servoy.j2db.server.Za.Zo   Column name 'fk_idphysiovouchers_owners_issuer' from table 'vouchers' is too long (>30 chars) -- this is not supported by all databases       
2015-05-15 09:56   pool-1-thread-1   WARN   com.servoy.j2db.server.Za.Zo   Column name 'fk_idphysiovouchers_physiobranches' from table 'physiovouchers_physiobranches_dtl' is too long (>30 chars) -- this is not supported by all databases       
2015-05-15 09:56   pool-1-thread-1   WARN   com.servoy.j2db.server.Za.Zo   Column name 'idphysiovouchers_physiobranches_dtl' from table 'physiovouchers_physiobranches_dtl' is too long (>30 chars) -- this is not supported by all databases       
2015-05-15 09:56   pool-1-thread-1   WARN   com.servoy.j2db.server.Za.Zo   Column name 'idphysiovouchers_physiobranches' from table 'physiovouchers_physiobranches' is too long (>30 chars) -- this is not supported by all databases       
2015-05-15 09:56   pool-1-thread-1   WARN   com.servoy.j2db.server.Za.Zo   Column name 'fk_idphysiovouchers_owners_issuer' from table 'physiovouchers_client' is too long (>30 chars) -- this is not supported by all databases       
2015-05-15 09:56   pool-1-thread-1   WARN   com.servoy.j2db.server.Za.Zo   Column name 'fk_idinstructingparties_contacts' from table 'claimants' is too long (>30 chars) -- this is not supported by all databases       
2015-05-15 09:56   pool-1-thread-1   WARN   com.servoy.j2db.server.Za.Zo   Column name 'fk_cm_idspecialists_appointments' from table 'appointments' is too long (>30 chars) -- this is not supported by all databases       
2015-05-15 09:56   pool-1-thread-1   WARN   com.servoy.j2db.server.Za.Zo   Column name 'fk_idinterventions_billable_treatments' from table 'sales_invoices_items' is too long (>30 chars) -- this is not supported by all databases       
2015-05-15 09:56   pool-1-thread-1   WARN   com.servoy.j2db.server.Za.Zo   Column name 'idinterventions_billable_treatments' from table 'interventions_billable_treatments' is too long (>30 chars) -- this is not supported by all databases       
2015-05-15 09:56   pool-1-thread-1   WARN   com.servoy.j2db.server.Za.Zo   Column name 'allow_edit_reports_not_in_progress' from table 'clinics_branches' is too long (>30 chars) -- this is not supported by all databases       
2015-05-15 09:56   pool-1-thread-1   WARN   com.servoy.j2db.server.Za.Zo   Column name 'idappt_types_specialties_customers' from table 'appt_types_specialties_customers' is too long (>30 chars) -- this is not supported by all databases       
2015-05-15 09:56   pool-1-thread-1   WARN   com.servoy.j2db.server.Za.Zo   Table name physiovouchers_physiobranches_dtl from server physiovouchers is too long (>30 chars) -- this is not supported by all databases       
2015-05-15 09:56   pool-1-thread-1   WARN   com.servoy.j2db.server.Za.Zo   Table name interventions_billable_treatments from server clinics_manager is too long (>30 chars) -- this is not supported by all databases       
2015-05-15 09:56   pool-1-thread-1   WARN   com.servoy.j2db.server.Za.Zo   Table name appt_types_specialties_customers from server clinics_manager is too long (>30 chars) -- this is not supported by all


Any ideas please?
Best regards,
Juan Antonio Santana Medina
jasantana@nephos-solutions.co.uk
Servoy MVP 2015
Servoy 6.x - Servoy 7.x - Servoy 8.x - MySQL - PostgreSQL - Visual Foxpro 9
User avatar
jasantana
 
Posts: 555
Joined: Tue Aug 10, 2010 11:40 am
Location: Leeds - West Yorkshire - United Kingdom

Re: Clients getting disconnected and cannot login again

Postby jcompagner » Mon May 18, 2015 10:24 am

connection reset on the server means that the client did do a disconnect.

Its hard to say why that did happen, what you can do is move from 2waysocket the Http&Socket or just Socket
Johan Compagner
Servoy
User avatar
jcompagner
 
Posts: 8829
Joined: Tue May 27, 2003 7:26 pm
Location: The Internet


Return to Servoy Server

Who is online

Users browsing this forum: No registered users and 11 guests