5 Replies Latest reply on Dec 17, 2015 2:38 PM by kkrishnashankar

    Unable to find camel tab & deployment issue in JBoss Fuse admin

    kkrishnashankar

      Hello,

       

      Unable to find camel tab in fuse admin and drag and drop not helping me deploying fuse projects

      Is camel tab visible after successful deployment of any fuse project? or Am I missing any configuration?

       

      Thanks,

      Krishna

        • 1. Re: Unable to find camel tab & deployment issue in JBoss Fuse admin
          davsclaus

          Hi

           

          Can you try to re explain what you mean? Also can you tell us which versions of JBoss Fuse you are using.

          And exactly which jboss fuse admin console you mean. Maybe paste a screenshot.

          • 2. Re: Unable to find camel tab & deployment issue in JBoss Fuse admin
            kkrishnashankar

            Hello,

             

            JBoss fuse version 6.2.0

             

            After of the one successful deployment camel tab was visible , rest of deployment failed with error failed with Bundle symbolic name and version are not unique. But able to view in list output in last one Camel Blueprint Route <1.0.1. SNAPSHOT>

            StackTrace

             

            ["org.apache.karaf.shell.console.MultiException: Error installing bundles:\n\tUnable to install bundle file:C:\\Krishna_Working\\Software\\JBoss\\jboss-fuse-full-6.2.0.redhat-133\\jboss-fuse-6.2.0.redhat-133\\deploy\\homeloan-customrevalution-1.0.1-SNAPSHOT.jar","\tat org.apache.karaf.shell.console.MultiException.throwIf(MultiException.java:91)","\tat org.apache.karaf.shell.osgi.InstallBundle.doExecute(InstallBundle.java:70)","\tat org.apache.karaf.shell.console.OsgiCommandSupport.execute(OsgiCommandSupport.java:38)","\tat org.apache.felix.gogo.commands.basic.AbstractCommand.execute(AbstractCommand.java:35)","\tat sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)[:1.7.0_79]","\tat sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)[:1.7.0_79]","\tat sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)[:1.7.0_79]","\tat java.lang.reflect.Method.invoke(Method.java:606)[:1.7.0_79]","\tat org.apache.aries.proxy.impl.ProxyHandler$1.invoke(ProxyHandler.java:54)[18:org.apache.aries.proxy.impl:1.0.4][org.apache.aries.proxy:org.apache.aries.proxy.impl:1.0.4]","\tat org.apache.aries.proxy.impl.ProxyHandler.invoke(ProxyHandler.java:119)[18:org.apache.aries.proxy.impl:1.0.4][org.apache.aries.proxy:org.apache.aries.proxy.impl:1.0.4]","\tat org.apache.karaf.shell.console.commands.$BlueprintCommand1472545519.execute(Unknown Source)[34:org.apache.karaf.shell.console:2.4.0.redhat-620133][org.apache.karaf.shell:org.apache.karaf.shell.console:2.4.0.redhat-620133]","\tat org.apache.felix.gogo.runtime.CommandProxy.execute(CommandProxy.java:78)[34:org.apache.karaf.shell.console:2.4.0.redhat-620133][org.apache.karaf.shell:org.apache.karaf.shell.console:2.4.0.redhat-620133]","\tat org.apache.felix.gogo.runtime.Closure.executeCmd(Closure.java:477)[34:org.apache.karaf.shell.console:2.4.0.redhat-620133][org.apache.karaf.shell:org.apache.karaf.shell.console:2.4.0.redhat-620133]","\tat org.apache.felix.gogo.runtime.Closure.executeStatement(Closure.java:403)[34:org.apache.karaf.shell.console:2.4.0.redhat-620133][org.apache.karaf.shell:org.apache.karaf.shell.console:2.4.0.redhat-620133]","\tat org.apache.felix.gogo.runtime.Pipe.run(Pipe.java:108)[34:org.apache.karaf.shell.console:2.4.0.redhat-620133][org.apache.karaf.shell:org.apache.karaf.shell.console:2.4.0.redhat-620133]","\tat org.apache.felix.gogo.runtime.Closure.execute(Closure.java:183)[34:org.apache.karaf.shell.console:2.4.0.redhat-620133][org.apache.karaf.shell:org.apache.karaf.shell.console:2.4.0.redhat-620133]","\tat org.apache.felix.gogo.runtime.Closure.execute(Closure.java:120)[34:org.apache.karaf.shell.console:2.4.0.redhat-620133][org.apache.karaf.shell:org.apache.karaf.shell.console:2.4.0.redhat-620133]","\tat org.apache.felix.gogo.runtime.CommandSessionImpl.execute(CommandSessionImpl.java:92)[34:org.apache.karaf.shell.console:2.4.0.redhat-620133][org.apache.karaf.shell:org.apache.karaf.shell.console:2.4.0.redhat-620133]","\tat org.apache.karaf.shell.console.jline.Console.run(Console.java:195)[34:org.apache.karaf.shell.console:2.4.0.redhat-620133][org.apache.karaf.shell:org.apache.karaf.shell.console:2.4.0.redhat-620133]","\tat org.apache.karaf.shell.console.jline.DelayedStarted.run(DelayedStarted.java:79)[34:org.apache.karaf.shell.console:2.4.0.redhat-620133][org.apache.karaf.shell:org.apache.karaf.shell.console:2.4.0.redhat-620133]","Caused by: java.lang.Exception: Unable to install bundle file:C:\\Krishna_Working\\Software\\JBoss\\jboss-fuse-full-6.2.0.redhat-133\\jboss-fuse-6.2.0.redhat-133\\deploy\\homeloan-customrevalution-1.0.1-SNAPSHOT.jar","\tat org.apache.karaf.shell.osgi.InstallBundle.doExecute(InstallBundle.java:45)","\t... 18 more","Caused by: org.osgi.framework.BundleException: Bundle symbolic name and version are not unique: homeloan-customrevalution:1.0.1.SNAPSHOT","\tat org.apache.felix.framework.BundleImpl.createRevision(BundleImpl.java:1305)","\tat org.apache.felix.framework.BundleImpl.<init>(BundleImpl.java:112)","\tat org.apache.felix.framework.Felix.installBundle(Felix.java:2907)","\tat org.apache.felix.framework.BundleContextImpl.installBundle(BundleContextImpl.java:165)","\tat org.apache.karaf.shell.osgi.InstallBundle.doExecute(InstallBundle.java:43)","\t... 18 more"]

            ---------------------------------------

            • 3. Re: Unable to find camel tab & deployment issue in JBoss Fuse admin
              davsclaus

              Are you installing the same bundle again? eg if you attempt to update the bundle?

              • 4. Re: Unable to find camel tab & deployment issue in JBoss Fuse admin
                kkrishnashankar

                As its showing in list but not showing up in camel tab .

                • 5. Re: Unable to find camel tab & deployment issue in JBoss Fuse admin
                  kkrishnashankar

                  In addition to previous reply: I have changed the Bundle name and version

                   

                  Build was success: but not starting  installation in  JBoss fuse

                   

                  --------------------------------------------------------

                  ["org.osgi.framework.BundleException: Unresolved constraint in bundle homeloan-customrevalution [268]: Unable to resolve 268.1: missing requirement [268.1] osgi.wiring.package; (osgi.wiring.package=org.springframework.jdbc.datasource)","\tat org.apache.felix.framework.Felix.resolveBundleRevision(Felix.java:4002)[org.apache.felix.framework-4.4.1.jar:]","\tat org.apache.felix.framework.Felix.startBundle(Felix.java:2045)[org.apache.felix.framework-4.4.1.jar:]","\tat org.apache.felix.framework.BundleImpl.start(BundleImpl.java:976)[org.apache.felix.framework-4.4.1.jar:]","\tat org.apache.felix.fileinstall.internal.DirectoryWatcher.startBundle(DirectoryWatcher.java:1245)[8:org.apache.felix.fileinstall:3.4.2][org.apache.felix:org.apache.felix.fileinstall:3.4.2]","\tat org.apache.felix.fileinstall.internal.DirectoryWatcher.startBundles(DirectoryWatcher.java:1217)[8:org.apache.felix.fileinstall:3.4.2][org.apache.felix:org.apache.felix.fileinstall:3.4.2]","\tat org.apache.felix.fileinstall.internal.DirectoryWatcher.startAllBundles(DirectoryWatcher.java:1207)[8:org.apache.felix.fileinstall:3.4.2][org.apache.felix:org.apache.felix.fileinstall:3.4.2]","\tat org.apache.felix.fileinstall.internal.DirectoryWatcher.doProcess(DirectoryWatcher.java:504)[8:org.apache.felix.fileinstall:3.4.2][org.apache.felix:org.apache.felix.fileinstall:3.4.2]","\tat org.apache.felix.fileinstall.internal.DirectoryWatcher.process(DirectoryWatcher.java:358)[8:org.apache.felix.fileinstall:3.4.2][org.apache.felix:org.apache.felix.fileinstall:3.4.2]","\tat org.apache.felix.fileinstall.internal.DirectoryWatcher.run(DirectoryWatcher.java:310)[8:org.apache.felix.fileinstall:3.4.2][org.apache.felix:org.apache.felix.fileinstall:3.4.2]"]

                  ----------------------------------------------------------