Re: Connection problem (On the Server)

2013-09-16 Thread Thiago H de Paula Figueiredo
On Mon, 16 Sep 2013 13:03:03 -0300, Will N. wrote: Hi, Hi! This is a question completely unrelated to Tapestry, so it shouldn't be posted. In addition, the error is very easy to spot from reading the end of the stack trace: Caused by: org.dom4j.DocumentException: Error on line 98 of d

Re: Connection Problem

2009-01-15 Thread abangkis
Hi guys, just want to give an update. My problem has been solved, i've been leaving it for days and there's no connection problem. in my case, the problem was I'm missing this one line : org.hibernate.connection.C3P0ConnectionProvider and the real c3p0-0.9.1.jar file. Since

Re: Connection Problem

2009-01-12 Thread abangkis
;> Sent: Sunday, January 11, 2009 22:10 >> To: users@tapestry.apache.org >> Subject: Re: Connection Problem >> >> >> Hi, >> >> there was a post before in this forum that solves this problem for me, but >> I >> can't reme

RE: Connection Problem

2009-01-11 Thread Jonathan Barker
m the pool. > -Original Message- > From: Angelo Chen [mailto:angelochen...@yahoo.com.hk] > Sent: Sunday, January 11, 2009 22:10 > To: users@tapestry.apache.org > Subject: Re: Connection Problem > > > Hi, > > there was a post before in this forum that

Re: Connection Problem

2009-01-11 Thread Angelo Chen
s > > - > To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org > For additional commands, e-mail: users-h...@tapestry.apache.org > > > -- View this message in co

Re: Connection Problem

2009-01-11 Thread abangkis
> >> -Original Message- >> From: abangkis [mailto:abang...@gmail.com] >> Sent: Saturday, January 10, 2009 17:42 >> To: Tapestry users >> Subject: Connection Problem >> >> Hello, >> >> I have an application that deployed with this kin

RE: Connection Problem

2009-01-10 Thread Jonathan Barker
It sounds like you need to configure your connection pool to issue check statements before returning a connection (new or existing). > -Original Message- > From: abangkis [mailto:abang...@gmail.com] > Sent: Saturday, January 10, 2009 17:42 > To: Tapestry users > Subj

Connection Problem

2009-01-10 Thread abangkis
Hello, I have an application that deployed with this kind of architecture : Apache httpd server -> Glassfishv2 -> Tapestry -> Tapestry-Hibernate -> Mysql. And every 8 Hour or So, i've got a broken pipe error message. I've tried following this guide http://www.codefin.net/2007/05/hibernate-and-m