[Bug 55554] NoSuchMethodError on ConcurrentHashMap$KeySetView

2016-12-19 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=4 --- Comment #9 from Rossen Stoyanchev --- FWIW I do not use Ubuntu packages for Tomcat. I download it from the Tomcat download page. So something there gave me a binary with the same or similar issue. -- You are receiving this mail because: Y

[Bug 55554] NoSuchMethodError on ConcurrentHashMap$KeySetView

2016-12-19 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=4 --- Comment #8 from Emmanuel Bourg --- This issue has been fixed in the version 8.5.9-2 of the tomcat8 package in Debian Stretch. The tomcat8 package in Debian Jessie was built with Java 7 and is not affected. The Ubuntu package is likely to b

[Bug 55554] NoSuchMethodError on ConcurrentHashMap$KeySetView

2016-12-18 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=4 --- Comment #7 from Emmanuel Bourg --- A simple workaround would be to use the default JRE in Ubuntu 16.04 (OpenJDK 8) to run Tomcat. The issue is that the tomcat package in Ubuntu (and Debian too) allows the use of Java 7, it should be restri

[Bug 55554] NoSuchMethodError on ConcurrentHashMap$KeySetView

2016-12-18 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=4 --- Comment #6 from Mark Thomas --- Tomcat 7 should be built with Java 6 with only the WebSocket module built with Java 7. You are best going though the Ubuntu community for issues with the Ubuntu packaging. -- You are receiving this mail be

[Bug 55554] NoSuchMethodError on ConcurrentHashMap$KeySetView

2016-12-18 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=4 --- Comment #5 from Pablo Pazos --- It was reported on many places that for Ubuntu 16.04 Tomcat7 was build with Java8 while the docs said that it should be compatible with Java7: http://tomcat.apache.org/whichversion.html The issue is using T

[Bug 55554] NoSuchMethodError on ConcurrentHashMap$KeySetView

2016-04-21 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=4 --- Comment #4 from romain.manni-bucau --- Just a quick note if anyone encounters it again: some rpm of tomcat are created recompiling tomcat and I let you guess what can happen in such a process: a JDK 8 can be used. Typically the one of Feb 2

[Bug 55554] NoSuchMethodError on ConcurrentHashMap$KeySetView

2013-09-12 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=4 Christopher Schultz changed: What|Removed |Added Resolution|FIXED |INVALID --- Comment #3 from

[Bug 55554] NoSuchMethodError on ConcurrentHashMap$KeySetView

2013-09-12 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=4 rstoyanc...@yahoo.com changed: What|Removed |Added Resolution|INVALID |FIXED --- Comment #2 from r

[Bug 55554] NoSuchMethodError on ConcurrentHashMap$KeySetView

2013-09-12 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=4 Mark Thomas changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---