Your message dated Mon, 03 Aug 2009 13:17:52 +0200
with message-id <[email protected]>
and subject line closing bugs in tomcat5
has caused the Debian Bug report #437136,
regarding tomcat5 (5.0.30) is not compatible with system installed ant 1.6.5
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)


-- 
437136: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=437136
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: tomcat5
Version: 5.0.30-12

Apache ships tomcat 5.0.30 with ant 1.6.2, while Debian Etch has ant
1.6.5 installed system wide.

On two different Etch installs, I had the following problem occuring
when accessing JSP files that needed to be compiled:

org.apache.jasper.JasperException: Unable to compile class for JSP
        
org.apache.jasper.JspCompilationContext.compile(JspCompilationContext.java:520)
        
org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:295)
        org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:292)
        org.apache.jasper.servlet.JspServlet.service(JspServlet.java:236)
        javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
        
com.angkor.struts.filter.AngkorVersionAndLanguageFilter.doFilter(AngkorVersionAndLanguageFilter.java:109)

root cause

java.lang.NullPointerException
        java.util.Hashtable.put(Hashtable.java:394)
        org.apache.tools.ant.PropertyHelper.setProperty(PropertyHelper.java:335)
        org.apache.tools.ant.Project.setPropertyInternal(Project.java:460)
        org.apache.tools.ant.Project.setSystemProperties(Project.java:800)
        org.apache.tools.ant.Project.init(Project.java:261)
        org.apache.jasper.compiler.Compiler.getProject(Compiler.java:116)
        org.apache.jasper.compiler.Compiler.generateClass(Compiler.java:321)
        org.apache.jasper.compiler.Compiler.compile(Compiler.java:498)
        org.apache.jasper.compiler.Compiler.compile(Compiler.java:477)
        org.apache.jasper.compiler.Compiler.compile(Compiler.java:465)
        
org.apache.jasper.JspCompilationContext.compile(JspCompilationContext.java:511)
        
org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:295)
        org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:292)
        org.apache.jasper.servlet.JspServlet.service(JspServlet.java:236)
        javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
        
com.angkor.struts.filter.AngkorVersionAndLanguageFilter.doFilter(AngkorVersionAndLanguageFilter.java:109)


A restart of tomcat would normally fix the problem, but then other pages
would start having this seemingly random problem.

Downgrading to ant 1.6.2 from oldstable fixed the problem completely.

This looks like a bug in either Ant or Tomcat. I would suspect Ant,
since the problem is that a NULL key is inserted into a Map inside the
ant code base, which should be checked for.





--- End Message ---
--- Begin Message ---
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

tomcat5 has been removed from Debian. This bug does not apply to
tomcat5.5 or tomcat6, or has already been reported or fixed there, so
I'm closing it.
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iEYEARECAAYFAkp2x2AACgkQXjXn6TzcAQkSNgCgkow5fbA2C+YIQ8Gqssma9web
2poAn25kEBL4V63t+rdrk6zAg62LvypC
=jSjY
-----END PGP SIGNATURE-----


--- End Message ---
_______________________________________________
pkg-java-maintainers mailing list
[email protected]
http://lists.alioth.debian.org/mailman/listinfo/pkg-java-maintainers

Reply via email to