-
Type:
Bug
-
Status: Closed
-
Priority:
Major
-
Resolution: Done
-
Affects Version/s: jboss-fuse-6.3
-
Fix Version/s: jboss-fuse-6.3
-
Component/s: Examples
-
Labels:None
-
Steps to Reproduce:
-
Sprint:6.3 Sprint 4 (Mar 28 - Apr 29)
I followed the steps described in the README.md. There is an error while installing the quickstart:
2016-03-21 10:28:29,853 | ERROR | l Console Thread | Console | 38 - org.apache.karaf.shell.console - 2.4.0.redhat-630033 | Exception caught while executing command
|
org.apache.karaf.shell.console.MultiException: Error installing bundles:
|
Unable to start bundle mvn:org.jboss.quickstarts.fuse/cxf-secure-rest/6.3.0.redhat-033: Unresolved constraint in bundle org.jboss.quickstarts.fuse.cxf-secure-rest [287]: Unable to resolve 287.0: missing requirement [287.0] osgi.wiring.package; (osgi.wiring.package=org.eclipse.jetty.plus.jaas)
|
at org.apache.karaf.shell.console.MultiException.throwIf(MultiException.java:91)
|
at org.apache.karaf.shell.osgi.InstallBundle.doExecute(InstallBundle.java:70)
|
at org.apache.karaf.shell.console.OsgiCommandSupport.execute(OsgiCommandSupport.java:38)
|
at org.apache.felix.gogo.commands.basic.AbstractCommand.execute(AbstractCommand.java:35)
|
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)[:1.8.0_72]
|
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)[:1.8.0_72]
|
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)[:1.8.0_72]
|
at java.lang.reflect.Method.invoke(Method.java:498)[:1.8.0_72]
|
at org.apache.aries.proxy.impl.ProxyHandler$1.invoke(ProxyHandler.java:54)[19:org.apache.aries.proxy.impl:1.0.4]
|
...
|