Uploaded image for project: 'Fuse Tooling'
  1. Fuse Tooling
  2. FUSETOOLS-1060

Cannot deploy a project to a JBoss Fuse Server

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • Critical
    • 7.2.0
    • 7.2.0
    • JMX
    • None
    • Hide
      1. create a Fuse project (e.g. camel-spring)
      2. run a JBoss Fuse Server 6.1 (build 355)
      3. connect to the server via Fuse JMX Navigator View
      4. try to deploy the project via drag & drop or the context menu Deploy to mechanism on the running Fuse Server
      Show
      create a Fuse project (e.g. camel-spring ) run a JBoss Fuse Server 6.1 (build 355) connect to the server via Fuse JMX Navigator View try to deploy the project via drag & drop or the context menu Deploy to mechanism on the running Fuse Server

    Description

      Attempt to deploy a Fuse project (e.g. camel-sping) on JBoss Fuse Server 6.1 (build 355 or 366) fails with this error:

      Console
      [INFO] ------------------------------------------------------------------------
      [INFO] BUILD SUCCESS
      [INFO] ------------------------------------------------------------------------
      [INFO] Total time: 2.579s
      [INFO] Finished at: Thu Mar 20 08:49:40 CET 2014
      [INFO] Final Memory: 10M/208M
      [INFO] ------------------------------------------------------------------------
      
      FAILED to install into OSGi: fab:mvn:com.my/camel-spring-my/1.0.0-SNAPSHOT
      Installation of a bundle with location fab:mvn:com.my/camel-spring-my/1.0.0-SNAPSHOT failed with the message: Unable to cache bundle: fab:mvn:com.my/camel-spring-my/1.0.0-SNAPSHOT
      java.io.IOException: Installation of a bundle with location fab:mvn:com.my/camel-spring-my/1.0.0-SNAPSHOT failed with the message: Unable to cache bundle: fab:mvn:com.my/camel-spring-my/1.0.0-SNAPSHOT
      	at org.apache.aries.jmx.framework.Framework.installBundle(Framework.java:136)
      	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
      	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
      	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
      	at java.lang.reflect.Method.invoke(Method.java:606)
      	at sun.reflect.misc.Trampoline.invoke(MethodUtil.java:75)
      	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
      	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
      	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
      	at java.lang.reflect.Method.invoke(Method.java:606)
      	at sun.reflect.misc.MethodUtil.invoke(MethodUtil.java:279)
      	at com.sun.jmx.mbeanserver.StandardMBeanIntrospector.invokeM2(StandardMBeanIntrospector.java:112)
      	at com.sun.jmx.mbeanserver.StandardMBeanIntrospector.invokeM2(StandardMBeanIntrospector.java:46)
      	at com.sun.jmx.mbeanserver.MBeanIntrospector.invokeM(MBeanIntrospector.java:237)
      	at com.sun.jmx.mbeanserver.PerInterface.invoke(PerInterface.java:138)
      	at com.sun.jmx.mbeanserver.MBeanSupport.invoke(MBeanSupport.java:252)
      	at javax.management.StandardMBean.invoke(StandardMBean.java:405)
      	at com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.invoke(DefaultMBeanServerInterceptor.java:819)
      	at com.sun.jmx.mbeanserver.JmxMBeanServer.invoke(JmxMBeanServer.java:801)
      	at javax.management.remote.rmi.RMIConnectionImpl.doOperation(RMIConnectionImpl.java:1487)
      	at javax.management.remote.rmi.RMIConnectionImpl.access$300(RMIConnectionImpl.java:97)
      	at javax.management.remote.rmi.RMIConnectionImpl$PrivilegedOperation.run(RMIConnectionImpl.java:1328)
      	at javax.management.remote.rmi.RMIConnectionImpl.doPrivilegedOperation(RMIConnectionImpl.java:1420)
      	at javax.management.remote.rmi.RMIConnectionImpl.invoke(RMIConnectionImpl.java:848)
      	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
      	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
      	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
      	at java.lang.reflect.Method.invoke(Method.java:606)
      	at sun.rmi.server.UnicastServerRef.dispatch(UnicastServerRef.java:322)
      	at sun.rmi.transport.Transport$1.run(Transport.java:177)
      	at sun.rmi.transport.Transport$1.run(Transport.java:174)
      	at java.security.AccessController.doPrivileged(Native Method)
      	at sun.rmi.transport.Transport.serviceCall(Transport.java:173)
      	at sun.rmi.transport.tcp.TCPTransport.handleMessages(TCPTransport.java:556)
      	at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run0(TCPTransport.java:811)
      	at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run(TCPTransport.java:670)
      	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
      	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
      	at java.lang.Thread.run(Thread.java:744)
      Caused by: org.osgi.framework.BundleException: Unable to cache bundle: fab:mvn:com.my/camel-spring-my/1.0.0-SNAPSHOT
      	at org.apache.felix.framework.Felix.installBundle(Felix.java:3121)
      	at org.apache.felix.framework.BundleContextImpl.installBundle(BundleContextImpl.java:165)
      	at org.apache.felix.framework.BundleContextImpl.installBundle(BundleContextImpl.java:138)
      	at org.apache.aries.jmx.framework.Framework.installBundle(Framework.java:133)
      	... 38 more
      Caused by: java.net.MalformedURLException: Unknown protocol: fab
      	at java.net.URL.<init>(URL.java:619)
      	at org.apache.felix.framework.util.SecureAction.createURL(SecureAction.java:254)
      	at org.apache.felix.framework.cache.JarRevision.initialize(JarRevision.java:148)
      	at org.apache.felix.framework.cache.JarRevision.<init>(JarRevision.java:77)
      	at org.apache.felix.framework.cache.BundleArchive.createRevisionFromLocation(BundleArchive.java:878)
      	at org.apache.felix.framework.cache.BundleArchive.reviseInternal(BundleArchive.java:550)
      	at org.apache.felix.framework.cache.BundleArchive.<init>(BundleArchive.java:153)
      	at org.apache.felix.framework.cache.BundleCache.create(BundleCache.java:277)
      	at org.apache.felix.framework.Felix.installBundle(Felix.java:3117)
      	... 41 more
      Caused by: java.lang.IllegalStateException: Unknown protocol: fab
      	at org.apache.felix.framework.URLHandlersStreamHandlerProxy.parseURL(URLHandlersStreamHandlerProxy.java:372)
      	at java.net.URL.<init>(URL.java:614)
      	... 49 more
      

      Attachments

        Activity

          People

            janstey@redhat.com Jonathan Anstey
            tsedmik Tomáš Sedmík
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: