Java Mailing List Archive

http://www.junlu.com/

Google
Google
Mailing List
Home
Forum Home
JBoss - Java Application Server
Tomcat - JSP/Servlet container
Struts - A MVC web framework
iText - An open source PDF Java Library
JDOM - JDOM XML Parser
J2EE - A mailing list for Java(tm) 2 Platform, Enterprise Edition
JSP - A mailing list about Java Server Pages specification and reference
J2EE Pattern - An interest list for Sun Java Center J2EE Pattern Catalog
Servlet - A mailing list for discussion about Sun Microsystem's Java Servlet API Technology
Struts & Hibernate
Subjects
JSP editor plugin for eclipse ?
org apache jasper JasperException: Unable to compile class for JSP
Tomcat: Connection reset by peer: socket write error
Cannot retrieve definition for form bean null
Struts Tiles Tutorial (free Struts training)
Where do I download Tomcat 4 0 6?
Data Access Object (DAO) pattern, example DAO 's
Where to download Tomcat v 4 1 24 from?
Tomcat 5 0 16 Requested resource not available
Oracle Connection Pooling in 3 2 2
Servlet : Session invalidate
Servlet action is currently unavailable
Tomcat/Struts Unicode Encoding/Decoding problems
Tomcat and webapplication specific java library path
Running a Simple JMS Example
Mapping in workers2 properties
org apache jasper JasperException
Cannot find message resources under key org apache struts action
   MESSAGE
problem with html:text bean throwing exception
Cannot find message resources under key org apache struts action MESSAGE
invalid direct reference problem with solution
Tool for jsp debug Try Sysdeo Eclipse Plugin
Tomcat 5 Cannot load JDBC driver class 'null ' SQL state: null
weblogic ejbc
java properties file
Jboss 3 2 3 Coyote Can 't re
Tomcat 5, Apache2 and mod jk2 integration problem
JBoss example problem new to J2EE
url string for connecting jboss to oracle
Value attribute of <html:checkbox
javax servlet ServletException: BeanUtils populate
HTTP Status 404 The requested resource is not available
5 0 18: Windows XP Pro vs Windows 2000
 
tomcat pauses then crashes after a period of time

tomcat pauses then crashes after a period of time

2006-12-12       - By Jon Wingfield

 Back
Reply:     1     2     3     4     5     6     7  

Another thing to note is that mysql automatically closes idle
connections after 8hrs (by default).

You can configure DBCP to test on borrow or to periodically squirt some
sql down idle connections.

HTH,

Jon

David Wood wrote:
> Chris,
>
> Thanks very much for the suggestion.
>
> I'm not using connection pooling at this stage.  I have deployed my web
> service scoped as an Application.  It only uses one connection, and the
> classes maintain some medium sized data structures which I do not want to
> have to re-create each time the service is consumed.  I'll investigate the
> pooling, as an auto-reconnect feature will be necessary in some form or
> another, and if DBCP can do it then that would be great, even if I maintain
> only one connection I guess...
>
> cheers
> Dave
>
> -- --Original Message-- --
> From: Christopher Schultz [mailto:chris@(protected)]
> Sent: Tuesday, 12 December 2006 10:33 AM
> To: Tomcat Users List
> Subject: Re: tomcat pauses then crashes after a period of time
>
> -- --BEGIN PGP SIGNED MESSAGE-- --
> Hash: SHA1
>
> David,
>
> David Wood wrote:
>> Ok, I have found the problem. A firewall between my tomcat server and a
>> MySQL server was closing the database connection.
>
> [snip]
>
>> The execution continued and an exception was thrown,
>> where in the catch{} section I was then calling System.exit(), which I
>> thought would shut down the web service only, but it is actually shutting
>> down the whole JVM, causing tomcat to stop too.
>
> Heh, well /there's/ yer problem.
>
> Firewalls are known for terminating "idle" TCP/IP connections after a
> certain period of time, which is unfortunate, as many deployments put
> the database behind the firewall and the app servers out front.
>
> Are you using any kind of database connection pooling? If so, perhaps
> there is an auto-reconnect feature available for that component. For
> instance, Jakarta Commons DBCP includes such a feature. Once you are
> using DBCP, your code doesn't have to know how to handle unexpected
> disconnects like that, since the connection pool handles the automatic
> reconnection for you.
>
> Hope that helps,
> - -chris
>
> -- --BEGIN PGP SIGNATURE-- --
> Version: GnuPG v1.4.6 (MingW32)
> Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org
>
> iD8DBQFFffjT9CaO5/Lv0PARAl6EAJ4haR5ZfDodrGTK3oF3gdkotulG3ACgha8t
> wozRXyBuzTQDxPakjMFeqgI=
> =O8Fy
> -- --END PGP SIGNATURE-- --
>
> -- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ------
> To start a new topic, e-mail: users@(protected)
> To unsubscribe, e-mail: users-unsubscribe@(protected)
> For additional commands, e-mail: users-help@(protected)
>
>
>
>
> -- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ------
> To start a new topic, e-mail: users@(protected)
> To unsubscribe, e-mail: users-unsubscribe@(protected)
> For additional commands, e-mail: users-help@(protected)
>



-- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ------
To start a new topic, e-mail: users@(protected)
To unsubscribe, e-mail: users-unsubscribe@(protected)
For additional commands, e-mail: users-help@(protected)


©2008 junlu.com - Jax Systems, LLC, U.S.A.