Details
-
Bug
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
6.0.0
-
None
-
EL7
java-latest-openjdk-18.0.2.0.9-1.rolling.el7.x86_64
Description
Using a fresh download of the current AMQ 6.0.0 if you enable SSL within jetty.xml the server fails to loads and provides the attached error.
<bean id="SecureConnector" class="org.eclipse.jetty.server.ServerConnector">
<constructor-arg ref="Server" />
<constructor-arg>
<bean id="handlers" class="org.eclipse.jetty.util.ssl.SslContextFactory">
<property name="keyStorePath" value="${activemq.conf}/broker.ks" />
<property name="keyStorePassword" value="password" />
</bean>
</constructor-arg>
<property name="port" value="8162" />
</bean>
ERROR | Failed to load: class path resource [activemq.xml], reason: Error creating bean with name 'invokeConnectors' defined in class path resource [jetty.xml]: Cannot create inner bean 'SecureConnector' of type [org.eclipse.jetty.server.ServerConnector] while setting bean property 'arguments' with key [1] (Full error attached)
This works as expected in previous versions.