You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Christophe Andreoli <an...@gsf.de> on 2003/04/09 16:05:16 UTC

Big problem with tomcat. Varaible out error message

Herllo,

although my JSP page is OK, I get the following error:

An error occurred at line: 534 in the jsp file: /yeast_search.jsp

Generated servlet error:
/opt/jakarta-tomcat/work/Standalone/localhost/mitop/yeast_0005fsearch$jsp.java:2579:
Variable out may not have been initialized.
                              out.write("AND ");
                              ^


An error occurred at line: 534 in the jsp file: /yeast_search.jsp

Generated servlet error:
/opt/jakarta-tomcat/work/Standalone/localhost/mitop/yeast_0005fsearch$jsp.java:2583:
Variable _jspx_th_html_option_0 may not have been initialized.
                          } while (_jspx_th_html_option_0.doAfterBody()
== javax.servlet.jsp.tagext.BodyTag.EVAL_BODY_AGAIN);
                                   ^


An error occurred at line: 534 in the jsp file: /yeast_search.jsp

Generated servlet error:
/opt/jakarta-tomcat/work/Standalone/localhost/mitop/yeast_0005fsearch$jsp.java:2589:
Variable _jspx_th_html_option_0 may not have been initialized.
                  if (_jspx_th_html_option_0.doEndTag() ==
javax.servlet.jsp.tagext.Tag.SKIP_PAGE)
                      ^



I happened to me in the past sometimes, And I could resolve the problem
just by restarting tomcat.
But now it happens automatically, and it doesn't help with restarting.
I am sure I have no errors in my jsp file.

Can you help me ?


  thank you,

 chris