Re: application hangup without messages

2003-10-22 Thread Nino Garbin
Thank you very much for your detailled help. now, after approx. 5 days bug-searching, we found the problem. it was a connection leak:-( the controller, who handles the connections, generated new connections and didn`t automaticly delete it. so if you didn`t close them manually in the ActionClass,

Application hangup??

2003-10-21 Thread Nino Garbin
dear pros, i have a anoying problem with an application using the actual struts on tomcat 4.1.27 getting data from an mysql-db. my application works fine doing several requests to call some actions. the application is framed (navigation, content), each frame calls his own action. at no

application hangup without messages

2003-10-21 Thread Nino Garbin
dear pros, i have a anoying problem with an application using the actual struts on tomcat 4.1.27 getting data from an mysql-db. my application works fine doing several requests to call some actions. the application is framed (navigation, content), each frame calls his own action. at no

AW: Application hangup??

2003-10-21 Thread Otto, Frank
hi, In my case, the blank screen will occured, if struts didn't find the forward after execution an action. Regards, Frank -Ursprungliche Nachricht- Von: Nino Garbin [mailto:[EMAIL PROTECTED] Gesendet: Montag, 20. Oktober 2003 13:32 An: [EMAIL PROTECTED] Betreff: Application hangup

Application hangup without messages

2003-10-21 Thread Nino Garbin
dear pros, i have a anoying problem with an application using the actual struts on tomcat 4.1.27 getting data from an mysql-db. my application works fine doing several requests to call some actions. the application is framed (navigation, content), each frame calls his own action. at no

Re: AW: Application hangup??

2003-10-21 Thread Nino Garbin
will occured, if struts didn't find the forward after execution an action. Regards, Frank -Ursprungliche Nachricht- Von: Nino Garbin [mailto:[EMAIL PROTECTED] Gesendet: Montag, 20. Oktober 2003 13:32 An: [EMAIL PROTECTED] Betreff: Application hangup?? dear pros, i have a anoying problem

AW: AW: Application hangup??

2003-10-21 Thread Otto, Frank
And do you use database transaction? Perhaps a commit or rollback is missing. -Ursprüngliche Nachricht- Von: Nino Garbin [mailto:[EMAIL PROTECTED] Gesendet: Dienstag, 21. Oktober 2003 10:08 An: [EMAIL PROTECTED] Betreff: Re: AW: Application hangup?? thank you for your answer

Re: AW: AW: Application hangup??

2003-10-21 Thread Nino Garbin
screen will occured, if struts didn't find the forward after execution an action. Regards, Frank -Ursprungliche Nachricht- Von: Nino Garbin [mailto:[EMAIL PROTECTED] Gesendet: Montag, 20. Oktober 2003 13:32 An: [EMAIL PROTECTED] Betreff: Application hangup?? dear pros, i have a anoying

Re: Application hangup??

2003-10-21 Thread Max Cooper
: Application hangup?? dear pros, i have a anoying problem with an application using the actual struts on tomcat 4.1.27 getting data from an mysql-db. my application works fine doing several requests to call some actions. the application is framed (navigation, content), each frame calls his own

Re: Application hangup??

2003-10-21 Thread Max Cooper
[EMAIL PROTECTED] To: Struts Users Mailing List [EMAIL PROTECTED] Sent: Tuesday, October 21, 2003 1:35 AM Subject: Re: Application hangup?? It might be deadlock of a dining philosophers nature. Consider a request that takes 2 simultaneous database connections to process. You have a db

Re: Application hangup??

2003-10-21 Thread Geeta Ramani
- Von: Nino Garbin [mailto:[EMAIL PROTECTED] Gesendet: Montag, 20. Oktober 2003 13:32 An: [EMAIL PROTECTED] Betreff: Application hangup?? dear pros, i have a anoying problem with an application using the actual struts on tomcat 4.1.27 getting data from an mysql-db. my

Re: Application hangup?? SOLUTION

2003-10-21 Thread Nino Garbin
. Oktober 2003 13:32 An: [EMAIL PROTECTED] Betreff: Application hangup?? dear pros, i have a anoying problem with an application using the actual struts on tomcat 4.1.27 getting data from an mysql-db. my application works fine doing several requests to call some actions. the application is framed

RE: application hangup without messages

2003-10-21 Thread Yee, Richard K,,DMDCWEST
Try turning on some of the logging if you are using log4j. What is the HTML that is returned on the blank screen? -Richard -Original Message- From: Nino Garbin [mailto:[EMAIL PROTECTED] Sent: Tuesday, October 21, 2003 12:41 AM To: [EMAIL PROTECTED] Subject: application hangup without