-
Bug
-
Resolution: Done
-
Major
-
7.4.9.GA
Although this is an error when stopping the EAP server, it appears that it is better not to ignore this error, because the subsequent Artemis stopping process is skipped due to this error.
INFO [org.apache.activemq.artemis.ra] (ServerService Thread Pool -- 35) AMQ151003: resource adaptor stopped ERROR [org.apache.activemq.artemis.core.server] (ServerService Thread Pool -- 35) AMQ224068: Unable to stop component: org.apache.activemq.artemis.core.remoting.server.impl.RemotingServiceImpl: java.lang.ExceptionInInitializerError at org.apache.activemq.artemis@2.16.0.redhat-00045//org.apache.activemq.artemis.core.remoting.server.impl.RemotingServiceImpl.stop(RemotingServiceImpl.java:389) at org.apache.activemq.artemis@2.16.0.redhat-00045//org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl.stop(ActiveMQServerImpl.java:1300) at org.apache.activemq.artemis@2.16.0.redhat-00045//org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl.stop(ActiveMQServerImpl.java:1170) at org.apache.activemq.artemis@2.16.0.redhat-00045//org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl.stop(ActiveMQServerImpl.java:1142) at org.apache.activemq.artemis@2.16.0.redhat-00045//org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl.stop(ActiveMQServerImpl.java:953) at org.apache.activemq.artemis@2.16.0.redhat-00045//org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl.stop(ActiveMQServerImpl.java:947) at org.apache.activemq.artemis@2.16.0.redhat-00045//org.apache.activemq.artemis.jms.server.impl.JMSServerManagerImpl.stop(JMSServerManagerImpl.java:394) at org.wildfly.extension.messaging-activemq//org.wildfly.extension.messaging.activemq.jms.JMSService.doStop(JMSService.java:223) at org.wildfly.extension.messaging-activemq//org.wildfly.extension.messaging.activemq.jms.JMSService.access$100(JMSService.java:65) at org.wildfly.extension.messaging-activemq//org.wildfly.extension.messaging.activemq.jms.JMSService$2.run(JMSService.java:122) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539) at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) at java.base/java.lang.Thread.run(Thread.java:833) at org.jboss.threads@2.4.0.Final-redhat-00001//org.jboss.threads.JBossThread.run(JBossThread.java:513) Caused by: java.lang.IllegalStateException: No OpenSSLContextFactory registered! at org.apache.activemq.artemis@2.16.0.redhat-00045//org.apache.activemq.artemis.spi.core.remoting.ssl.OpenSSLContextFactoryProvider.<clinit>(OpenSSLContextFactoryProvider.java:35) ... 16 more2023-02-12 INFO [org.apache.activemq.artemis.core.server] (ServerService Thread Pool -- 35) AMQ221002: Apache ActiveMQ Artemis Message Broker version 2.16.0.redhat-00045 [854a305d-9dfa-11ed-bd56-005056002102] stopped, uptime 18 minutes
It looks like: ARTEMIS-3433
- is incorporated by
-
JBEAP-24343 (7.4.z) Upgrade Artemis from 2.16.0.redhat-00045 to 2.16.0.redhat-00047
- Closed
- is related to
-
ENTMQBR-7749 ARTEMIS-3433 - AMQ224068 on stop due to No OpenSSLContextFactory registered
- Closed