I'm having a very strange behaviour of my application.
It has been tested in pre-production environnement and
everything worked fine.

When in production, it works but no fine at all !

The application works well for about five or six days and 
when we try to access some pages, we get a no No collection found exception.

when we restart Tomcat(without making any change to the code) every thing 
works fine again.

here is an extract of the exception:

javax.servlet.ServletException: No collection found
        at 
org.apache.jasper.runtime.PageContextImpl.handlePageException(PageContextImpl.java:530)
        at 
org.apache.jsp.listParamVL_jsp._jspService(listParamVL_jsp.java:374)
        at 
org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:137)
        at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)


As you can see it, the probleme seems to come from the listParamVL_jsp.


when I open the generated servlet file, at line 374, I have the code below 
:

 if (_jspxFactory != null) _jspxFactory.releasePageContext(pageContext);

I really don't know what to do to determine the bug origin.

If someone has an idea or a suggestion, I would greatly appreciate it.

Meissa 

L'integrite de ce message n'etant pas assuree sur internet, Natexis
Banques Populaires ne peut etre tenu responsable de
son contenu. Toute utilisation ou diffusion non autorisee est
interdite. Si vous n'etes pas destinataire de ce message, merci de le
detruire et d'avertir l'expediteur.

The integrity of this message cannot be guaranteed
on the Internet. Natexis Banques Populaires can not therefore be
considered responsible for the contents.Any unauthorized use or dissemination is 
prohibited.
If you are not the intended recipient of this message, then please delete it and 
notify the sender.

Reply via email to