]
Jorge Herrera closed TEIID-4139.
--------------------------------
Release Notes Text: Problem is not with Jboss but with load balancer
Resolution: Rejected
Problem is not with Jboss but with load balancer
Session/Connection to VDB gets closed after 2 minutes of innactivity
--------------------------------------------------------------------
Key: TEIID-4139
URL:
https://issues.jboss.org/browse/TEIID-4139
Project: Teiid
Issue Type: Bug
Components: Server
Affects Versions: 8.7.1
Environment: RHEL 6, AWS VM, JBoss EAP (standalone) 6.3.2.GA
JBoss Data Virtualization 6.1.0.ER4
Reporter: Jorge Herrera
Assignee: Steven Hawkins
Attachments: jdv-jdbc-config.txt, server.log
When setting up a VDB connecting (using jdbc over ssl) to either another VDB in the same
server or directly to a RDBMS (Amazon Redshift in this case), if you execute queries one
after the other the server works as expected. But if you let the session idle, or just
looking at the result set for more than 2 minutes, session gets disconnected with the
following message:
_______________________________________________
DBCException: SQL Error [08S01]:
org.teiid.net.socket.SingleInstanceCommunicationException
SQL Error [08S01]: org.teiid.net.socket.SingleInstanceCommunicationException
TeiidSQLException: org.teiid.net.socket.SingleInstanceCommunicationException
org.teiid.net.socket.SingleInstanceCommunicationException
SingleInstanceCommunicationException
org.teiid.net.socket.SingleInstanceCommunicationException
EOFException
java.io.EOFException
_______________________________________________