risdenk commented on PR #1223:
URL: https://github.com/apache/solr/pull/1223#issuecomment-1351947771

   After implementing 93c8523, I don't see any access denied from the security 
manager prior to this message in the console:
   
   ```
   java.lang.IllegalStateException: !STOPPED
        at 
org.eclipse.jetty.server.handler.HandlerWrapper.destroy(HandlerWrapper.java:135)
        at 
org.eclipse.jetty.server.ShutdownMonitor$ShutdownMonitorRunnable.stopLifeCycles(ShutdownMonitor.java:459)
        at 
org.eclipse.jetty.server.ShutdownMonitor$ShutdownMonitorRunnable.run(ShutdownMonitor.java:363)
        at java.base/java.lang.Thread.run(Thread.java:829)
   ```
   
   I also don't see any exceptions in the Solr log either. 
   
   It would be awesome if HandlerWrapper shared what the state was and what it 
was actually wrapping...
   
   
https://github.com/eclipse/jetty.project/blob/jetty-11.0.x/jetty-server/src/main/java/org/eclipse/jetty/server/handler/HandlerWrapper.java#L132
   
   I am not sure how to enable more logging right this second. I think I can 
put this in a debugger and see - but not in github actions. Overwriting this 
class isn't easy since only Jetty jars are in lib/ext and so not easy to add a 
custom jar there.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to