You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@camel.apache.org by akpcnu <sr...@live.com> on 2016/03/31 19:33:07 UTC

Cannot install camel-hazelcast 2.17 in Karaf 3.x

This is continuation to the discussion we had on  JIRA
<https://issues.apache.org/jira/browse/CAMEL-9780>   (
https://issues.apache.org/jira/browse/CAMEL-9780
<https://issues.apache.org/jira/browse/CAMEL-9780>  ), 

I couldn't install camel-hazelcast 2.17 on karaf. Claus has suggested couple
of workarounds to install hazelcast. The last one I have tried from the JIRA
is installing hazelcast client 3.6.1 first then installing hazelcast 3.6.1,
then camel-hazelcast 2.17. 

After doing the same steps, I couldn't get the hazelcast active on karaf.
Here is the error.


Error executing command: Error executing command on bundles:
	Unable to execute command on bundle 259: Unresolved constraint in bundle
com.hazelcast [259]: Unable to resolve 259.0: missing requirement [259.0]
osgi.wiring.package;
(osgi.wiring.package=com.hazelcast.client.impl.protocol.codec)

Appreciate your help!
Srinivas




--
View this message in context: http://camel.465427.n5.nabble.com/Cannot-install-camel-hazelcast-2-17-in-Karaf-3-x-tp5780173.html
Sent from the Camel - Users mailing list archive at Nabble.com.

Re: Cannot install camel-hazelcast 2.17 in Karaf 3.x

Posted by Claus Ibsen <cl...@gmail.com>.
You need to install all the other bundles and features that
camel-hazelcast would normally install, do a feature:info
camel-hazelcast and look and install those bits also.

Or just wait for next Camel release instead.

On Thu, Mar 31, 2016 at 7:52 PM, akpcnu <sr...@live.com> wrote:
> Claus,
> I could install but couldn't get them started. Here is the log:
>
> karaf@root()> install -s mvn:com.hazelcast/hazelcast-client/3.6.1Bundle ID: 551Error executing command: Error installing bundles:       Unable to start bundle mvn:com.hazelcast/hazelcast-client/3.6.1
> karaf@root()> install -s mvn:com.hazelcast/hazelcast/3.6.1Bundle ID: 552Error executing command: Error installing bundles:      Unable to start bundle mvn:com.hazelcast/hazelcast/3.6.1
> 551 | Installed |  80 | 3.6.1                              | hazelcast-client552 | Installed |  80 | 3.6.1                              | hazelcast
> karaf@root()> diaghazelcast-client (551)----------------------Status: InstalledUnsatisfied Requirements:[551.0] osgi.wiring.host; (&(osgi.wiring.host=com.hazelcast)(bundle-version>=0.0.0))[551.0] osgi.wiring.package; (&(osgi.wiring.package=javax.cache)(version>=1.0.0)(!(version>=2.0.0)))[551.0] osgi.wiring.package; (osgi.wiring.package=javax.cache.configuration)[551.0] osgi.wiring.package; (osgi.wiring.package=javax.cache.expiry)[551.0] osgi.wiring.package; (osgi.wiring.package=javax.cache.integration)[551.0] osgi.wiring.package; (osgi.wiring.package=javax.cache.processor)[551.0] osgi.wiring.package; (&(osgi.wiring.package=javax.cache.spi)(version>=1.0.0)(!(version>=2.0.0)))[551.0] osgi.wiring.package; (osgi.wiring.package=org.apache.logging.log4j)
>
> hazelcast (552)---------------Status: InstalledUnsatisfied Requirements:[552.0] osgi.wiring.package; (osgi.wiring.package=com.hazelcast.client.impl.protocol.codec)[552.0] osgi.wiring.package; (&(osgi.wiring.package=javax.cache)(version>=1.0.0)(!(version>=2.0.0)))[552.0] osgi.wiring.package; (osgi.wiring.package=javax.cache.configuration)[552.0] osgi.wiring.package; (&(osgi.wiring.package=javax.cache.event)(version>=1.0.0)(!(version>=2.0.0)))[552.0] osgi.wiring.package; (osgi.wiring.package=javax.cache.expiry)[552.0] osgi.wiring.package; (osgi.wiring.package=javax.cache.integration)[552.0] osgi.wiring.package; (osgi.wiring.package=javax.cache.management)[552.0] osgi.wiring.package; (osgi.wiring.package=javax.cache.processor)[552.0] osgi.wiring.package; (&(osgi.wiring.package=javax.cache.spi)(version>=1.0.0)(!(version>=2.0.0)))[552.0] osgi.wiring.package; (&(osgi.wiring.package=org.apache.logging.log4j)(version>=2.0.0)(!(version>=3.0.0)))[552.0] osgi.wiring.package; (&(osgi.wiring.package=org.apache.logging.log4j.spi)(version>=2.0.0)(!(version>=3.0.0)))[552.0] osgi.wiring.package; (&(osgi.wiring.package=org.jruby.embed.jsr223)(version>=1.7.0)(!(version>=2.0.0)))
>
> Date: Thu, 31 Mar 2016 10:44:07 -0700
> From: ml-node+s465427n5780174h51@n5.nabble.com
> To: srinivas@live.com
> Subject: Re: Cannot install camel-hazelcast 2.17 in Karaf 3.x
>
>
>
>         Install the client first
>
>
> install -s mvn:com.hazelcast/hazelcast-client/3.6.1
>
> install -s mvn:com.hazelcast/hazelcast/3.6.1
>
>
> On Thu, Mar 31, 2016 at 7:33 PM, akpcnu <[hidden email]> wrote:
>
>> This is continuation to the discussion we had on  JIRA
>
>> <https://issues.apache.org/jira/browse/CAMEL-9780>   (
>
>> https://issues.apache.org/jira/browse/CAMEL-9780
>> <https://issues.apache.org/jira/browse/CAMEL-9780>  ),
>
>>
>
>> I couldn't install camel-hazelcast 2.17 on karaf. Claus has suggested couple
>
>> of workarounds to install hazelcast. The last one I have tried from the JIRA
>
>> is installing hazelcast client 3.6.1 first then installing hazelcast 3.6.1,
>
>> then camel-hazelcast 2.17.
>
>>
>
>> After doing the same steps, I couldn't get the hazelcast active on karaf.
>
>> Here is the error.
>
>>
>
>>
>
>> Error executing command: Error executing command on bundles:
>
>>         Unable to execute command on bundle 259: Unresolved constraint in bundle
>
>> com.hazelcast [259]: Unable to resolve 259.0: missing requirement [259.0]
>
>> osgi.wiring.package;
>
>> (osgi.wiring.package=com.hazelcast.client.impl.protocol.codec)
>
>>
>
>> Appreciate your help!
>
>> Srinivas
>
>>
>
>>
>
>>
>
>>
>
>> --
>
>> View this message in context: http://camel.465427.n5.nabble.com/Cannot-install-camel-hazelcast-2-17-in-Karaf-3-x-tp5780173.html
>> Sent from the Camel - Users mailing list archive at Nabble.com.
>
>
>
> --
>
> Claus Ibsen
>
> -----------------
>
> http://davsclaus.com @davsclaus
>
> Camel in Action 2: https://www.manning.com/ibsen2
>
>
>
>
>
>
>
>
>
>
>
>                 If you reply to this email, your message will be added to the discussion below:
>                 http://camel.465427.n5.nabble.com/Cannot-install-camel-hazelcast-2-17-in-Karaf-3-x-tp5780173p5780174.html
>
>
>
>                 To unsubscribe from Cannot install camel-hazelcast 2.17 in Karaf 3.x, click here.
>
>                 NAML
>
>
>
>
> --
> View this message in context: http://camel.465427.n5.nabble.com/Cannot-install-camel-hazelcast-2-17-in-Karaf-3-x-tp5780173p5780175.html
> Sent from the Camel - Users mailing list archive at Nabble.com.



-- 
Claus Ibsen
-----------------
http://davsclaus.com @davsclaus
Camel in Action 2: https://www.manning.com/ibsen2

RE: Cannot install camel-hazelcast 2.17 in Karaf 3.x

Posted by akpcnu <sr...@live.com>.
Claus, 
I could install but couldn't get them started. Here is the log:

karaf@root()> install -s mvn:com.hazelcast/hazelcast-client/3.6.1Bundle ID: 551Error executing command: Error installing bundles:	Unable to start bundle mvn:com.hazelcast/hazelcast-client/3.6.1
karaf@root()> install -s mvn:com.hazelcast/hazelcast/3.6.1Bundle ID: 552Error executing command: Error installing bundles:	Unable to start bundle mvn:com.hazelcast/hazelcast/3.6.1
551 | Installed |  80 | 3.6.1                              | hazelcast-client552 | Installed |  80 | 3.6.1                              | hazelcast
karaf@root()> diaghazelcast-client (551)----------------------Status: InstalledUnsatisfied Requirements:[551.0] osgi.wiring.host; (&(osgi.wiring.host=com.hazelcast)(bundle-version>=0.0.0))[551.0] osgi.wiring.package; (&(osgi.wiring.package=javax.cache)(version>=1.0.0)(!(version>=2.0.0)))[551.0] osgi.wiring.package; (osgi.wiring.package=javax.cache.configuration)[551.0] osgi.wiring.package; (osgi.wiring.package=javax.cache.expiry)[551.0] osgi.wiring.package; (osgi.wiring.package=javax.cache.integration)[551.0] osgi.wiring.package; (osgi.wiring.package=javax.cache.processor)[551.0] osgi.wiring.package; (&(osgi.wiring.package=javax.cache.spi)(version>=1.0.0)(!(version>=2.0.0)))[551.0] osgi.wiring.package; (osgi.wiring.package=org.apache.logging.log4j)

hazelcast (552)---------------Status: InstalledUnsatisfied Requirements:[552.0] osgi.wiring.package; (osgi.wiring.package=com.hazelcast.client.impl.protocol.codec)[552.0] osgi.wiring.package; (&(osgi.wiring.package=javax.cache)(version>=1.0.0)(!(version>=2.0.0)))[552.0] osgi.wiring.package; (osgi.wiring.package=javax.cache.configuration)[552.0] osgi.wiring.package; (&(osgi.wiring.package=javax.cache.event)(version>=1.0.0)(!(version>=2.0.0)))[552.0] osgi.wiring.package; (osgi.wiring.package=javax.cache.expiry)[552.0] osgi.wiring.package; (osgi.wiring.package=javax.cache.integration)[552.0] osgi.wiring.package; (osgi.wiring.package=javax.cache.management)[552.0] osgi.wiring.package; (osgi.wiring.package=javax.cache.processor)[552.0] osgi.wiring.package; (&(osgi.wiring.package=javax.cache.spi)(version>=1.0.0)(!(version>=2.0.0)))[552.0] osgi.wiring.package; (&(osgi.wiring.package=org.apache.logging.log4j)(version>=2.0.0)(!(version>=3.0.0)))[552.0] osgi.wiring.package; (&(osgi.wiring.package=org.apache.logging.log4j.spi)(version>=2.0.0)(!(version>=3.0.0)))[552.0] osgi.wiring.package; (&(osgi.wiring.package=org.jruby.embed.jsr223)(version>=1.7.0)(!(version>=2.0.0)))

Date: Thu, 31 Mar 2016 10:44:07 -0700
From: ml-node+s465427n5780174h51@n5.nabble.com
To: srinivas@live.com
Subject: Re: Cannot install camel-hazelcast 2.17 in Karaf 3.x



	Install the client first


install -s mvn:com.hazelcast/hazelcast-client/3.6.1

install -s mvn:com.hazelcast/hazelcast/3.6.1


On Thu, Mar 31, 2016 at 7:33 PM, akpcnu <[hidden email]> wrote:

> This is continuation to the discussion we had on  JIRA

> <https://issues.apache.org/jira/browse/CAMEL-9780>   (

> https://issues.apache.org/jira/browse/CAMEL-9780
> <https://issues.apache.org/jira/browse/CAMEL-9780>  ),

>

> I couldn't install camel-hazelcast 2.17 on karaf. Claus has suggested couple

> of workarounds to install hazelcast. The last one I have tried from the JIRA

> is installing hazelcast client 3.6.1 first then installing hazelcast 3.6.1,

> then camel-hazelcast 2.17.

>

> After doing the same steps, I couldn't get the hazelcast active on karaf.

> Here is the error.

>

>

> Error executing command: Error executing command on bundles:

>         Unable to execute command on bundle 259: Unresolved constraint in bundle

> com.hazelcast [259]: Unable to resolve 259.0: missing requirement [259.0]

> osgi.wiring.package;

> (osgi.wiring.package=com.hazelcast.client.impl.protocol.codec)

>

> Appreciate your help!

> Srinivas

>

>

>

>

> --

> View this message in context: http://camel.465427.n5.nabble.com/Cannot-install-camel-hazelcast-2-17-in-Karaf-3-x-tp5780173.html
> Sent from the Camel - Users mailing list archive at Nabble.com.



-- 

Claus Ibsen

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

http://davsclaus.com @davsclaus

Camel in Action 2: https://www.manning.com/ibsen2


	
	
	
	

	

	
	
		If you reply to this email, your message will be added to the discussion below:
		http://camel.465427.n5.nabble.com/Cannot-install-camel-hazelcast-2-17-in-Karaf-3-x-tp5780173p5780174.html
	
	
		
		To unsubscribe from Cannot install camel-hazelcast 2.17 in Karaf 3.x, click here.

		NAML
	 		 	   		  



--
View this message in context: http://camel.465427.n5.nabble.com/Cannot-install-camel-hazelcast-2-17-in-Karaf-3-x-tp5780173p5780175.html
Sent from the Camel - Users mailing list archive at Nabble.com.

Re: Cannot install camel-hazelcast 2.17 in Karaf 3.x

Posted by Claus Ibsen <cl...@gmail.com>.
Install the client first

install -s mvn:com.hazelcast/hazelcast-client/3.6.1
install -s mvn:com.hazelcast/hazelcast/3.6.1

On Thu, Mar 31, 2016 at 7:33 PM, akpcnu <sr...@live.com> wrote:
> This is continuation to the discussion we had on  JIRA
> <https://issues.apache.org/jira/browse/CAMEL-9780>   (
> https://issues.apache.org/jira/browse/CAMEL-9780
> <https://issues.apache.org/jira/browse/CAMEL-9780>  ),
>
> I couldn't install camel-hazelcast 2.17 on karaf. Claus has suggested couple
> of workarounds to install hazelcast. The last one I have tried from the JIRA
> is installing hazelcast client 3.6.1 first then installing hazelcast 3.6.1,
> then camel-hazelcast 2.17.
>
> After doing the same steps, I couldn't get the hazelcast active on karaf.
> Here is the error.
>
>
> Error executing command: Error executing command on bundles:
>         Unable to execute command on bundle 259: Unresolved constraint in bundle
> com.hazelcast [259]: Unable to resolve 259.0: missing requirement [259.0]
> osgi.wiring.package;
> (osgi.wiring.package=com.hazelcast.client.impl.protocol.codec)
>
> Appreciate your help!
> Srinivas
>
>
>
>
> --
> View this message in context: http://camel.465427.n5.nabble.com/Cannot-install-camel-hazelcast-2-17-in-Karaf-3-x-tp5780173.html
> Sent from the Camel - Users mailing list archive at Nabble.com.



-- 
Claus Ibsen
-----------------
http://davsclaus.com @davsclaus
Camel in Action 2: https://www.manning.com/ibsen2