[Bug 64427] --enable-preview no error in log

2020-08-12 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=64427

Mark Thomas  changed:

   What|Removed |Added

 Resolution|--- |WORKSFORME
 Status|NEEDINFO|RESOLVED

--- Comment #10 from Mark Thomas  ---
Unable to reproduce and no response for getting on for 3 months.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org



[Bug 64427] --enable-preview no error in log

2020-06-22 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=64427

--- Comment #9 from Mark Thomas  ---
It has been more than a month without the requested reproducible test case
being provided. In not test case is provided this issue will eventually be
resolved as WORKSFORME.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org



[Bug 64427] --enable-preview no error in log

2020-05-19 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=64427

Mark Thomas  changed:

   What|Removed |Added

 Status|NEW |NEEDINFO

--- Comment #8 from Mark Thomas  ---
I've just tried a basic test and I see a 500 error when I try to access a
Servlet that uses a Record when --enable-preview is not enabled.

>From the stack trace the application where this error was seen looks to be
doing something slightly more complex. Rather than try and reverse engineer
things from the stack trace, please can you provide the simplest web
application (with source code) that reproduces this error so we can track down
exactly what is getting swallowed where and work out the best way to fix it.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org



[Bug 64427] --enable-preview no error in log

2020-05-18 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=64427

--- Comment #7 from mgrigorov  ---
This method looks a lot like Scala's NonFatal extractor:
https://github.com/scala/scala/blob/2.13.x/src/library/scala/util/control/NonFatal.scala#L35

I guess there are reasons the list of re-thrown throwables to be this short!
But LinkageError is a pretty serious one. IMO it should be re-thrown.

Probably the method should start with whitelisted Errors, like
StackOverflowError, and then re-throw any other kind of Error. But maybe it is
too late to make this change.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org



[Bug 64427] --enable-preview no error in log

2020-05-17 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=64427

--- Comment #6 from Mark Thomas  ---
I'm not so sure. The Throwables re-thrown by that method are deliberately very
limited. I'd look at the calling code in the first instance. Where is that?

-- 
You are receiving this mail because:
You are the assignee for the bug.
-
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org



[Bug 64427] --enable-preview no error in log

2020-05-17 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=64427

--- Comment #5 from mgrigorov  ---
The problem is in
https://github.com/apache/tomcat/blob/84d864def79863324456f4ce0fa1039c2a899206/java/org/apache/tomcat/util/ExceptionUtils.java#L32
IMO this method should re-throw any kind of java.lang.Error

-- 
You are receiving this mail because:
You are the assignee for the bug.
-
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org



[Bug 64427] --enable-preview no error in log

2020-05-17 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=64427

--- Comment #4 from Manfred Quasten  ---
Created attachment 37247
  --> https://bz.apache.org/bugzilla/attachment.cgi?id=37247=edit
log with loglevel All

-- 
You are receiving this mail because:
You are the assignee for the bug.
-
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org



[Bug 64427] --enable-preview no error in log

2020-05-17 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=64427

--- Comment #3 from Manfred Quasten  ---
Using loglevel ALL the stackstrace is in the lock

-- 
You are receiving this mail because:
You are the assignee for the bug.
-
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org



[Bug 64427] --enable-preview no error in log

2020-05-12 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=64427

Michael Osipov  changed:

   What|Removed |Added

 CC||micha...@apache.org

--- Comment #2 from Michael Osipov  ---
What happens when you enable debug logging? The background processor thread
should pick up the WAR file.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org



[Bug 64427] --enable-preview no error in log

2020-05-12 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=64427

--- Comment #1 from Christopher Schultz  ---
So you get nothing in ANY log? Just silently get 404 responses from requests to
the context path? Swallowing errors isn't common... :(

-- 
You are receiving this mail because:
You are the assignee for the bug.
-
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org



[Bug 64427] --enable-preview no error in log

2020-05-12 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=64427

Manfred Quasten  changed:

   What|Removed |Added

   Severity|normal  |minor
 OS||All
   Priority|P2  |P3

-- 
You are receiving this mail because:
You are the assignee for the bug.
-
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org