Re: [appfuse-user] Could not open Hibernate Session for transaction; nested exception is

2007-12-29 Thread mettamara
rg.hibernate.TransactionException" >> > > result="dataAccessFailure" /> >> > > >> > > >> > > security.xml AuthenticationProcessingFilter >> > > >> > > >> > >

Re: [appfuse-user] Could not open Hibernate Session for transaction; nested exception is

2007-12-09 Thread Ron Anderson
> > > > > > > key="org.hibernate.TransactionException">/login.jsp?error=true > > > > key="org.springframework.transaction.CannotCreateTransactionException">/login.jsp?error=true > >

Re: [appfuse-user] Could not open Hibernate Session for transaction; nested exception is

2007-12-08 Thread Nathan Anderson
5.0 5.0.45-1ubuntu3 > > > > > > You are right it appears to be at the first login attempt that it > > > fails, after that the app works normally. > > > > > > I hate bugs that are so hard to test [since they take so long to > > > appear]. > > &g

Re: [appfuse-user] Could not open Hibernate Session for transaction; nested exception is

2007-12-08 Thread Matt Raible
Nathan > > > > > > ----- "Matt Raible" <[EMAIL PROTECTED]> wrote: > >> Server version: 5.0.41-community MySQL Community Edition (GPL) > >> > >> > >> > >> On Dec 5, 2007 , at 9:48 AM, Ron Anderson wrote: > >> > >&

Re: [appfuse-user] Could not open Hibernate Session for transaction; nested exception is

2007-12-08 Thread Nathan Anderson
> > > key="org.hibernate.TransactionException">/login.jsp?error=true > > > > key="org.springframework.transaction.CannotCreateTransactionException">/login.jsp?error=true > > > >

Re: [appfuse-user] Could not open Hibernate Session for transaction; nested exception is

2007-12-07 Thread Ron Anderson
rk around for this or know how to catch the exception? > > Ron > > ----- Original Message > From: Nathan Anderson <[EMAIL PROTECTED]> > To: users@appfuse.dev.java.net > Sent: Wednesday, December 5, 2007 1:25:50 PM > Subject: Re: [appfuse-user] Could not open Hiber

Re: [appfuse-user] Could not open Hibernate Session for transaction; nested exception is

2007-12-05 Thread Ron Anderson
riginal Message From: Nathan Anderson <[EMAIL PROTECTED]> To: users@appfuse.dev.java.net Sent: Wednesday, December 5, 2007 1:25:50 PM Subject: Re: [appfuse-user] Could not open Hibernate Session for transaction; nested exception is I have an app that has this same problem running on: my

Re: [appfuse-user] Could not open Hibernate Session for transaction; nested exception is

2007-12-05 Thread Nathan Anderson
t; 5.0.22. > > > - Original Message > From: Matt Raible < [EMAIL PROTECTED] > > To: users@appfuse.dev.java.net > Sent: Wednesday, December 5, 2007 9:44:17 AM > Subject: Re: [appfuse-user] Could not open Hibernate Session for > transaction; nested exception i

Re: [appfuse-user] Could not open Hibernate Session for transaction; nested exception is

2007-12-05 Thread Matt Raible
ev.java.net Sent: Wednesday, December 5, 2007 9:44:17 AM Subject: Re: [appfuse-user] Could not open Hibernate Session for transaction; nested exception is I haven't seen this problem on the AppFuse demos, but I'm still using 5.0.5. I'd suggest hanging out in AppFuse's IRC - sometim

Re: [appfuse-user] Could not open Hibernate Session for transaction; nested exception is

2007-12-05 Thread Ron Anderson
Which mysql server version are the demo's running on? I'm using 5.0.22. - Original Message From: Matt Raible <[EMAIL PROTECTED]> To: users@appfuse.dev.java.net Sent: Wednesday, December 5, 2007 9:44:17 AM Subject: Re: [appfuse-user] Could not open Hibernate Session

Re: [appfuse-user] Could not open Hibernate Session for transaction; nested exception is

2007-12-05 Thread Matt Raible
I haven't seen this problem on the AppFuse demos, but I'm still using 5.0.5. I'd suggest hanging out in AppFuse's IRC - sometimes Mark Matthews (MySQL JDBC Guy) is there. Doesn't look like he's there now, but maybe later today. You could try posting to the MySQL mailing list. Matt On Dec

Re: [appfuse-user] Could not open Hibernate Session for transaction; nested exception is

2007-12-05 Thread Ron Anderson
Has anyone solved this problem? I've upgraded to latest mysql connector 5.0.8 and have the same problem described here (and on some other posts related to this issue). The way to recreate it is to stop and restart mysqld. The first time you login, you'll see this error. It won't happen again a

Re: [appfuse-user] Could not open Hibernate Session for transaction; nested exception is

2007-11-05 Thread kace
Hi fellas, I just got this same error when I tried accessing my app. It's been three days since I last accessed it. Did you guys get this issue resolved? I am using appfuse 2 final jsf. Thanks ..kace Ealden Escañan wrote: > > On 10/11/07, Matt Raible <[EMAIL PROTECTED]> wrote: >> >> If

Re: [appfuse-user] Could not open Hibernate Session for transaction; nested exception is

2007-10-22 Thread Julien C.
Sanath a écrit : Hi All, In my appfuse project, When am trying to logging to the system, It gives me this error. "Could not open Hibernate Session for transaction; nested exception is org.hibernate.TransactionException: JDBC begin failed:" THIS HAPPENS FORM TIME TO TIME (not always). When

Re: [appfuse-user] Could not open Hibernate Session for transaction; nested exception is

2007-10-13 Thread Ealden Escañan
On 10/11/07, Matt Raible <[EMAIL PROTECTED]> wrote: > > If you're using M5 (not 2.0 Final), you shouldn't have to change > anything. I was just suspicious that the changes I made might be > causing the problem. I haven't seen any issues on the demo site. The demo site might be accessed regularly s

Re: [appfuse-user] Could not open Hibernate Session for transaction; nested exception is

2007-10-10 Thread Matt Raible
On 10/10/07, Ealden Escañan <[EMAIL PROTECTED]> wrote: > Hi Matt, > > On 10/11/07, Matt Raible <[EMAIL PROTECTED]> wrote: > > Is this something that only happens in 2.0? > > Yes, 2.0-m5. Haven't had the chance to move to 2.0-final. > > > If so, it could be related to the following change: > > > >

Re: [appfuse-user] Could not open Hibernate Session for transaction; nested exception is

2007-10-10 Thread Ealden Escañan
Hi Matt, On 10/11/07, Matt Raible <[EMAIL PROTECTED]> wrote: > Is this something that only happens in 2.0? Yes, 2.0-m5. Haven't had the chance to move to 2.0-final. > If so, it could be related to the following change: > > http://tinyurl.com/ysot66 > Hmmm perhaps. I'll remove the lines as spe

Re: [appfuse-user] Could not open Hibernate Session for transaction; nested exception is

2007-10-10 Thread Matt Raible
Is this something that only happens in 2.0? If so, it could be related to the following change: http://tinyurl.com/ysot66 Matt On 10/10/07, Ealden Escañan <[EMAIL PROTECTED]> wrote: > On 10/10/07, Ealden Escañan <[EMAIL PROTECTED]> wrote: > > > > Hi Sanath, > > > > Yes, I've seen this problem an

Re: [appfuse-user] Could not open Hibernate Session for transaction; nested exception is

2007-10-10 Thread Ealden Escañan
On 10/10/07, Ealden Escañan <[EMAIL PROTECTED]> wrote: > > Hi Sanath, > > Yes, I've seen this problem and with the same setup. Unfortunately, > that's the only thing I can tell you as I brushed the error off by > refreshing the page (as you've mentioned). I have autoReconnect set > to true though

Re: [appfuse-user] Could not open Hibernate Session for transaction; nested exception is

2007-10-10 Thread Ealden Escañan
On 10/10/07, Sanath <[EMAIL PROTECTED]> wrote: > > Dear Ealden, > > > This is Appfuse 2.0 M5 > My DB is mysql > Java version is 5 > Is this due to not setting autoReconnect=true in the db connection URL > > All ur help and advices highly appreciated. > Hi Sanath, Yes, I've seen this problem and w

Re: [appfuse-user] Could not open Hibernate Session for transaction; nested exception is

2007-10-09 Thread Sanath
Dear Ealden, This is Appfuse 2.0 M5 My DB is mysql Java version is 5 Is this due to not setting autoReconnect=true in the db connection URL All ur help and advices highly appreciated. Sanath wrote: > > Hi All, > In my appfuse project, When am trying to logging to the system, It gives > me

Re: [appfuse-user] Could not open Hibernate Session for transaction; nested exception is

2007-10-09 Thread Ealden Escañan
On 10/9/07, Sanath <[EMAIL PROTECTED]> wrote: > > Hi All, > In my appfuse project, When am trying to logging to the system, It gives me > this error. > > "Could not open Hibernate Session for transaction; nested exception is > org.hibernate.TransactionException: JDBC begin failed:" > > THIS HAPPEN

Re: [appfuse-user] Could not open Hibernate Session for transaction; nested exception is

2007-10-09 Thread Matt Raible
I've haven't seen this issue before. What is your environment (JDK, OS, database, etc.)? Matt On 10/9/07, Sanath <[EMAIL PROTECTED]> wrote: > > Hi All, > In my appfuse project, When am trying to logging to the system, It gives me > this error. > > "Could not open Hibernate Session for transactio

[appfuse-user] Could not open Hibernate Session for transaction; nested exception is

2007-10-08 Thread Sanath
Hi All, In my appfuse project, When am trying to logging to the system, It gives me this error. "Could not open Hibernate Session for transaction; nested exception is org.hibernate.TransactionException: JDBC begin failed:" THIS HAPPENS FORM TIME TO TIME (not always). When the page is refres