Re: configure JNDI to avoid error "Last packet sent to the server was xxxxx ms ago"

2008-12-09 Thread removeps-groups
license server, > you've wasted > your time. Sorry. :-) > > Have you managed to fix your connection pool issues? > > Kees Jan > > > --- On Sun, 12/7/08, Kees Jan Koster > <[EMAIL PROTECTED]> wrote: > > > >> From: Kees Jan Koster &

Re: configure JNDI to avoid error "Last packet sent to the server was xxxxx ms ago"

2008-12-09 Thread Kees Jan Koster
a license server, you've wasted your time. Sorry. :-) Have you managed to fix your connection pool issues? Kees Jan --- On Sun, 12/7/08, Kees Jan Koster <[EMAIL PROTECTED]> wrote: From: Kees Jan Koster <[EMAIL PROTECTED]> Subject: Re: configure JNDI to avoid error "Last

Re: configure JNDI to avoid error "Last packet sent to the server was xxxxx ms ago"

2008-12-09 Thread Kees Jan Koster
a license server, you've wasted your time. Sorry. :-) Have you managed to fix your connection pool issues? Kees Jan --- On Sun, 12/7/08, Kees Jan Koster <[EMAIL PROTECTED]> wrote: From: Kees Jan Koster <[EMAIL PROTECTED]> Subject: Re: configure JNDI to avoid error "Last

Re: configure JNDI to avoid error "Last packet sent to the server was xxxxx ms ago"

2008-12-07 Thread removeps-groups
ure JNDI to avoid error "Last packet sent to the server > was x ms ago" > To: "Tomcat Users List" > Date: Sunday, December 7, 2008, 12:39 AM > Hmm. Lots of trouble for a file that you can just chmod 600 > to avoid > this whole issue. But that's jus

Re: configure JNDI to avoid error "Last packet sent to the server was xxxxx ms ago"

2008-12-07 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Bob (why not?), [EMAIL PROTECTED] wrote: > The second message -- connection has already been closed -- most likely > arises from my code structure, which is: > > Connection connection = null; > PreparedStatement prepStmt = null; > try > { >Conne

Re: configure JNDI to avoid error "Last packet sent to the server was xxxxx ms ago"

2008-12-07 Thread Kees Jan Koster
Dear removeps-groups, How to configure JNDI in order to avoid the error "Last packet sent to the server was x ms ago."? I've seen two other errors which seem to be from the same cause: "Communications link failure" and "Connection.close90 has already been called". This is what I've c

Re: configure JNDI to avoid error "Last packet sent to the server was xxxxx ms ago"

2008-12-06 Thread removeps-groups
error "Last packet sent to the server > was x ms ago" > To: "Tomcat Users List" > Date: Saturday, December 6, 2008, 4:39 PM > Can't you deal with the connection being closed in your > finally block > by using this code: > > if (connection != n

Re: configure JNDI to avoid error "Last packet sent to the server was xxxxx ms ago"

2008-12-06 Thread Ken Bowen
Can't you deal with the connection being closed in your finally block by using this code: if (connection != null && !connection.isClosed()) connection.close(); On Dec 6, 2008, at 6:50 PM, [EMAIL PROTECTED] wrote: The second message -- connection has already been closed -- most likely arise

Re: configure JNDI to avoid error "Last packet sent to the server was xxxxx ms ago"

2008-12-06 Thread removeps-groups
tion; } } --- On Fri, 12/5/08, Christopher Schultz <[EMAIL PROTECTED]> wrote: > From: Christopher Schultz <[EMAIL PROTECTED]> > Subject: Re: configure JNDI to avoid error "Last packet sent to the server > was x ms ago" > To: "Tomcat Users List"

Re: configure JNDI to avoid error "Last packet sent to the server was xxxxx ms ago"

2008-12-05 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 To whom it may concern, [EMAIL PROTECTED] wrote: > How to configure JNDI in order to avoid the error "Last packet sent > to the server was x ms ago."? I've seen two other errors which > seem to be from the same cause: "Communications link failure

configure JNDI to avoid error "Last packet sent to the server was xxxxx ms ago"

2008-12-05 Thread removeps-groups
How to configure JNDI in order to avoid the error "Last packet sent to the server was x ms ago."? I've seen two other errors which seem to be from the same cause: "Communications link failure" and "Connection.close90 has already been called". This is what I've come up with, but wonder if i