Re: Struts loses action configuration

2013-05-03 Thread Joan Codina
Hi tjstavenger, I'm using Struts 2.1.2 and Tiles 2.0.5 on WebLogic 9.2.1 (the same version) and I have exactly same issue. Are you soved this issue? I would appreciate some help if you found the solution. Thanks, -- View this message in context: http://struts.1045723.n5.nabble.com/Struts-l

RE: Struts loses action configuration

2008-08-23 Thread Martin Gainty
r does not necessarily endorse content contained within this transmission. > Date: Sat, 23 Aug 2008 14:15:45 -0700 > From: [EMAIL PROTECTED] > To: user@struts.apache.org > Subject: Re: Struts loses action configuration > > > The application doesn't

Re: Struts loses action configuration

2008-08-23 Thread tjstavenger
The application doesn't appear to be reloaded. The "java.net.SocketException: Broken pipe exception" appears just before the Struts action configuration is lost. I've also seen "java.lang.IllegalStateException: Cannot forward a response that is already committed" just before the Struts configura

Re: Struts loses action configuration

2008-08-18 Thread Dustin Pearce
Are you seeing any thing in the log that would suggest that the app was reloaded? Are there any exceptions before the missing configuration? When you first start it up you can address this action fine? What does the action do/use? How long before the action starts thowing the error? Sent from

Re: Struts loses action configuration

2008-08-18 Thread tjstavenger
My application makes connections to our database through data sources configured in WebLogic, and I'm not seeing any logs from WebLogic saying that it has lost the connection... But I'll certainly keep an eye out for it. As for #1, which connection are you referring to. The database or something

Re: Struts loses action configuration

2008-08-17 Thread dusty
This is kind of a wild guess, but it sounds like you are having problems with keeping a connection open to the database. Maybe its a MySQL database connection that goes idle and closes but the pool thinks its still open. It happens... Anyways so what if the following happened... 1) You app is