[Bug 58766] Embedded Tomcat 8 startup hangs on RedHat when calling addWebapp

2016-01-17 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58766 --- Comment #11 from Konstantin Kolinko --- (In reply to Konstantin Kolinko from comment #4) > It sounds like a duplicate of bug 57823. > > > By the way, regarding >

[Bug 58766] Embedded Tomcat 8 startup hangs on RedHat when calling addWebapp

2015-12-29 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58766 --- Comment #9 from nitsan_dan...@bmc.com --- We've found the our classpath starts with a colon (for instance, :/a.jar:/b.jar), after removing the leading colon Tomcat didn't scan [file:/] and the problem was resolved. -- You are receiving

[Bug 58766] Embedded Tomcat 8 startup hangs on RedHat when calling addWebapp

2015-12-29 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58766 --- Comment #10 from nitsan_dan...@bmc.com --- Thank you guys for your help! -- You are receiving this mail because: You are the assignee for the bug. - To unsubscribe,

[Bug 58766] Embedded Tomcat 8 startup hangs on RedHat when calling addWebapp

2015-12-28 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58766 --- Comment #8 from Konstantin Kolinko --- (In reply to nitsan_daniel from comment #7) My guess: Either classpath is different between starts, or the current working directory is different between starts (as

[Bug 58766] Embedded Tomcat 8 startup hangs on RedHat when calling addWebapp

2015-12-28 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58766 --- Comment #7 from nitsan_dan...@bmc.com --- How can this be the problem if it's working on the first start but fails starting from the second start and beyond. The classpath is the same all the time. If this was indeed the problem I would

[Bug 58766] Embedded Tomcat 8 startup hangs on RedHat when calling addWebapp

2015-12-27 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58766 --- Comment #4 from Konstantin Kolinko --- It sounds like a duplicate of bug 57823. By the way, regarding org.apache.catalina.startup.ContextConfig.processAnnotationsFile() method: 1. This method needs debug logging.

[Bug 58766] Embedded Tomcat 8 startup hangs on RedHat when calling addWebapp

2015-12-27 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58766 Konstantin Kolinko changed: What|Removed |Added Resolution|INVALID |DUPLICATE

[Bug 58766] Embedded Tomcat 8 startup hangs on RedHat when calling addWebapp

2015-12-27 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58766 --- Comment #5 from nitsan_dan...@bmc.com --- Created attachment 33377 --> https://bz.apache.org/bugzilla/attachment.cgi?id=33377=edit Debug logs -- You are receiving this mail because: You are the assignee for the bug.

[Bug 58766] Embedded Tomcat 8 startup hangs on RedHat when calling addWebapp

2015-12-26 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58766 Mark Thomas changed: What|Removed |Added Status|NEW |RESOLVED

[Bug 58766] Embedded Tomcat 8 startup hangs on RedHat when calling addWebapp

2015-12-26 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58766 --- Comment #2 from Konstantin Kolinko --- Read about annotation scanning in this FAQ article: https://wiki.apache.org/tomcat/HowTo/FasterStartUp I agree with Mark that there is not enough evidence here. Annotation

[Bug 58766] Embedded Tomcat 8 startup hangs on RedHat when calling addWebapp

2015-12-26 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58766 --- Comment #3 from nitsan_dan...@bmc.com --- The problem is not about Tomcat loading slowly. It is just stuck. We've committed several thread dumps, all show the same problem. Moreover, we've waiting for hours - tomcat won't return from this