-
Bug
-
Resolution: Done
-
Major
-
JBoss A-MQ 6.0
-
None
-
None
When browsing messages from the web console when SSL is enabled, I receive errors:| 12:44:40,205 | DEBUG | on=imgw.OUTGOING | SessionPool | 237 - org.jboss.amq.mq-web-console - 5.8.0.redhat-60024 | Caught exception while attempting to get a new Connection.|
javax.jms.JMSException: Could not create Transport. Reason: java.io.IOException: Transport scheme NOT recognized: [ssl] |
at org.apache.activemq.util.JMSExceptionSupport.create(JMSExceptionSupport.java:36)[237:org.jboss.amq.mq-web-console:5.8.0.redhat-60024] |
at org.apache.activemq.ActiveMQConnectionFactory.createTransport(ActiveMQConnectionFactory.java:252)[237:org.jboss.amq.mq-web-console:5.8.0.redhat-60024] |
at org.apache.activemq.ActiveMQConnectionFactory.createActiveMQConnection(ActiveMQConnectionFactory.java:265)[237:org.jboss.amq.mq-web-console:5.8.0.redhat-60024] |
at org.apache.activemq.ActiveMQConnectionFactory.createActiveMQConnection(ActiveMQConnectionFactory.java:238)[237:org.jboss.amq.mq-web-console:5.8.0.redhat-60024] |
at org.apache.activemq.ActiveMQConnectionFactory.createConnection(ActiveMQConnectionFactory.java:184)[237:org.jboss.amq.mq-web-console:5.8.0.redhat-60024] |
at org.apache.activemq.web.SessionPool.getConnection(SessionPool.java:48)[237:org.jboss.amq.mq-web-console:5.8.0.redhat-60024] |
at org.apache.activemq.web.SessionPool.createSession(SessionPool.java:114)[237:org.jboss.amq.mq-web-console:5.8.0.redhat-60024] |
at org.apache.activemq.web.SessionPool.borrowSession(SessionPool.java:93)[237:org.jboss.amq.mq-web-console:5.8.0.redhat-60024] |
at org.apache.activemq.web.QueueBrowseQuery.<init>(QueueBrowseQuery.java:40)[237:org.jboss.amq.mq-web-console:5.8.0.redhat-60024] |
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)[:1.7.0_51] |
at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:57)[:1.7.0_51] |
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)[:1.7.0_51] |
at java.lang.reflect.Constructor.newInstance(Constructor.java:526)[:1.7.0_51] |
at org.springframework.beans.BeanUtils.instantiateClass(BeanUtils.java:147)[237:org.jboss.amq.mq-web-console:5.8.0.redhat-60024] |
at org.springframework.beans.factory.support.SimpleInstantiationStrategy.instantiate(SimpleInstantiationStrategy.java:121)[237:org.jboss.amq.mq-web-console:5.8.0.redhat-60024] |
at org.springframework.beans.factory.support.ConstructorResolver.autowireConstructor(ConstructorResolver.java:280)[237:org.jboss.amq.mq-web-console:5.8.0.redhat-60024] |
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.autowireConstructor(AbstractAutowireCapableBeanFactory.java:1035)[237:org.jboss.amq.mq-web-cons |
ole:5.8.0.redhat-60024] |
... |
Caused by: java.io.IOException: Transport scheme NOT recognized: [ssl] |
at org.apache.activemq.util.IOExceptionSupport.create(IOExceptionSupport.java:27)[237:org.jboss.amq.mq-web-console:5.8.0.redhat-60024] |
at org.apache.activemq.transport.TransportFactory.findTransportFactory(TransportFactory.java:178)[237:org.jboss.amq.mq-web-console:5.8.0.redhat-60024] |
at org.apache.activemq.transport.TransportFactory.connect(TransportFactory.java:63)[237:org.jboss.amq.mq-web-console:5.8.0.redhat-60024] |
at org.apache.activemq.ActiveMQConnectionFactory.createTransport(ActiveMQConnectionFactory.java:250)[237:org.jboss.amq.mq-web-console:5.8.0.redhat-60024] |
... 81 more |
Caused by: java.lang.NoClassDefFoundError: javax/net/ssl/SSLServerSocketFactory |
at java.lang.Class.getDeclaredConstructors0(Native Method)[:1.7.0_51] |
at java.lang.Class.privateGetDeclaredConstructors(Class.java:2493)[:1.7.0_51] |
at java.lang.Class.getConstructor0(Class.java:2803)[:1.7.0_51] |
at java.lang.Class.newInstance(Class.java:345)[:1.7.0_51] |
at org.apache.activemq.util.FactoryFinder$StandaloneObjectFactory.create(FactoryFinder.java:61)[237:org.jboss.amq.mq-web-console:5.8.0.redhat-60024] |
at org.apache.activemq.util.FactoryFinder.newInstance(FactoryFinder.java:146)[237:org.jboss.amq.mq-web-console:5.8.0.redhat-60024] |
at org.apache.activemq.transport.TransportFactory.findTransportFactory(TransportFactory.java:175)[237:org.jboss.amq.mq-web-console:5.8.0.redhat-60024] |
... 83 more |
Caused by: java.lang.ClassNotFoundException: javax.net.ssl.SSLServerSocketFactory not found by org.jboss.amq.mq-web-console [237] |
at org.apache.felix.framework.BundleWiringImpl.findClassOrResourceByDelegation(BundleWiringImpl.java:1532) |
at org.apache.felix.framework.BundleWiringImpl.access$400(BundleWiringImpl.java:75) |
at org.apache.felix.framework.BundleWiringImpl$BundleClassLoader.loadClass(BundleWiringImpl.java:1955) |
at java.lang.ClassLoader.loadClass(ClassLoader.java:358)[:1.7.0_51] |
... 90 more |
Log attached.