https://bz.apache.org/bugzilla/show_bug.cgi?id=62674
Bug ID: 62674
Summary: org.apache.jasper.JspC no longer compiles
Product: Tomcat 8
Version: 8.5.33
Hardware: PC
OS: Linux
Status: NEW
Severity: blocker
Priority: P2
Component: Jasper
Assignee: [email protected]
Reporter: [email protected]
Target Milestone: ----
The update from 8.5.32 to 8.5.33 has caused org.apache.jasper.JspC to fail.
Symptom is that it hangs forever. Ant output for 8.5.33:
[java] Sep 02, 2018 9:36:19 AM org.apache.jasper.servlet.TldScanner
scanJars
[java] INFO: At least one JAR was scanned for TLDs yet contained no TLDs.
Enable debug logging for this logger for a complete list of JARs that were
scanned but no TLDs were found in them. Skipping unneeded JARs during scanning
can improve startup time and JSP compilation time.
[java] Sep 02, 2018 9:36:19 AM org.apache.jasper.JspC execute
[java] INFO: Generation completed with [0] errors in [616] milliseconds
vs 8.5.32:
[java] Sep 02, 2018 12:27:17 PM org.apache.jasper.servlet.TldScanner
scanJars
[java] INFO: At least one JAR was scanned for TLDs yet contained no TLDs.
Enable debug logging for this logger for a
complete list of JARs that were scanned but no TLDs were found in them.
Skipping unneeded JARs during scanning can improve
startup time and JSP compilation time.
[javac] Compiling 68 source files to .../build/classes
[xslt] Processing .../src/conf/web.xml to .../build/web.xml
[xslt] Loading stylesheet .../src/webmerge.xsl
Neither debug flags nor strace illustrate the issue. Symptoms are identical
across Ubuntu 16.04, 18.04 and FreeBSD 11.2 hosts running java 1.8.0_181 with
plenty of disk and ram.
--
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]