"org.teiid.jdbc.TeiidSQLException: java.util.concurrent.TimeoutException" in JBEDS
Issue
- My queries are timing out at about 4 minutes with the below exception:
org.teiid.jdbc.TeiidSQLException: java.util.concurrent.TimeoutException
at org.teiid.jdbc.TeiidSQLException.create(TeiidSQLException.java:113)
at org.teiid.jdbc.TeiidSQLException.create(TeiidSQLException.java:70)
at org.teiid.jdbc.StatementImpl.executeSql(StatementImpl.java:546)
at org.teiid.jdbc.StatementImpl.executeQuery(StatementImpl.java:331)
Caused by: java.util.concurrent.ExecutionException: java.util.concurrent.TimeoutException
at org.teiid.net.socket.SocketServerInstanceImpl$RemoteInvocationHandler$1.get(SocketServerInstanceImpl.java:335)
at org.teiid.jdbc.StatementImpl.executeSql(StatementImpl.java:539)
... 5 more
Caused by: java.util.concurrent.TimeoutException
at org.teiid.net.socket.SocketServerInstanceImpl.read(SocketServerInstanceImpl.java:270)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at org.teiid.net.socket.SocketServerConnectionFactory$ShutdownHandler.invoke(SocketServerConnectionFactory.java:110)
at $Proxy1.read(Unknown Source)
at org.teiid.net.socket.SocketServerInstanceImpl$RemoteInvocationHandler$1.get(SocketServerInstanceImpl.java:347)
at org.teiid.net.socket.SocketServerInstanceImpl$RemoteInvocationHandler$1.get(SocketServerInstanceImpl.java:333)
... 6 more
Environment
- JBoss Enterprise Data Services (JBEDS) 5.2.0
Subscriber exclusive content
A Red Hat subscription provides unlimited access to our knowledgebase of over 48,000 articles and solutions.
Welcome! Check out the Getting Started with Red Hat page for quick tours and guides for common tasks.
