risdenk commented on PR #1223:
URL: https://github.com/apache/solr/pull/1223#issuecomment-1351642945
Well the even more interesting part is the logs from github actions:
```
[ShutdownMonitor] command=stop
[ShutdownMonitor] Performing stop command
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)
[ShutdownMonitor] Informing client that we are stopped
[ShutdownMonitor] Killing JVM
java.security.AccessControlException: access denied
("java.lang.RuntimePermission" "exitVM.0")
at
java.base/java.security.AccessControlContext.checkPermission(AccessControlContext.java:472)
at
java.base/java.security.AccessController.checkPermission(AccessController.java:897)
at
java.base/java.lang.SecurityManager.checkPermission(SecurityManager.java:322)
at
java.base/java.lang.SecurityManager.checkExit(SecurityManager.java:534)
at java.base/java.lang.Runtime.exit(Runtime.java:114)
at java.base/java.lang.System.exit(System.java:1752)
at
org.eclipse.jetty.server.ShutdownMonitor$ShutdownMonitorRunnable.run(ShutdownMonitor.java:374)
at java.base/java.lang.Thread.run(Thread.java:829)
Dec 14, 2022 3:27:41 PM org.glassfish.jersey.server.wadl.WadlFeature
configure
WARNING: JAXBContext implementation could not be found. WADL feature is
disabled.
```
so something is definitely broken :D
--
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]