<div dir="ltr"><div>This list is for discussion of Wildfly development. Please as user questions on the forum: <a href="https://developer.jboss.org/en/wildfly">https://developer.jboss.org/en/wildfly</a><br><br></div>Stuart<br></div><br><div class="gmail_quote"><div dir="ltr">On Thu, 24 Dec 2015 at 18:42 Mester József &lt;<a href="mailto:mesterjoco@gmail.com">mesterjoco@gmail.com</a>&gt; wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hello and Merry Christmas<br>
<br>
I have a maven web application, which contains only REST services. This<br>
is a very basic application. The whole app created with Netbeans auto<br>
generate tools.<br>
I have a Debian Wheezy server and when I deploy my war everything is<br>
good, but some hours later REST service is not respond, and I only got<br>
Internal Server Error.<br>
I had to disable my application , after I have to disable Datasource, re<br>
enable datasource, and after that re deploy my program.<br>
<br>
Log:<br>
33m08:57:20,799 WARN [org.hibernate.engine.jdbc.spi.SqlExceptionHelper]<br>
(default task-3) SQL Error: 0, SQLState: 08S01<br>
 [0m [31m08:57:20,800 ERROR<br>
[org.hibernate.engine.jdbc.spi.SqlExceptionHelper] (default task-3) The<br>
last packet successfully received from the server was 58,901,043<br>
milliseconds ago.  The last packet sent successfully to the server was<br>
58,901,043 milliseconds ago. is longer than the server configured value<br>
of &#39;wait_timeout&#39;. You should consider either expiring and/or testing<br>
connection validity before use in your application, increasing the<br>
server configured values for client timeouts, or using the Connector/J<br>
connection property &#39;autoReconnect=true&#39; to avoid this problem.<br>
 [0m [31m08:57:20,805 ERROR [org.jboss.as.ejb3.invocation] (default<br>
task-3) JBAS014134: EJB Invocation failed on component PartnerFacadeREST<br>
for method public java.util.List<br>
com.joco.nyomtserv2.service.PartnerFacadeREST.findAll():<br>
javax.ejb.EJBException: javax.persistence.PersistenceException:<br>
org.hibernate.exception.JDBCConnectionException: could not extract ResultSet<br>
<br>
How can I set the timeout or the autoReconnect?<br>
<br>
Thank you.<br>
<br>
Joe<br>
<br>
<br>
_______________________________________________<br>
wildfly-dev mailing list<br>
<a href="mailto:wildfly-dev@lists.jboss.org" target="_blank">wildfly-dev@lists.jboss.org</a><br>
<a href="https://lists.jboss.org/mailman/listinfo/wildfly-dev" rel="noreferrer" target="_blank">https://lists.jboss.org/mailman/listinfo/wildfly-dev</a><br>
</blockquote></div>