features:addurl error

2011-08-11 Thread Gnanaguru S
Hi I downloaded and installed karaf-2.2.2 . karaf@root features:addurl mvn:org.apache.karaf.cellar/apache-karaf-cellar/2.2.2/xml/features It worked well. Cellar features works well. but when i extract a new fuse in the same machine. The following happens Could not add Feature Repository:

Re: features:addurl error

2011-08-11 Thread Jean-Baptiste Onofré
Hi Guru, It's due to a bug with URL containing namespace. We fixed that, it will be included in Karaf 2.2.3. I advice you to avoid the usage of space in your URL/path. Regards JB On 08/11/2011 10:09 AM, Gnanaguru S wrote: Hi I downloaded and installed karaf-2.2.2 . karaf@root

Pinging error

2011-08-11 Thread Gnanaguru S
Hi When i tried karaf@root cluster:ping 10.200.208.236:5701 Error executing command: java.lang.NullPointerException karaf@root cluster:ping node1.10.200.208.236:5701 Error executing command: java.lang.NullPointerException karaf@root Help out to cluster among nodes in network. Regards Guru

Re: Pinging error

2011-08-11 Thread Jean-Baptiste Onofré
Could you check the node name using cluster:list-nodes ? Regards JB On 08/11/2011 10:12 AM, Gnanaguru S wrote: Hi When i tried karaf@root cluster:ping 10.200.208.236:5701 Error executing command: java.lang.NullPointerException karaf@root cluster:ping node1.10.200.208.236:5701 Error

Re: Pinging error

2011-08-11 Thread Gnanaguru S
after listing karaf@root cluster:list-nodes No. Host Name Port ID *1 D-183913.wipro.com5701 D-183913.wipro.com:5701 2 d-177889.wipro.com5701 d-177889.wipro.com:5701 karaf@root Why its not pinging then? Is it anything related to proxy ? Regards Guru -- View

Re: Pinging error

2011-08-11 Thread Jean-Baptiste Onofré
You have to use the correct node ID. If you try something like: karaf@root cluster:ping d-177889.wipro.com:5701 it should work. Regards JB On 08/11/2011 10:36 AM, Gnanaguru S wrote: after listing karaf@root cluster:list-nodes No. Host Name Port ID *1

Re: Pinging error

2011-08-11 Thread Gnanaguru S
Hi JEan, Thanks . In this case. Anyone in my network can connect with me. as you said i wan to change in such a way that, only permitted people can join in my cluster. Cheers Guru -- View this message in context: http://karaf.922171.n3.nabble.com/Pinging-error-tp3245169p3245321.html Sent

Re: Pinging error

2011-08-11 Thread Jean-Baptiste Onofré
Yes, if you want to control the cluster member, you can use multicast, static definition, or cloud whiteboard. Regards JB On 08/11/2011 11:12 AM, Gnanaguru S wrote: Hi JEan, Thanks . In this case. Anyone in my network can connect with me. as you said i wan to change in such a way that,

Re: NMR in Karaf installation failure

2011-08-11 Thread Freeman Fang
Hi, This is caused by can't find the apache-servicmeix-nmr 1.3.0-SNAPSHOT features.xml from any maven repos defined in the $KARAF_HOME/etc/ org.ops4j.pax.url.mvn.cfg You can try to install apache-servicmeix-nmr 1.4.0 features.xml as it's in the central maven repo. Freeman On 2011-8-11,

Re: Print output

2011-08-11 Thread SamuelT
I think I found the problem, my helloworld bundle had a dependency on spring-osgi-extender and others, so I've deployed the JARs and it's printing now... Thanks everybody for the help... Samuel -- View this message in context:

Re: NMR in Karaf installation failure

2011-08-11 Thread Gnanaguru S
I want a clarification the url is features:addurl *mvn:org.apache.servicemix.nmr/apache-servicemix-nmr/1.3.0-SNAPSHOT/xml/features* in this url the segment *org.apache.servicemix.nmr* represent folders inside *.m2* is it right the segment of the url *apache-servicemix-nmr* is a directory

Karaf Forum Query

2011-08-11 Thread Gnanaguru S
Hi I want to use the discussion forums, but i dont want all the conversaions to be sent as a mail. To stop receiving mails what should i do. Since i deleted the welcome mail which has controls. Help out Regards Guru -- View this message in context:

Re: Karaf Forum Query

2011-08-11 Thread Johan Edstrom
Oh, that is a common request. Did you make sure you deleted your old email address? Then more importantly, did you make sure you deleted all the address book entries you have so none of these can send to you? After that I'd make sure I just bin any emails coming from the mailing list

Re: Karaf Forum Query

2011-08-11 Thread Gnanaguru S
I cant get you. Can you make it clear. For example if i post a query, if i receive a reply or if someone post a query ... I dont want mails in my inbox to alert me about new conversations. Just i want to post in discussion forums alone. Regards Guru -- View this message in context:

Re: Karaf Forum Query

2011-08-11 Thread Gnanaguru S
Ya i got it http://karaf.922171.n3.nabble.com/mailing_list/MailingListOptions.jtp?forum=930749 Regards Guru -- View this message in context: http://karaf.922171.n3.nabble.com/Karaf-Forum-Query-tp3248199p3248263.html Sent from the Karaf - User mailing list archive at Nabble.com.

Re: NMR in Karaf installation failure

2011-08-11 Thread Freeman Fang
Hi, It's in the remote mvn central repo[1]. As I mentioned before, it(pax-url-mvn used by karaf) will check any maven repos(locally and remotely) defined in $KARAF_HOME/etc/ org.ops4j.pax.url.mvn.cfg, if the artifacts you try to use not in any repos, you will see such exception.