[ https://issues.apache.org/jira/browse/SM-2303?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14007728#comment-14007728 ]
Krzysztof Sobkowiak commented on SM-2303: ----------------------------------------- Fixed in {{master}} -- https://git-wip-us.apache.org/repos/asf/servicemix/?p=servicemix.git;a=commit;h=61b3dcd4ce5b98c498f26af71bd18a340fc13b9f > ActiveMQ web console not installable after upgrade to 5.9.1 > ------------------------------------------------------------ > > Key: SM-2303 > URL: https://issues.apache.org/jira/browse/SM-2303 > Project: ServiceMix > Issue Type: Sub-task > Components: assemblies > Affects Versions: 5.1.0, 6.0.0 > Reporter: Krzysztof Sobkowiak > Assignee: Krzysztof Sobkowiak > Fix For: 5.1.0, 6.0.0 > > Attachments: servicemix.log > > > When installing the new web console following error is thrown > {code} > Caused by: org.springframework.beans.BeanInstantiationException: Could not > instantiate bean class > [org.springframework.web.servlet.mvc.annotation.AnnotationMethodHandlerAdapter]: > Constructor threw exception; nested exception is > java.lang.NoClassDefFoundError: javax/xml/stream/XMLStreamException > at > org.springframework.beans.BeanUtils.instantiateClass(BeanUtils.java:163)[190:org.apache.activemq.activemq-web-console:5.9.1] > at > org.springframework.beans.factory.support.SimpleInstantiationStrategy.instantiate(SimpleInstantiationStrategy.java:87)[190:org.apache.activemq.activemq-web-console:5.9.1] > at > org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.instantiateBean(AbstractAutowireCapableBeanFactory.java:1030)[190:org.apache.activemq.activemq-web-console:5.9.1] > ... 60 more > Caused by: java.lang.NoClassDefFoundError: javax/xml/stream/XMLStreamException > at > org.springframework.web.servlet.mvc.annotation.AnnotationMethodHandlerAdapter.<init>(AnnotationMethodHandlerAdapter.java:203)[190:org.apache.activemq.activemq-web-console:5.9.1] > at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native > Method)[:1.7.0_55] > at > sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:57)[:1.7.0_55] > at > sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)[:1.7.0_55] > at > java.lang.reflect.Constructor.newInstance(Constructor.java:526)[:1.7.0_55] > at > org.springframework.beans.BeanUtils.instantiateClass(BeanUtils.java:148)[190:org.apache.activemq.activemq-web-console:5.9.1] > ... 62 more > Caused by: java.lang.ClassNotFoundException: > javax.xml.stream.XMLStreamException not found by > org.apache.activemq.activemq-web-console [190] > at > org.apache.felix.framework.BundleWiringImpl.findClassOrResourceByDelegation(BundleWiringImpl.java:1532)[org.apache.felix.framework-4.2.1.jar:] > at > org.apache.felix.framework.BundleWiringImpl.access$400(BundleWiringImpl.java:75)[org.apache.felix.framework-4.2.1.jar:] > at > org.apache.felix.framework.BundleWiringImpl$BundleClassLoader.loadClass(BundleWiringImpl.java:1955) > at java.lang.ClassLoader.loadClass(ClassLoader.java:358)[:1.7.0_55] > ... 68 more > {code} -- This message was sent by Atlassian JIRA (v6.2#6252)