Re: help please

2009-07-07 Thread taj uddin
we are using struts2.0 and xworks2.0.6 so your solutrion does not apply for us. --- On Tue, 7/7/09, Wes Wannemacher wrote: From: Wes Wannemacher Subject: Re: help please To: "Struts Users Mailing List" Date: Tuesday, July 7, 2009, 9:29 AM Which version of Struts/XWork are you u

Re: help please

2009-07-07 Thread Wes Wannemacher
Which version of Struts/XWork are you using? Are you extending the ActionSupport class? Also, if you are using a fairly recent version of Struts, you should use var rather than id on the s:iterator tag. -Wes On Tue, Jul 7, 2009 at 8:25 AM, taj uddin wrote: > Hi all, >  when I am trying to render

Re: [SPAM] Re: Help please TOMCAT 5 + Struts

2008-07-18 Thread Paweł Wielgus
ne you the idea > agradecere. > > > > De: Jim Kiley [mailto:[EMAIL PROTECTED] > Enviado el: jue 17/07/2008 22:41 > > Para: Struts Users Mailing List > > Asunto: Re: [SPAM] Re: Help please TOMCAT 5 + Struts > > > > > I haven't u

RE: [SPAM] Re: Help please TOMCAT 5 + Struts

2008-07-17 Thread STRUTS SL. Mailing List
thousand thanks attempts with what I spend. if you miss one you the idea agradecere. De: Jim Kiley [mailto:[EMAIL PROTECTED] Enviado el: jue 17/07/2008 22:41 Para: Struts Users Mailing List Asunto: Re: [SPAM] Re: Help please TOMCAT 5 + Struts I haven't

Re: [SPAM] Re: Help please TOMCAT 5 + Struts

2008-07-17 Thread Jim Kiley
est my application, for which I have looked and > looked again the code. Or some techniques to help me refine ... > > thanks > > > > De: Jianshuo Niu [mailto:[EMAIL PROTECTED] > Enviado el: jue 17/07/2008 22:22 > Para: Struts Users Mailing

RE: [SPAM] Re: Help please TOMCAT 5 + Struts

2008-07-17 Thread STRUTS SL. Mailing List
Asunto: [SPAM] Re: Help please TOMCAT 5 + Struts I would take a look at the code first to see if there is any unclosed connection, loops, etc. Then, check the jdk version and tomcat config files. On Thu, Jul 17, 2008 at 4:10 PM, STRUTS SL. Mailing List < [EMAIL PROTECTED]> wrote: > The ap

Re: Help please TOMCAT 5 + Struts

2008-07-17 Thread Jianshuo Niu
hours or minutes that stays > frozen. without accepting more users. > >thanks to all are very helpful > > > > De: Jianshuo Niu [mailto:[EMAIL PROTECTED] > Enviado el: jue 17/07/2008 19:41 > Para: Struts Users Mailing List > Asunto: [

Re: Help please TOMCAT 5 + Struts

2008-07-17 Thread Jianshuo Niu
It looks like that something wrong in your code/archtechture. Was it slow right after you deployed the app, or gettting slower during the operation? On Thu, Jul 17, 2008 at 12:45 PM, Paolo Niccolò Giubelli < [EMAIL PROTECTED]> wrote: > Maybe you got some memory leak in your code. Use a memory-ins

Re: Help please TOMCAT 5 + Struts

2008-07-17 Thread Paolo Niccolò Giubelli
Maybe you got some memory leak in your code. Use a memory-inspecting tool and check for static objects. If you check your memory usage, maybe you'll find that you eat all the memory available, so you should tune your tomcat server changing the memory parameters. Regards, Paolo Niccolò Giubelli

Re: Help please TOMCAT 5 + Struts

2008-07-17 Thread Jim Kiley
All that is obvious from those errors is that the Tomcat application server has run out of memory and has halted as a result. It is not obvious why this would happen; there are many reasons it could happen. Also, my own app does not have a copy of servlet.jar inside its WAR file and I do not beli

Re: Help please TOMCAT 5 + Struts

2008-07-17 Thread Jorge Martín Cuervo
Hi Cristian, it looks like a out of memory problem, try to assign more memory to you JVM with: export JAVA_OPTS='-Xmx756m -server -XX:MaxPermSize=256m' export CATALINA_OPTS='-Djava.awt.headless=true' El jue, 17-07-2008 a las 18:05 +0200, STRUTS SL. Mailing List escribió: > Hello for everybody;

Re: Help Please...... ( Struts on Iplanet )

2005-05-25 Thread Santosh K Rath
K Rath/India/[EMAIL PROTECTED] cc Struts Users Mailing List Subject Re: Help Please.. ( Struts on Iplanet ) Hi Santosh, I tried both html's and they all worked. Now I tried the second one with <%@ taglib uri="/tags/struts-bean" prefix="bean" %> on top and it gen

Re: Help Please...... ( Struts on Iplanet )

2005-05-25 Thread Richard Reyes
> > > After you tested with the above, mail me the results.All those things > can be easily debugged , if you are using any IDE. Otherwise please do those > step by step and reply. Thanks > > Santosh > > > > > Richard Reyes <[EMAIL PROTECTED]> > > 05/25/

Re: Help Please...... ( Struts on Iplanet )

2005-05-25 Thread Santosh K Rath
those step by step and reply. Thanks Santosh Richard Reyes <[EMAIL PROTECTED]> 05/25/2005 12:52 PM Please respond to Richard Reyes To Santosh K Rath/India/[EMAIL PROTECTED] cc Struts Users Mailing List Subject Re: Help Please.. ( Struts on Iplanet ) Hi Santo

Re: Help Please...... ( Struts on Iplanet )

2005-05-25 Thread Richard Reyes
Hi Santosh, Here are my JSPs and the converted java code On 5/25/05, Santosh K Rath <[EMAIL PROTECTED]> wrote: > > Hi Richard, > Can you please check _index_jsp.java(Line no 123)? It's the java file > created from your jsp page(index.jsp). It might help you. Or else you can > paste th

Re: Help Please...... ( Struts on Iplanet )

2005-05-25 Thread Richard Reyes
Hi Santosh, Heres line 123... if (pageContext != null) pageContext.handlePageException(ex); On 5/25/05, Santosh K Rath <[EMAIL PROTECTED]> wrote: > > Hi Richard, > Can you please check _index_jsp.java(Line no 123)? It's the java file > created from your jsp page(index.jsp). It might help

Re: Help Please...... ( Struts on Iplanet )

2005-05-25 Thread Santosh K Rath
Hi Richard, Can you please check _index_jsp.java(Line no 123)? It's the java file created from your jsp page(index.jsp). It might help you. Or else you can paste the java code as well as jsp code here for better analysis.Thanks. Santosh Richard Reyes <[EMAIL PROTECTED]> 05/25/2005 12:10