Re: Cellar 3.0.0-SNAPSHOT

2013-06-19 Thread rkmoquin
Good call! I just assumed it would use whatever followed as the command and just didn't care about quotes. So I'm guessing by the s at the end of features? I think I almost finished up the work I wanted to do on that fork. One quick fix to make and check in which should fix a random error I se

Re: Cellar 3.0.0-SNAPSHOT

2013-06-19 Thread rkmoquin
Awesome, thanks!! :) -- View this message in context: http://karaf.922171.n3.nabble.com/Cellar-3-0-0-SNAPSHOT-tp4028863p4029075.html Sent from the Karaf - User mailing list archive at Nabble.com.

Re: Error during karaf startup

2013-06-19 Thread Andreas Pieber
oh... ok, the error message is simply shown on every IO error during the main.launch method. Please chck your etc/config.properties and see if it points to the correct felix version. Kind regards, Andreas On Wed, Jun 19, 2013 at 2:40 PM, Srikanth wrote: > I tried by both ./bin/karaf and cd bin

Re: Error during karaf startup

2013-06-19 Thread Srikanth
I tried by both ./bin/karaf and cd bin/, same problem in both cases. I am not downloading th karaf, i am building using maven by plugins and features. We have only one karaf instance, that too its not running :-( yes, user has permission to write to directory. -- View this message in context:

Re: Error during karaf startup

2013-06-19 Thread Andreas Pieber
I would need to check the code for this. But one question up front. Have you changed anything? Are you simply downloading Karaf? Do you start Karaf by using ./bin/karaf or cd bin/ and then executing karaf by using karaf? Is it possible that another karaf instance is on your path? I assume that your

Re: Error during karaf startup

2013-06-19 Thread Srikanth
Thanks for quick reply. Yes, user starting the karaf can write in karaf/data directory. Any idea why message shows as org/apache/felix/org.apache.felix.framework/3.0.9/org.apache.felix.framework-3.0.9.jar Since in my karaf artifact is org/apache/felix/org.apache.felix.framework/4.0.3/org.apache.

Re: Error during karaf startup

2013-06-19 Thread Andreas Pieber
Is your karaf.data directory writeable by the user starting karaf? Kind regards, Andreas On Wed, Jun 19, 2013 at 2:09 PM, Srikanth wrote: > Hello, > > I am getting below error during karaf startup. > > Karaf can't startup, make sure the log file can be accessed and written by > the user starti

Error during karaf startup

2013-06-19 Thread Srikanth
Hello, I am getting below error during karaf startup. Karaf can't startup, make sure the log file can be accessed and written by the user starting Karaf : /tmp/srikanth/cumulocity-cep-karaf-1.0.0-SNAPSHOT/system/org/apache/felix/org.apache.felix.framework/3.0.9/org.apache.felix.framework-3.0.9.ja

Re: Maven error with Karaf & Pax-exam

2013-06-19 Thread Andreas Pieber
OK, I've just rechecked the code. The default host is: m_host = InetAddress.getLocalHost().getHostName(); The default port is the first free port between: 21413 and 21511 you can set custom ports or host by adding a systemProperty to the options array during configuration setting org.ops4j.pa