Re: [VOTE] Release Apache Karaf 2.3.2

2013-07-10 Thread semethyjr
I tried adding war and webconsole features to featuresBoot.  I get the
following exception thrown in karaf.log on start up.  Running on RHEL 6.4. 

org.apache.karaf.features.cfg 

featuresBoot=config,ssh,management,kar,war,webconsole 

karaf.log 
2013-07-09 15:56:01,205 | ERROR | rint Extender: 1 | WebApplication 
 
| iteboard.internal.WebApplication  229 | 77 -
org.ops4j.pax.web.pax-web-extender-whiteboard - 1.1.14 | Registration
skipped for
[ListenerWebElement{mapping=DefaultListenerMapping{httpContextId=null,listener=org.apache.karaf.deployer.features.FeatureDeploymentListener@13bdbb15}}]
due to error during registration 
java.lang.IllegalArgumentException: Listener
[org.apache.karaf.deployer.features.FeatureDeploymentListener@13bdbb15]
already registered. 
at
org.ops4j.pax.web.service.spi.model.ServiceModel.addEventListenerModel(ServiceModel.java:90)[74:org.ops4j.pax.web.pax-web-spi:1.1.14]
 
at
org.ops4j.pax.web.service.internal.HttpServiceStarted.registerEventListener(HttpServiceStarted.java:358)[75:org.ops4j.pax.web.pax-web-runtime:1.1.14]
 
at
org.ops4j.pax.web.service.internal.HttpServiceProxy.registerEventListener(HttpServiceProxy.java:133)[75:org.ops4j.pax.web.pax-web-runtime:1.1.14]
 
at
org.ops4j.pax.web.extender.whiteboard.internal.element.ListenerWebElement.register(ListenerWebElement.java:63)[77:org.ops4j.pax.web.pax-web-extender-whiteboard:1.1.14]
 
at
org.ops4j.pax.web.extender.whiteboard.internal.WebApplication.registerWebElement(WebApplication.java:224)[77:org.ops4j.pax.web.pax-web-extender-whiteboard:1.1.14]
 
at
org.ops4j.pax.web.extender.whiteboard.internal.WebApplication.addWebElement(WebApplication.java:102)[77:org.ops4j.pax.web.pax-web-extender-whiteboard:1.1.14]
 
at
org.ops4j.pax.web.extender.whiteboard.internal.tracker.AbstractTracker.addingService(AbstractTracker.java:139)[77:org.ops4j.pax.web.pax-web-extender-whiteboard:1.1.14]
 
at
org.ops4j.pax.web.extender.whiteboard.internal.tracker.ListenerTracker.addingService(ListenerTracker.java:36)[77:org.ops4j.pax.web.pax-web-extender-whiteboard:1.1.14]
at
org.osgi.util.tracker.ServiceTracker$Tracked.customizerAdding(ServiceTracker.java:932)[karaf.jar:2.3.2-SNAPSHOT]
 
at
org.osgi.util.tracker.ServiceTracker$Tracked.customizerAdding(ServiceTracker.java:1)[karaf.jar:2.3.2-SNAPSHOT]
 
at
org.osgi.util.tracker.AbstractTracked.trackAdding(AbstractTracked.java:256)[karaf.jar:2.3.2-SNAPSHOT]
 
at
org.osgi.util.tracker.AbstractTracked.track(AbstractTracked.java:229)[karaf.jar:2.3.2-SNAPSHOT]
 
at
org.osgi.util.tracker.ServiceTracker$Tracked.serviceChanged(ServiceTracker.java:894)[karaf.jar:2.3.2-SNAPSHOT]
 
at
org.apache.felix.framework.util.EventDispatcher.invokeServiceListenerCallback(EventDispatcher.java:932)[org.apache.felix.framework-4.0.3.jar:]
 
at
org.apache.felix.framework.util.EventDispatcher.fireEventImmediately(EventDispatcher.java:793)[org.apache.felix.framework-4.0.3.jar:]
 
at
org.apache.felix.framework.util.EventDispatcher.fireServiceEvent(EventDispatcher.java:543)[org.apache.felix.framework-4.0.3.jar:]
 
at
org.apache.felix.framework.Felix.fireServiceEvent(Felix.java:4260)[org.apache.felix.framework-4.0.3.jar:]
 
at
org.apache.felix.framework.Felix.registerService(Felix.java:3275)[org.apache.felix.framework-4.0.3.jar:]
 
at
org.apache.felix.framework.BundleContextImpl.registerService(BundleContextImpl.java:346)[org.apache.felix.framework-4.0.3.jar:]
 
at
org.apache.aries.blueprint.container.BlueprintContainerImpl.registerService(BlueprintContainerImpl.java:439)[7:org.apache.aries.blueprint.core:1.1.0]
 
at
org.apache.aries.blueprint.container.ServiceRecipe.register(ServiceRecipe.java:190)[7:org.apache.aries.blueprint.core:1.1.0]
 
at
org.apache.aries.blueprint.container.BlueprintContainerImpl.notifySatisfaction(BlueprintContainerImpl.java:640)[7:org.apache.aries.blueprint.core:1.1.0]
 
at
org.apache.aries.blueprint.container.AbstractServiceReferenceRecipe.setSatisfied(AbstractServiceReferenceRecipe.java:408)[7:org.apache.aries.blueprint.core:1.1.0]
 
at
org.apache.aries.blueprint.container.AbstractServiceReferenceRecipe.serviceAdded(AbstractServiceReferenceRecipe.java:345)[7:org.apache.aries.blueprint.core:1.1.0]
 
at
org.apache.aries.blueprint.container.AbstractServiceReferenceRecipe.access$000(AbstractServiceReferenceRecipe.java:72)[7:org.apache.aries.blueprint.core:1.1.0]
 
at
org.apache.aries.blueprint.container.AbstractServiceReferenceRecipe$3.run(AbstractServiceReferenceRecipe.java:318)[7:org.apache.aries.blueprint.core:1.1.0]
 
at
java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471)[:1.7.0_09-icedtea]
 
at
java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:334)[:1.7.0_09-icedtea]
 
at

Re: [VOTE] Release Apache Karaf 2.3.2

2013-07-10 Thread semethyjr
I tried adding war and webconsole feature to featuresBoot.  I get the
following exception thrown in karaf.log on start up.  Running on RHEL 6.4.

org.apache.karaf.features.cfg

featuresBoot=config,ssh,management,kar,war,webconsole

karaf.log
2013-07-09 15:56:01,205 | ERROR | rint Extender: 1 | WebApplication 
 
| iteboard.internal.WebApplication  229 | 77 -
org.ops4j.pax.web.pax-web-extender-whiteboard - 1.1.14 | Registration
skipped for
[ListenerWebElement{mapping=DefaultListenerMapping{httpContextId=null,listener=org.apache.karaf.deployer.features.FeatureDeploymentListener@13bdbb15}}]
due to error during registration
java.lang.IllegalArgumentException: Listener
[org.apache.karaf.deployer.features.FeatureDeploymentListener@13bdbb15]
already registered.
at
org.ops4j.pax.web.service.spi.model.ServiceModel.addEventListenerModel(ServiceModel.java:90)[74:org.ops4j.pax.web.pax-web-spi:1.1.14]
at
org.ops4j.pax.web.service.internal.HttpServiceStarted.registerEventListener(HttpServiceStarted.java:358)[75:org.ops4j.pax.web.pax-web-runtime:1.1.14]
at
org.ops4j.pax.web.service.internal.HttpServiceProxy.registerEventListener(HttpServiceProxy.java:133)[75:org.ops4j.pax.web.pax-web-runtime:1.1.14]
at
org.ops4j.pax.web.extender.whiteboard.internal.element.ListenerWebElement.register(ListenerWebElement.java:63)[77:org.ops4j.pax.web.pax-web-extender-whiteboard:1.1.14]
at
org.ops4j.pax.web.extender.whiteboard.internal.WebApplication.registerWebElement(WebApplication.java:224)[77:org.ops4j.pax.web.pax-web-extender-whiteboard:1.1.14]
at
org.ops4j.pax.web.extender.whiteboard.internal.WebApplication.addWebElement(WebApplication.java:102)[77:org.ops4j.pax.web.pax-web-extender-whiteboard:1.1.14]
at
org.ops4j.pax.web.extender.whiteboard.internal.tracker.AbstractTracker.addingService(AbstractTracker.java:139)[77:org.ops4j.pax.web.pax-web-extender-whiteboard:1.1.14]
at
org.ops4j.pax.web.extender.whiteboard.internal.tracker.ListenerTracker.addingService(ListenerTracker.java:36)[77:org.ops4j.pax.web.pax-web-extender-whiteboard:1.1.14]
at
org.osgi.util.tracker.ServiceTracker$Tracked.customizerAdding(ServiceTracker.java:932)[karaf.jar:2.3.2-SNAPSHOT]
at
org.osgi.util.tracker.ServiceTracker$Tracked.customizerAdding(ServiceTracker.java:1)[karaf.jar:2.3.2-SNAPSHOT]
at
org.osgi.util.tracker.AbstractTracked.trackAdding(AbstractTracked.java:256)[karaf.jar:2.3.2-SNAPSHOT]
at
org.osgi.util.tracker.AbstractTracked.track(AbstractTracked.java:229)[karaf.jar:2.3.2-SNAPSHOT]
at
org.osgi.util.tracker.ServiceTracker$Tracked.serviceChanged(ServiceTracker.java:894)[karaf.jar:2.3.2-SNAPSHOT]
at
org.apache.felix.framework.util.EventDispatcher.invokeServiceListenerCallback(EventDispatcher.java:932)[org.apache.felix.framework-4.0.3.jar:]
at
org.apache.felix.framework.util.EventDispatcher.fireEventImmediately(EventDispatcher.java:793)[org.apache.felix.framework-4.0.3.jar:]
at
org.apache.felix.framework.util.EventDispatcher.fireServiceEvent(EventDispatcher.java:543)[org.apache.felix.framework-4.0.3.jar:]
at
org.apache.felix.framework.Felix.fireServiceEvent(Felix.java:4260)[org.apache.felix.framework-4.0.3.jar:]
at
org.apache.felix.framework.Felix.registerService(Felix.java:3275)[org.apache.felix.framework-4.0.3.jar:]
at
org.apache.felix.framework.BundleContextImpl.registerService(BundleContextImpl.java:346)[org.apache.felix.framework-4.0.3.jar:]
at
org.apache.aries.blueprint.container.BlueprintContainerImpl.registerService(BlueprintContainerImpl.java:439)[7:org.apache.aries.blueprint.core:1.1.0]
at
org.apache.aries.blueprint.container.ServiceRecipe.register(ServiceRecipe.java:190)[7:org.apache.aries.blueprint.core:1.1.0]
at
org.apache.aries.blueprint.container.BlueprintContainerImpl.notifySatisfaction(BlueprintContainerImpl.java:640)[7:org.apache.aries.blueprint.core:1.1.0]
at
org.apache.aries.blueprint.container.AbstractServiceReferenceRecipe.setSatisfied(AbstractServiceReferenceRecipe.java:408)[7:org.apache.aries.blueprint.core:1.1.0]
at
org.apache.aries.blueprint.container.AbstractServiceReferenceRecipe.serviceAdded(AbstractServiceReferenceRecipe.java:345)[7:org.apache.aries.blueprint.core:1.1.0]
at
org.apache.aries.blueprint.container.AbstractServiceReferenceRecipe.access$000(AbstractServiceReferenceRecipe.java:72)[7:org.apache.aries.blueprint.core:1.1.0]
at
org.apache.aries.blueprint.container.AbstractServiceReferenceRecipe$3.run(AbstractServiceReferenceRecipe.java:318)[7:org.apache.aries.blueprint.core:1.1.0]
at
java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471)[:1.7.0_09-icedtea]
at
java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:334)[:1.7.0_09-icedtea]
at
java.util.concurrent.FutureTask.run(FutureTask.java:166)[:1.7.0_09-icedtea]
at

Re: [VOTE] Release Apache Karaf 2.3.2

2013-07-10 Thread semethyjr
Yes this did work on Karaf 2.3.1.



--
View this message in context: 
http://karaf.922171.n3.nabble.com/VOTE-Release-Apache-Karaf-2-3-2-tp4029244p4029268.html
Sent from the Karaf - Dev mailing list archive at Nabble.com.


Re: [VOTE] Release Apache Karaf 2.3.2

2013-07-10 Thread Andreas Pieber
Did it worked on 2.3.1?

Kind regards,
Andreas


On Wed, Jul 10, 2013 at 4:00 PM, semethyjr sems...@ca.com wrote:

 I tried adding war and webconsole features to featuresBoot.  I get the
 following exception thrown in karaf.log on start up.  Running on RHEL 6.4.

 org.apache.karaf.features.cfg

 featuresBoot=config,ssh,management,kar,war,webconsole

 karaf.log
 2013-07-09 15:56:01,205 | ERROR | rint Extender: 1 | WebApplication
 | iteboard.internal.WebApplication  229 | 77 -
 org.ops4j.pax.web.pax-web-extender-whiteboard - 1.1.14 | Registration
 skipped for

 [ListenerWebElement{mapping=DefaultListenerMapping{httpContextId=null,listener=org.apache.karaf.deployer.features.FeatureDeploymentListener@13bdbb15
 }}]
 due to error during registration
 java.lang.IllegalArgumentException: Listener
 [org.apache.karaf.deployer.features.FeatureDeploymentListener@13bdbb15]
 already registered.
 at

 org.ops4j.pax.web.service.spi.model.ServiceModel.addEventListenerModel(ServiceModel.java:90)[74:org.ops4j.pax.web.pax-web-spi:1.1.14]
 at

 org.ops4j.pax.web.service.internal.HttpServiceStarted.registerEventListener(HttpServiceStarted.java:358)[75:org.ops4j.pax.web.pax-web-runtime:1.1.14]
 at

 org.ops4j.pax.web.service.internal.HttpServiceProxy.registerEventListener(HttpServiceProxy.java:133)[75:org.ops4j.pax.web.pax-web-runtime:1.1.14]
 at

 org.ops4j.pax.web.extender.whiteboard.internal.element.ListenerWebElement.register(ListenerWebElement.java:63)[77:org.ops4j.pax.web.pax-web-extender-whiteboard:1.1.14]
 at

 org.ops4j.pax.web.extender.whiteboard.internal.WebApplication.registerWebElement(WebApplication.java:224)[77:org.ops4j.pax.web.pax-web-extender-whiteboard:1.1.14]
 at

 org.ops4j.pax.web.extender.whiteboard.internal.WebApplication.addWebElement(WebApplication.java:102)[77:org.ops4j.pax.web.pax-web-extender-whiteboard:1.1.14]
 at

 org.ops4j.pax.web.extender.whiteboard.internal.tracker.AbstractTracker.addingService(AbstractTracker.java:139)[77:org.ops4j.pax.web.pax-web-extender-whiteboard:1.1.14]
 at

 org.ops4j.pax.web.extender.whiteboard.internal.tracker.ListenerTracker.addingService(ListenerTracker.java:36)[77:org.ops4j.pax.web.pax-web-extender-whiteboard:1.1.14]
 at

 org.osgi.util.tracker.ServiceTracker$Tracked.customizerAdding(ServiceTracker.java:932)[karaf.jar:2.3.2-SNAPSHOT]
 at

 org.osgi.util.tracker.ServiceTracker$Tracked.customizerAdding(ServiceTracker.java:1)[karaf.jar:2.3.2-SNAPSHOT]
 at

 org.osgi.util.tracker.AbstractTracked.trackAdding(AbstractTracked.java:256)[karaf.jar:2.3.2-SNAPSHOT]
 at

 org.osgi.util.tracker.AbstractTracked.track(AbstractTracked.java:229)[karaf.jar:2.3.2-SNAPSHOT]
 at

 org.osgi.util.tracker.ServiceTracker$Tracked.serviceChanged(ServiceTracker.java:894)[karaf.jar:2.3.2-SNAPSHOT]
 at

 org.apache.felix.framework.util.EventDispatcher.invokeServiceListenerCallback(EventDispatcher.java:932)[org.apache.felix.framework-4.0.3.jar:]
 at

 org.apache.felix.framework.util.EventDispatcher.fireEventImmediately(EventDispatcher.java:793)[org.apache.felix.framework-4.0.3.jar:]
 at

 org.apache.felix.framework.util.EventDispatcher.fireServiceEvent(EventDispatcher.java:543)[org.apache.felix.framework-4.0.3.jar:]
 at

 org.apache.felix.framework.Felix.fireServiceEvent(Felix.java:4260)[org.apache.felix.framework-4.0.3.jar:]
 at

 org.apache.felix.framework.Felix.registerService(Felix.java:3275)[org.apache.felix.framework-4.0.3.jar:]
 at

 org.apache.felix.framework.BundleContextImpl.registerService(BundleContextImpl.java:346)[org.apache.felix.framework-4.0.3.jar:]
 at

 org.apache.aries.blueprint.container.BlueprintContainerImpl.registerService(BlueprintContainerImpl.java:439)[7:org.apache.aries.blueprint.core:1.1.0]
 at

 org.apache.aries.blueprint.container.ServiceRecipe.register(ServiceRecipe.java:190)[7:org.apache.aries.blueprint.core:1.1.0]
 at

 org.apache.aries.blueprint.container.BlueprintContainerImpl.notifySatisfaction(BlueprintContainerImpl.java:640)[7:org.apache.aries.blueprint.core:1.1.0]
 at

 org.apache.aries.blueprint.container.AbstractServiceReferenceRecipe.setSatisfied(AbstractServiceReferenceRecipe.java:408)[7:org.apache.aries.blueprint.core:1.1.0]
 at

 org.apache.aries.blueprint.container.AbstractServiceReferenceRecipe.serviceAdded(AbstractServiceReferenceRecipe.java:345)[7:org.apache.aries.blueprint.core:1.1.0]
 at

 org.apache.aries.blueprint.container.AbstractServiceReferenceRecipe.access$000(AbstractServiceReferenceRecipe.java:72)[7:org.apache.aries.blueprint.core:1.1.0]
 at

 org.apache.aries.blueprint.container.AbstractServiceReferenceRecipe$3.run(AbstractServiceReferenceRecipe.java:318)[7:org.apache.aries.blueprint.core:1.1.0]
 at

 java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471)[:1.7.0_09-icedtea]
 at

 

Re: [VOTE] Release Apache Karaf 2.3.2

2013-07-10 Thread Jean-Baptiste Onofré

Let me try on 2.3.3-SNAPSHOT.

On 07/10/2013 04:16 PM, semethyjr wrote:

Yes this did work on Karaf 2.3.1.



--
View this message in context: 
http://karaf.922171.n3.nabble.com/VOTE-Release-Apache-Karaf-2-3-2-tp4029244p4029268.html
Sent from the Karaf - Dev mailing list archive at Nabble.com.



--
Jean-Baptiste Onofré
jbono...@apache.org
http://blog.nanthrax.net
Talend - http://www.talend.com


Re: [VOTE] Release Apache Karaf 2.3.2

2013-07-10 Thread semethyjr
All I did was tar karaf,  add war and webconsole feature to featuresBoot,
start karaf using start script.  Exception thrown in karaf.log.



--
View this message in context: 
http://karaf.922171.n3.nabble.com/VOTE-Release-Apache-Karaf-2-3-2-tp4029244p4029270.html
Sent from the Karaf - Dev mailing list archive at Nabble.com.


Re: [VOTE] Release Apache Karaf 2.3.2

2013-07-10 Thread Jean-Baptiste Onofré
Quick question: did you upgrade etc/org.ops4j.pax.url.mvn.cfg with the 
staging repository ?


Regards
JB

On 07/10/2013 04:00 PM, semethyjr wrote:

I tried adding war and webconsole features to featuresBoot.  I get the
following exception thrown in karaf.log on start up.  Running on RHEL 6.4.

org.apache.karaf.features.cfg

featuresBoot=config,ssh,management,kar,war,webconsole

karaf.log
2013-07-09 15:56:01,205 | ERROR | rint Extender: 1 | WebApplication
| iteboard.internal.WebApplication  229 | 77 -
org.ops4j.pax.web.pax-web-extender-whiteboard - 1.1.14 | Registration
skipped for
[ListenerWebElement{mapping=DefaultListenerMapping{httpContextId=null,listener=org.apache.karaf.deployer.features.FeatureDeploymentListener@13bdbb15}}]
due to error during registration
java.lang.IllegalArgumentException: Listener
[org.apache.karaf.deployer.features.FeatureDeploymentListener@13bdbb15]
already registered.
 at
org.ops4j.pax.web.service.spi.model.ServiceModel.addEventListenerModel(ServiceModel.java:90)[74:org.ops4j.pax.web.pax-web-spi:1.1.14]
 at
org.ops4j.pax.web.service.internal.HttpServiceStarted.registerEventListener(HttpServiceStarted.java:358)[75:org.ops4j.pax.web.pax-web-runtime:1.1.14]
 at
org.ops4j.pax.web.service.internal.HttpServiceProxy.registerEventListener(HttpServiceProxy.java:133)[75:org.ops4j.pax.web.pax-web-runtime:1.1.14]
 at
org.ops4j.pax.web.extender.whiteboard.internal.element.ListenerWebElement.register(ListenerWebElement.java:63)[77:org.ops4j.pax.web.pax-web-extender-whiteboard:1.1.14]
 at
org.ops4j.pax.web.extender.whiteboard.internal.WebApplication.registerWebElement(WebApplication.java:224)[77:org.ops4j.pax.web.pax-web-extender-whiteboard:1.1.14]
 at
org.ops4j.pax.web.extender.whiteboard.internal.WebApplication.addWebElement(WebApplication.java:102)[77:org.ops4j.pax.web.pax-web-extender-whiteboard:1.1.14]
 at
org.ops4j.pax.web.extender.whiteboard.internal.tracker.AbstractTracker.addingService(AbstractTracker.java:139)[77:org.ops4j.pax.web.pax-web-extender-whiteboard:1.1.14]
 at
org.ops4j.pax.web.extender.whiteboard.internal.tracker.ListenerTracker.addingService(ListenerTracker.java:36)[77:org.ops4j.pax.web.pax-web-extender-whiteboard:1.1.14]
 at
org.osgi.util.tracker.ServiceTracker$Tracked.customizerAdding(ServiceTracker.java:932)[karaf.jar:2.3.2-SNAPSHOT]
 at
org.osgi.util.tracker.ServiceTracker$Tracked.customizerAdding(ServiceTracker.java:1)[karaf.jar:2.3.2-SNAPSHOT]
 at
org.osgi.util.tracker.AbstractTracked.trackAdding(AbstractTracked.java:256)[karaf.jar:2.3.2-SNAPSHOT]
 at
org.osgi.util.tracker.AbstractTracked.track(AbstractTracked.java:229)[karaf.jar:2.3.2-SNAPSHOT]
 at
org.osgi.util.tracker.ServiceTracker$Tracked.serviceChanged(ServiceTracker.java:894)[karaf.jar:2.3.2-SNAPSHOT]
 at
org.apache.felix.framework.util.EventDispatcher.invokeServiceListenerCallback(EventDispatcher.java:932)[org.apache.felix.framework-4.0.3.jar:]
 at
org.apache.felix.framework.util.EventDispatcher.fireEventImmediately(EventDispatcher.java:793)[org.apache.felix.framework-4.0.3.jar:]
 at
org.apache.felix.framework.util.EventDispatcher.fireServiceEvent(EventDispatcher.java:543)[org.apache.felix.framework-4.0.3.jar:]
 at
org.apache.felix.framework.Felix.fireServiceEvent(Felix.java:4260)[org.apache.felix.framework-4.0.3.jar:]
 at
org.apache.felix.framework.Felix.registerService(Felix.java:3275)[org.apache.felix.framework-4.0.3.jar:]
 at
org.apache.felix.framework.BundleContextImpl.registerService(BundleContextImpl.java:346)[org.apache.felix.framework-4.0.3.jar:]
 at
org.apache.aries.blueprint.container.BlueprintContainerImpl.registerService(BlueprintContainerImpl.java:439)[7:org.apache.aries.blueprint.core:1.1.0]
 at
org.apache.aries.blueprint.container.ServiceRecipe.register(ServiceRecipe.java:190)[7:org.apache.aries.blueprint.core:1.1.0]
 at
org.apache.aries.blueprint.container.BlueprintContainerImpl.notifySatisfaction(BlueprintContainerImpl.java:640)[7:org.apache.aries.blueprint.core:1.1.0]
 at
org.apache.aries.blueprint.container.AbstractServiceReferenceRecipe.setSatisfied(AbstractServiceReferenceRecipe.java:408)[7:org.apache.aries.blueprint.core:1.1.0]
 at
org.apache.aries.blueprint.container.AbstractServiceReferenceRecipe.serviceAdded(AbstractServiceReferenceRecipe.java:345)[7:org.apache.aries.blueprint.core:1.1.0]
 at
org.apache.aries.blueprint.container.AbstractServiceReferenceRecipe.access$000(AbstractServiceReferenceRecipe.java:72)[7:org.apache.aries.blueprint.core:1.1.0]
 at
org.apache.aries.blueprint.container.AbstractServiceReferenceRecipe$3.run(AbstractServiceReferenceRecipe.java:318)[7:org.apache.aries.blueprint.core:1.1.0]
 at
java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471)[:1.7.0_09-icedtea]
 at

Re: [VOTE] Release Apache Karaf 2.3.2

2013-07-10 Thread semethyjr
No I did not update that file.  I would just need to add the following to
org.ops4j.pax.url.mvn.cfg correct?

https://repository.apache.org/content/repositories/orgapachekaraf-108

Thank you,



--
View this message in context: 
http://karaf.922171.n3.nabble.com/VOTE-Release-Apache-Karaf-2-3-2-tp4029244p4029274.html
Sent from the Karaf - Dev mailing list archive at Nabble.com.


Re: [VOTE] Release Apache Karaf 2.3.2

2013-07-10 Thread Jean-Baptiste Onofré
It works fine on 2.3.3-SNAPSHOT (same code base as 2.3.2) with both boot 
features in sync or async mode.


I make a try with the staging repo.

Regards
JB

On 07/10/2013 04:56 PM, semethyjr wrote:

All I did was tar karaf,  add war and webconsole feature to featuresBoot,
start karaf using start script.  Exception thrown in karaf.log.



--
View this message in context: 
http://karaf.922171.n3.nabble.com/VOTE-Release-Apache-Karaf-2-3-2-tp4029244p4029270.html
Sent from the Karaf - Dev mailing list archive at Nabble.com.



--
Jean-Baptiste Onofré
jbono...@apache.org
http://blog.nanthrax.net
Talend - http://www.talend.com


Re: [VOTE] Release Apache Karaf 2.3.2

2013-07-10 Thread Jean-Baptiste Onofré
It could be linked to change on boot features startup policy (sync or 
async). I will make a try by changing the property in 
etc/org.apache.karaf.features.cfg.


Regards
JB

On 07/10/2013 04:56 PM, semethyjr wrote:

All I did was tar karaf,  add war and webconsole feature to featuresBoot,
start karaf using start script.  Exception thrown in karaf.log.



--
View this message in context: 
http://karaf.922171.n3.nabble.com/VOTE-Release-Apache-Karaf-2-3-2-tp4029244p4029270.html
Sent from the Karaf - Dev mailing list archive at Nabble.com.



--
Jean-Baptiste Onofré
jbono...@apache.org
http://blog.nanthrax.net
Talend - http://www.talend.com


Re: [VOTE] Release Apache Karaf 2.3.2

2013-07-10 Thread semethyjr
What is the entry I need in org.ops4j.pax.url.mvn.cfg to add the staging
directory?  I am new to Karaf so I apologize for the newbie question.  In
org.ops4j.pax.url.mvn.cfg I tried adding
'https://repository.apache.org/content/repositories/orgapachekaraf-108'. 
What is the identifier please?

2013-07-10 12:16:31,816 | WARN  | FelixStartLevel  | MavenRepositoryURL 
 
| maven.commons.MavenRepositoryURL
  116 | 1 - org.ops4j.pax.url.mvn - 1.3.6 | Repository spec
https://repository.apache.org/content/repositories/orgapachekaraf-108/ does
not contain an identifier. This is deprecated  discouraged  just evil.

Thank you,



--
View this message in context: 
http://karaf.922171.n3.nabble.com/VOTE-Release-Apache-Karaf-2-3-2-tp4029244p4029276.html
Sent from the Karaf - Dev mailing list archive at Nabble.com.


Re: [VOTE] Release Apache Karaf 2.3.2

2013-07-10 Thread Jean-Baptiste Onofré

Hi,

in org.ops4j.pax.url.repositories property, you can add:

https://repository.apache.org/content/repositories/orgapachekaraf-108@id=stage

Regards
JB

On 07/10/2013 06:23 PM, semethyjr wrote:

What is the entry I need in org.ops4j.pax.url.mvn.cfg to add the staging
directory?  I am new to Karaf so I apologize for the newbie question.  In
org.ops4j.pax.url.mvn.cfg I tried adding
'https://repository.apache.org/content/repositories/orgapachekaraf-108'.
What is the identifier please?

2013-07-10 12:16:31,816 | WARN  | FelixStartLevel  | MavenRepositoryURL
| maven.commons.MavenRepositoryURL
   116 | 1 - org.ops4j.pax.url.mvn - 1.3.6 | Repository spec
https://repository.apache.org/content/repositories/orgapachekaraf-108/ does
not contain an identifier. This is deprecated  discouraged  just evil.

Thank you,



--
View this message in context: 
http://karaf.922171.n3.nabble.com/VOTE-Release-Apache-Karaf-2-3-2-tp4029244p4029276.html
Sent from the Karaf - Dev mailing list archive at Nabble.com.



--
Jean-Baptiste Onofré
jbono...@apache.org
http://blog.nanthrax.net
Talend - http://www.talend.com


Re: [VOTE] Release Apache Karaf 2.3.2

2013-07-10 Thread semethyjr
I removed my karaf container, tar'd the snapshot file, added the staging
repository, added 'war' and 'webconsole' feature.  I am still getting the
error.



--
View this message in context: 
http://karaf.922171.n3.nabble.com/VOTE-Release-Apache-Karaf-2-3-2-tp4029244p4029278.html
Sent from the Karaf - Dev mailing list archive at Nabble.com.


Re: [VOTE] Release Apache Karaf 2.3.2

2013-07-10 Thread Dan Tran
the mentioned staging repo is already released to
https://repository.apache.org/content/repositories/releases and it is on
the way to maven central.

You will need to wait until it reaches maven central or adjust your repo to
https://repository.apache.org/content/repositories/releases


On Wed, Jul 10, 2013 at 10:08 AM, semethyjr sems...@ca.com wrote:

 I removed my karaf container, tar'd the snapshot file, added the staging
 repository, added 'war' and 'webconsole' feature.  I am still getting the
 error.



 --
 View this message in context:
 http://karaf.922171.n3.nabble.com/VOTE-Release-Apache-Karaf-2-3-2-tp4029244p4029278.html
 Sent from the Karaf - Dev mailing list archive at Nabble.com.



Re: [VOTE] Release Apache Karaf 2.3.2

2013-07-10 Thread semethyjr
Here is what I had to do to get it start out of the box.

1.  Edit etc/org.apache.karaf.features.cfg and add 'war,webconsole' to
featuresBoot.
2.  Edit featuresBootAsynchronous and change to 'true'.
3.  Edit etc/org.ops4j.pax.url.mvn.cfg and add staging repository.

http://oss.sonatype.org/content/repositories/releases/@id=sonatype, \
   
https://repository.apache.org/content/repositories/orgapachekaraf-108@id=stage

4.  Start karaf (bin/start).

No exceptions in log.  Able to access Web Console.



--
View this message in context: 
http://karaf.922171.n3.nabble.com/VOTE-Release-Apache-Karaf-2-3-2-tp4029244p4029280.html
Sent from the Karaf - Dev mailing list archive at Nabble.com.


Re: [VOTE] Release Apache Karaf 2.3.2

2013-07-10 Thread Jean-Baptiste Onofré

Can you try with boot async false ? (it worked for me as well).

Regards
JB

On 07/10/2013 07:51 PM, semethyjr wrote:

Here is what I had to do to get it start out of the box.

1.  Edit etc/org.apache.karaf.features.cfg and add 'war,webconsole' to
featuresBoot.
2.  Edit featuresBootAsynchronous and change to 'true'.
3.  Edit etc/org.ops4j.pax.url.mvn.cfg and add staging repository.

 http://oss.sonatype.org/content/repositories/releases/@id=sonatype, \

https://repository.apache.org/content/repositories/orgapachekaraf-108@id=stage

4.  Start karaf (bin/start).

No exceptions in log.  Able to access Web Console.



--
View this message in context: 
http://karaf.922171.n3.nabble.com/VOTE-Release-Apache-Karaf-2-3-2-tp4029244p4029280.html
Sent from the Karaf - Dev mailing list archive at Nabble.com.



--
Jean-Baptiste Onofré
jbono...@apache.org
http://blog.nanthrax.net
Talend - http://www.talend.com


Re: [VOTE] Release Apache Karaf 2.3.2

2013-07-10 Thread semethyjr
False is the default setting out of tar file.  With featuresBootAsynchronous
set to 'false', it produces the exception.  If I change the value to true in
a new installation, everything starts successfully.



--
View this message in context: 
http://karaf.922171.n3.nabble.com/VOTE-Release-Apache-Karaf-2-3-2-tp4029244p4029282.html
Sent from the Karaf - Dev mailing list archive at Nabble.com.


Re: [VOTE] Release Apache Karaf 2.3.2

2013-07-10 Thread Jean-Baptiste Onofré

I try again, but I don't reproduce the issue.

On 07/10/2013 08:18 PM, semethyjr wrote:

False is the default setting out of tar file.  With featuresBootAsynchronous
set to 'false', it produces the exception.  If I change the value to true in
a new installation, everything starts successfully.



--
View this message in context: 
http://karaf.922171.n3.nabble.com/VOTE-Release-Apache-Karaf-2-3-2-tp4029244p4029282.html
Sent from the Karaf - Dev mailing list archive at Nabble.com.



--
Jean-Baptiste Onofré
jbono...@apache.org
http://blog.nanthrax.net
Talend - http://www.talend.com


Re: [VOTE] Release Apache Karaf 2.3.2

2013-07-10 Thread semethyjr
These are Linux VM's if that makes a difference.

[log]$  uname -a
Linux host-name 2.6.32-358.el6.x86_64 #1 SMP Tue Jan 29 11:47:41 EST 2013
x86_64 x86_64 x86_64 GNU/Linux
[user@host-name log]$ cat /etc/redhat-release
Red Hat Enterprise Linux Server release 6.4 (Santiago)

I have had previous karaf containers on these machines.  Would that make a
difference? I am unable to find ~/.m2/repository on these machines anywhere
to clean up.

Thank you.



--
View this message in context: 
http://karaf.922171.n3.nabble.com/VOTE-Release-Apache-Karaf-2-3-2-tp4029244p4029284.html
Sent from the Karaf - Dev mailing list archive at Nabble.com.


Re: [VOTE] Release Apache Karaf 2.3.2

2013-07-10 Thread Jamie G.
I've updated the website, but have not sent out the announcement email -
I'm awaiting the mirrors to have the kits available. Currently the download
links are not working despite the Karaf dist folder being populated, and
Nexus repo having the artifacts. We've seen delays in syncs in the past, if
it persists I'll get in contact with some one on the infra team.

My apologies for the delay,
Jamie




On Wed, Jul 10, 2013 at 4:08 PM, semethyjr sems...@ca.com wrote:

 These are Linux VM's if that makes a difference.

 [log]$  uname -a
 Linux host-name 2.6.32-358.el6.x86_64 #1 SMP Tue Jan 29 11:47:41 EST 2013
 x86_64 x86_64 x86_64 GNU/Linux
 [user@host-name log]$ cat /etc/redhat-release
 Red Hat Enterprise Linux Server release 6.4 (Santiago)

 I have had previous karaf containers on these machines.  Would that make a
 difference? I am unable to find ~/.m2/repository on these machines anywhere
 to clean up.

 Thank you.



 --
 View this message in context:
 http://karaf.922171.n3.nabble.com/VOTE-Release-Apache-Karaf-2-3-2-tp4029244p4029284.html
 Sent from the Karaf - Dev mailing list archive at Nabble.com.



Re: [VOTE] Release Apache Karaf 2.3.2

2013-07-10 Thread Jamie G.
I would like to note that the Apache back up mirrors are working for kit
downloads :)

-Jamie


On Wed, Jul 10, 2013 at 4:38 PM, Jamie G. jamie.goody...@gmail.com wrote:

 I've updated the website, but have not sent out the announcement email -
 I'm awaiting the mirrors to have the kits available. Currently the download
 links are not working despite the Karaf dist folder being populated, and
 Nexus repo having the artifacts. We've seen delays in syncs in the past, if
 it persists I'll get in contact with some one on the infra team.

 My apologies for the delay,
 Jamie




 On Wed, Jul 10, 2013 at 4:08 PM, semethyjr sems...@ca.com wrote:

 These are Linux VM's if that makes a difference.

 [log]$  uname -a
 Linux host-name 2.6.32-358.el6.x86_64 #1 SMP Tue Jan 29 11:47:41 EST 2013
 x86_64 x86_64 x86_64 GNU/Linux
 [user@host-name log]$ cat /etc/redhat-release
 Red Hat Enterprise Linux Server release 6.4 (Santiago)

 I have had previous karaf containers on these machines.  Would that make a
 difference? I am unable to find ~/.m2/repository on these machines
 anywhere
 to clean up.

 Thank you.



 --
 View this message in context:
 http://karaf.922171.n3.nabble.com/VOTE-Release-Apache-Karaf-2-3-2-tp4029244p4029284.html
 Sent from the Karaf - Dev mailing list archive at Nabble.com.





Re: [VOTE] Release Apache Karaf 2.3.2

2013-07-09 Thread Charles Moulliard
The build of the distribution is not complete.

When I deploy the webconsole feature, I get this error

karaf@root features:install webconsole
Error executing command: URL
[mvn:org.apache.karaf/apache-karaf/2.3.2/xml/jettyconfig] could not be
resolved.

java.lang.RuntimeException: URL
[mvn:org.apache.karaf/apache-karaf/2.3.2/xml/jettyconfig] could not be
resolved.
at
org.ops4j.pax.url.mvn.internal.Connection.getInputStream(Connection.java:195)[1:org.ops4j.pax.url.mvn:1.3.6]
at java.net.URL.openStream(URL.java:1010)[:1.6.0_51]

The system directory of karaf 2.3.2 does not contain this directory
org/apache/karaf/apache-karaf/


On Mon, Jul 8, 2013 at 10:21 PM, Achim Nierbeck bcanh...@googlemail.comwrote:

 +1 (binding)

 regards, Achim


 2013/7/8 Jean-Baptiste Onofré j...@nanthrax.net

  +1 (binding)
 
  Regards
  JB
 
 
  On 07/07/2013 03:47 PM, Jamie G. wrote:
 
  Hi,
 
  We resolved 67 issues in this release (web page will be published post
 RC
  promotion):
  https://svn.apache.org/repos/**asf/karaf/site/trunk/src/main/**
  webapp/index/community/**download/karaf-
 https://svn.apache.org/repos/asf/karaf/site/trunk/src/main/webapp/index/community/download/karaf-
 
  2.3.2-release.page
 
  Staging repository:
 
 https://repository.apache.org/**content/repositories/**orgapachekaraf-108
 https://repository.apache.org/content/repositories/orgapachekaraf-108
 
  Release tags:
  https://svn.apache.org/repos/**asf/karaf/tags/karaf-2.3.2/
 https://svn.apache.org/repos/asf/karaf/tags/karaf-2.3.2/
 
  2.3.x Dependencies table:
  https://svn.apache.org/repos/**asf/karaf/site/trunk/src/main/**
  webapp/index/documentation/**karaf-dependencies/karaf-deps-
 https://svn.apache.org/repos/asf/karaf/site/trunk/src/main/webapp/index/documentation/karaf-dependencies/karaf-deps-
 
  2.3.x.page
 
  Please vote to approve this release:
 
  [ ] +1 Approve the release
  [ ] -1 Veto the release (please provide specific comments)
 
  This vote will be open for 72 hours.
 
 
  --
  Jean-Baptiste Onofré
  jbono...@apache.org
  http://blog.nanthrax.net
  Talend - http://www.talend.com
 



 --

 Apache Karaf http://karaf.apache.org/ Committer  PMC
 OPS4J Pax Web http://wiki.ops4j.org/display/paxweb/Pax+Web/ Committer 
 Project Lead
 OPS4J Pax for Vaadin http://team.ops4j.org/wiki/display/PAXVAADIN/Home
 Commiter  Project Lead
 blog http://notizblog.nierbeck.de/




-- 
Charles Moulliard
Apache Committer / Architect @RedHat
Twitter : @cmoulliard | Blog : http://cmoulliard.blogspot.com


Re: [VOTE] Release Apache Karaf 2.3.2

2013-07-09 Thread Christian Schneider

+1 (non binding)

- Build from source artifact worked fine on windows
- Tested some of my tutorials and the cxf dosgi 1.5.0 on karaf 2.3.2 - 
Worked all fine. We still have the Ajax error in configs with metatype 
information but this is expected as the issue is still open.


Christian


Am 07.07.2013 15:47, schrieb Jamie G.:

Hi,

We resolved 67 issues in this release (web page will be published post RC
promotion):
https://svn.apache.org/repos/asf/karaf/site/trunk/src/main/webapp/index/community/download/karaf-
2.3.2-release.page

Staging repository:
https://repository.apache.org/content/repositories/orgapachekaraf-108

Release tags:
https://svn.apache.org/repos/asf/karaf/tags/karaf-2.3.2/

2.3.x Dependencies table:
https://svn.apache.org/repos/asf/karaf/site/trunk/src/main/webapp/index/documentation/karaf-dependencies/karaf-deps-
2.3.x.page

Please vote to approve this release:

[ ] +1 Approve the release
[ ] -1 Veto the release (please provide specific comments)

This vote will be open for 72 hours.




--
 
Christian Schneider

http://www.liquid-reality.de

Open Source Architect
Talend Application Integration Division http://www.talend.com



Re: [VOTE] Release Apache Karaf 2.3.2

2013-07-09 Thread Christian Schneider

Hi Charles,

this is normal. I also ran into it. You have to add the staging repo to 
the pax url configs.


Christian

Am 09.07.2013 08:51, schrieb Charles Moulliard:

The build of the distribution is not complete.

When I deploy the webconsole feature, I get this error

karaf@root features:install webconsole
Error executing command: URL
[mvn:org.apache.karaf/apache-karaf/2.3.2/xml/jettyconfig] could not be
resolved.

java.lang.RuntimeException: URL
[mvn:org.apache.karaf/apache-karaf/2.3.2/xml/jettyconfig] could not be
resolved.
at
org.ops4j.pax.url.mvn.internal.Connection.getInputStream(Connection.java:195)[1:org.ops4j.pax.url.mvn:1.3.6]
at java.net.URL.openStream(URL.java:1010)[:1.6.0_51]

The system directory of karaf 2.3.2 does not contain this directory
org/apache/karaf/apache-karaf/


On Mon, Jul 8, 2013 at 10:21 PM, Achim Nierbeck bcanh...@googlemail.comwrote:


+1 (binding)

regards, Achim


2013/7/8 Jean-Baptiste Onofré j...@nanthrax.net


+1 (binding)

Regards
JB


On 07/07/2013 03:47 PM, Jamie G. wrote:


Hi,

We resolved 67 issues in this release (web page will be published post

RC

promotion):
https://svn.apache.org/repos/**asf/karaf/site/trunk/src/main/**
webapp/index/community/**download/karaf-

https://svn.apache.org/repos/asf/karaf/site/trunk/src/main/webapp/index/community/download/karaf-

2.3.2-release.page

Staging repository:


https://repository.apache.org/**content/repositories/**orgapachekaraf-108
https://repository.apache.org/content/repositories/orgapachekaraf-108

Release tags:
https://svn.apache.org/repos/**asf/karaf/tags/karaf-2.3.2/

https://svn.apache.org/repos/asf/karaf/tags/karaf-2.3.2/

2.3.x Dependencies table:
https://svn.apache.org/repos/**asf/karaf/site/trunk/src/main/**
webapp/index/documentation/**karaf-dependencies/karaf-deps-

https://svn.apache.org/repos/asf/karaf/site/trunk/src/main/webapp/index/documentation/karaf-dependencies/karaf-deps-

2.3.x.page

Please vote to approve this release:

[ ] +1 Approve the release
[ ] -1 Veto the release (please provide specific comments)

This vote will be open for 72 hours.



--
Jean-Baptiste Onofré
jbono...@apache.org
http://blog.nanthrax.net
Talend - http://www.talend.com




--

Apache Karaf http://karaf.apache.org/ Committer  PMC
OPS4J Pax Web http://wiki.ops4j.org/display/paxweb/Pax+Web/ Committer 
Project Lead
OPS4J Pax for Vaadin http://team.ops4j.org/wiki/display/PAXVAADIN/Home
Commiter  Project Lead
blog http://notizblog.nierbeck.de/







--
 
Christian Schneider

http://www.liquid-reality.de

Open Source Architect
Talend Application Integration Division http://www.talend.com



Re: [VOTE] Release Apache Karaf 2.3.2

2013-07-09 Thread Jean-Baptiste Onofré

It's normal.

You have to add the staging repo in etc/org.ops4j.pax.url.mvn.cfg.

webconsole is part of the optional features (since the beginning).

Regards
JB

On 07/09/2013 08:51 AM, Charles Moulliard wrote:

The build of the distribution is not complete.

When I deploy the webconsole feature, I get this error

karaf@root features:install webconsole
Error executing command: URL
[mvn:org.apache.karaf/apache-karaf/2.3.2/xml/jettyconfig] could not be
resolved.

java.lang.RuntimeException: URL
[mvn:org.apache.karaf/apache-karaf/2.3.2/xml/jettyconfig] could not be
resolved.
at
org.ops4j.pax.url.mvn.internal.Connection.getInputStream(Connection.java:195)[1:org.ops4j.pax.url.mvn:1.3.6]
at java.net.URL.openStream(URL.java:1010)[:1.6.0_51]

The system directory of karaf 2.3.2 does not contain this directory
org/apache/karaf/apache-karaf/


On Mon, Jul 8, 2013 at 10:21 PM, Achim Nierbeck bcanh...@googlemail.comwrote:


+1 (binding)

regards, Achim


2013/7/8 Jean-Baptiste Onofré j...@nanthrax.net


+1 (binding)

Regards
JB


On 07/07/2013 03:47 PM, Jamie G. wrote:


Hi,

We resolved 67 issues in this release (web page will be published post

RC

promotion):
https://svn.apache.org/repos/**asf/karaf/site/trunk/src/main/**
webapp/index/community/**download/karaf-

https://svn.apache.org/repos/asf/karaf/site/trunk/src/main/webapp/index/community/download/karaf-



2.3.2-release.page

Staging repository:


https://repository.apache.org/**content/repositories/**orgapachekaraf-108
https://repository.apache.org/content/repositories/orgapachekaraf-108


Release tags:
https://svn.apache.org/repos/**asf/karaf/tags/karaf-2.3.2/

https://svn.apache.org/repos/asf/karaf/tags/karaf-2.3.2/


2.3.x Dependencies table:
https://svn.apache.org/repos/**asf/karaf/site/trunk/src/main/**
webapp/index/documentation/**karaf-dependencies/karaf-deps-

https://svn.apache.org/repos/asf/karaf/site/trunk/src/main/webapp/index/documentation/karaf-dependencies/karaf-deps-



2.3.x.page

Please vote to approve this release:

[ ] +1 Approve the release
[ ] -1 Veto the release (please provide specific comments)

This vote will be open for 72 hours.



--
Jean-Baptiste Onofré
jbono...@apache.org
http://blog.nanthrax.net
Talend - http://www.talend.com





--

Apache Karaf http://karaf.apache.org/ Committer  PMC
OPS4J Pax Web http://wiki.ops4j.org/display/paxweb/Pax+Web/ Committer 
Project Lead
OPS4J Pax for Vaadin http://team.ops4j.org/wiki/display/PAXVAADIN/Home
Commiter  Project Lead
blog http://notizblog.nierbeck.de/







--
Jean-Baptiste Onofré
jbono...@apache.org
http://blog.nanthrax.net
Talend - http://www.talend.com


Re: [VOTE] Release Apache Karaf 2.3.2

2013-07-09 Thread Achim Nierbeck
Hi Charles,

did you configure to use the staging repo in the org.ops4j.pax.mvn.cfg file?
Without this properly configured this won't work :)

regards, Achim


2013/7/9 Charles Moulliard ch0...@gmail.com

 The build of the distribution is not complete.

 When I deploy the webconsole feature, I get this error

 karaf@root features:install webconsole
 Error executing command: URL
 [mvn:org.apache.karaf/apache-karaf/2.3.2/xml/jettyconfig] could not be
 resolved.

 java.lang.RuntimeException: URL
 [mvn:org.apache.karaf/apache-karaf/2.3.2/xml/jettyconfig] could not be
 resolved.
 at

 org.ops4j.pax.url.mvn.internal.Connection.getInputStream(Connection.java:195)[1:org.ops4j.pax.url.mvn:1.3.6]
 at java.net.URL.openStream(URL.java:1010)[:1.6.0_51]

 The system directory of karaf 2.3.2 does not contain this directory
 org/apache/karaf/apache-karaf/


 On Mon, Jul 8, 2013 at 10:21 PM, Achim Nierbeck bcanh...@googlemail.com
 wrote:

  +1 (binding)
 
  regards, Achim
 
 
  2013/7/8 Jean-Baptiste Onofré j...@nanthrax.net
 
   +1 (binding)
  
   Regards
   JB
  
  
   On 07/07/2013 03:47 PM, Jamie G. wrote:
  
   Hi,
  
   We resolved 67 issues in this release (web page will be published post
  RC
   promotion):
   https://svn.apache.org/repos/**asf/karaf/site/trunk/src/main/**
   webapp/index/community/**download/karaf-
 
 https://svn.apache.org/repos/asf/karaf/site/trunk/src/main/webapp/index/community/download/karaf-
  
   2.3.2-release.page
  
   Staging repository:
  
 
 https://repository.apache.org/**content/repositories/**orgapachekaraf-108
  https://repository.apache.org/content/repositories/orgapachekaraf-108
  
   Release tags:
   https://svn.apache.org/repos/**asf/karaf/tags/karaf-2.3.2/
  https://svn.apache.org/repos/asf/karaf/tags/karaf-2.3.2/
  
   2.3.x Dependencies table:
   https://svn.apache.org/repos/**asf/karaf/site/trunk/src/main/**
   webapp/index/documentation/**karaf-dependencies/karaf-deps-
 
 https://svn.apache.org/repos/asf/karaf/site/trunk/src/main/webapp/index/documentation/karaf-dependencies/karaf-deps-
  
   2.3.x.page
  
   Please vote to approve this release:
  
   [ ] +1 Approve the release
   [ ] -1 Veto the release (please provide specific comments)
  
   This vote will be open for 72 hours.
  
  
   --
   Jean-Baptiste Onofré
   jbono...@apache.org
   http://blog.nanthrax.net
   Talend - http://www.talend.com
  
 
 
 
  --
 
  Apache Karaf http://karaf.apache.org/ Committer  PMC
  OPS4J Pax Web http://wiki.ops4j.org/display/paxweb/Pax+Web/ Committer
 
  Project Lead
  OPS4J Pax for Vaadin http://team.ops4j.org/wiki/display/PAXVAADIN/Home
  Commiter  Project Lead
  blog http://notizblog.nierbeck.de/
 



 --
 Charles Moulliard
 Apache Committer / Architect @RedHat
 Twitter : @cmoulliard | Blog : http://cmoulliard.blogspot.com




-- 

Apache Karaf http://karaf.apache.org/ Committer  PMC
OPS4J Pax Web http://wiki.ops4j.org/display/paxweb/Pax+Web/ Committer 
Project Lead
OPS4J Pax for Vaadin http://team.ops4j.org/wiki/display/PAXVAADIN/Home
Commiter  Project Lead
blog http://notizblog.nierbeck.de/


Re: [VOTE] Release Apache Karaf 2.3.2

2013-07-09 Thread Freeman Fang
+1
-
Freeman(Yue) Fang

Red Hat, Inc. 
FuseSource is now part of Red Hat
Web: http://fusesource.com | http://www.redhat.com/
Twitter: freemanfang
Blog: http://freemanfang.blogspot.com
http://blog.sina.com.cn/u/1473905042
weibo: @Freeman小屋



On 2013-7-7, at 下午9:47, Jamie G. wrote:

 Hi,
 
 We resolved 67 issues in this release (web page will be published post RC
 promotion):
 https://svn.apache.org/repos/asf/karaf/site/trunk/src/main/webapp/index/community/download/karaf-
 2.3.2-release.page
 
 Staging repository:
 https://repository.apache.org/content/repositories/orgapachekaraf-108
 
 Release tags:
 https://svn.apache.org/repos/asf/karaf/tags/karaf-2.3.2/
 
 2.3.x Dependencies table:
 https://svn.apache.org/repos/asf/karaf/site/trunk/src/main/webapp/index/documentation/karaf-dependencies/karaf-deps-
 2.3.x.page
 
 Please vote to approve this release:
 
 [ ] +1 Approve the release
 [ ] -1 Veto the release (please provide specific comments)
 
 This vote will be open for 72 hours.



Re: [VOTE] Release Apache Karaf 2.3.2

2013-07-09 Thread Charles Moulliard
Thx. Works better with the staging repo

+1


On Tue, Jul 9, 2013 at 9:13 AM, Achim Nierbeck bcanh...@googlemail.comwrote:

 Hi Charles,

 did you configure to use the staging repo in the org.ops4j.pax.mvn.cfg
 file?
 Without this properly configured this won't work :)

 regards, Achim


 2013/7/9 Charles Moulliard ch0...@gmail.com

  The build of the distribution is not complete.
 
  When I deploy the webconsole feature, I get this error
 
  karaf@root features:install webconsole
  Error executing command: URL
  [mvn:org.apache.karaf/apache-karaf/2.3.2/xml/jettyconfig] could not be
  resolved.
 
  java.lang.RuntimeException: URL
  [mvn:org.apache.karaf/apache-karaf/2.3.2/xml/jettyconfig] could not be
  resolved.
  at
 
 
 org.ops4j.pax.url.mvn.internal.Connection.getInputStream(Connection.java:195)[1:org.ops4j.pax.url.mvn:1.3.6]
  at java.net.URL.openStream(URL.java:1010)[:1.6.0_51]
 
  The system directory of karaf 2.3.2 does not contain this directory
  org/apache/karaf/apache-karaf/
 
 
  On Mon, Jul 8, 2013 at 10:21 PM, Achim Nierbeck bcanh...@googlemail.com
  wrote:
 
   +1 (binding)
  
   regards, Achim
  
  
   2013/7/8 Jean-Baptiste Onofré j...@nanthrax.net
  
+1 (binding)
   
Regards
JB
   
   
On 07/07/2013 03:47 PM, Jamie G. wrote:
   
Hi,
   
We resolved 67 issues in this release (web page will be published
 post
   RC
promotion):
https://svn.apache.org/repos/**asf/karaf/site/trunk/src/main/**
webapp/index/community/**download/karaf-
  
 
 https://svn.apache.org/repos/asf/karaf/site/trunk/src/main/webapp/index/community/download/karaf-
   
2.3.2-release.page
   
Staging repository:
   
  
 
 https://repository.apache.org/**content/repositories/**orgapachekaraf-108
   https://repository.apache.org/content/repositories/orgapachekaraf-108
   
Release tags:
https://svn.apache.org/repos/**asf/karaf/tags/karaf-2.3.2/
   https://svn.apache.org/repos/asf/karaf/tags/karaf-2.3.2/
   
2.3.x Dependencies table:
https://svn.apache.org/repos/**asf/karaf/site/trunk/src/main/**
webapp/index/documentation/**karaf-dependencies/karaf-deps-
  
 
 https://svn.apache.org/repos/asf/karaf/site/trunk/src/main/webapp/index/documentation/karaf-dependencies/karaf-deps-
   
2.3.x.page
   
Please vote to approve this release:
   
[ ] +1 Approve the release
[ ] -1 Veto the release (please provide specific comments)
   
This vote will be open for 72 hours.
   
   
--
Jean-Baptiste Onofré
jbono...@apache.org
http://blog.nanthrax.net
Talend - http://www.talend.com
   
  
  
  
   --
  
   Apache Karaf http://karaf.apache.org/ Committer  PMC
   OPS4J Pax Web http://wiki.ops4j.org/display/paxweb/Pax+Web/
 Committer
  
   Project Lead
   OPS4J Pax for Vaadin 
 http://team.ops4j.org/wiki/display/PAXVAADIN/Home
   Commiter  Project Lead
   blog http://notizblog.nierbeck.de/
  
 
 
 
  --
  Charles Moulliard
  Apache Committer / Architect @RedHat
  Twitter : @cmoulliard | Blog : http://cmoulliard.blogspot.com
 



 --

 Apache Karaf http://karaf.apache.org/ Committer  PMC
 OPS4J Pax Web http://wiki.ops4j.org/display/paxweb/Pax+Web/ Committer 
 Project Lead
 OPS4J Pax for Vaadin http://team.ops4j.org/wiki/display/PAXVAADIN/Home
 Commiter  Project Lead
 blog http://notizblog.nierbeck.de/




-- 
Charles Moulliard
Apache Committer / Architect @RedHat
Twitter : @cmoulliard | Blog : http://cmoulliard.blogspot.com


Re: [VOTE] Release Apache Karaf 2.3.2

2013-07-08 Thread Achim Nierbeck
+1 (binding)

regards, Achim


2013/7/8 Jean-Baptiste Onofré j...@nanthrax.net

 +1 (binding)

 Regards
 JB


 On 07/07/2013 03:47 PM, Jamie G. wrote:

 Hi,

 We resolved 67 issues in this release (web page will be published post RC
 promotion):
 https://svn.apache.org/repos/**asf/karaf/site/trunk/src/main/**
 webapp/index/community/**download/karaf-https://svn.apache.org/repos/asf/karaf/site/trunk/src/main/webapp/index/community/download/karaf-
 2.3.2-release.page

 Staging repository:
 https://repository.apache.org/**content/repositories/**orgapachekaraf-108https://repository.apache.org/content/repositories/orgapachekaraf-108

 Release tags:
 https://svn.apache.org/repos/**asf/karaf/tags/karaf-2.3.2/https://svn.apache.org/repos/asf/karaf/tags/karaf-2.3.2/

 2.3.x Dependencies table:
 https://svn.apache.org/repos/**asf/karaf/site/trunk/src/main/**
 webapp/index/documentation/**karaf-dependencies/karaf-deps-https://svn.apache.org/repos/asf/karaf/site/trunk/src/main/webapp/index/documentation/karaf-dependencies/karaf-deps-
 2.3.x.page

 Please vote to approve this release:

 [ ] +1 Approve the release
 [ ] -1 Veto the release (please provide specific comments)

 This vote will be open for 72 hours.


 --
 Jean-Baptiste Onofré
 jbono...@apache.org
 http://blog.nanthrax.net
 Talend - http://www.talend.com




-- 

Apache Karaf http://karaf.apache.org/ Committer  PMC
OPS4J Pax Web http://wiki.ops4j.org/display/paxweb/Pax+Web/ Committer 
Project Lead
OPS4J Pax for Vaadin http://team.ops4j.org/wiki/display/PAXVAADIN/Home
Commiter  Project Lead
blog http://notizblog.nierbeck.de/


Re: [VOTE] Release Apache Karaf 2.3.2 (second try)

2013-07-05 Thread Andreas Pieber
Sry for the delay... org.apache.karaf.shell.commands.WcTest is the only one
with test failures.

Kind regards,
Andreas


On Fri, Jul 5, 2013 at 1:12 PM, Jamie G. jamie.goody...@gmail.com wrote:

 Any more issues found Andreas?

 To make it official, this RC of Karaf 2.3.2 has been cancelled. I've
 dropped the staged RC and removed the tags.


 On Fri, Jul 5, 2013 at 2:54 AM, Andreas Pieber anpie...@gmail.com wrote:

  I'll try to run without build failing on test failures. Lets see if I can
  discover any more failures.
 
  Kind regards,
  Andreas
 
 
  On Fri, Jul 5, 2013 at 6:03 AM, Jamie G. jamie.goody...@gmail.com
 wrote:
 
   This is very strange, I set these tests to ignore in the source... I
  agree
   that failed builds of the release candidate requires  minus one. While
  this
   rc kit is still up are there any other test failures any one is
 observing
   on other platforms?
  
   On Friday, July 5, 2013, Andreas Pieber wrote:
  
This is kind of a PITA :-( While building the tag works without any
problems the source download still doesn't work. And this is the
  artifact
we've to vote on I'm afraid. On Linux the following tests fail:
   
Failed tests:
testOneFileWordCounts(org.apache.karaf.shell.commands.WcTest): A
 single
file report should not contain a total count row expected: 3[4
  487
   3307]   WcActionTestLarge.t... but was:   3[5 487
  3308]
WcActionTestLarge.t...
  testLargeStringWordCounts(org.apache.karaf.shell.commands.WcTest):
  The
expected lineCount should be equal expected:34 but was:35
  testThreeFilesWordCounts(org.apache.karaf.shell.commands.WcTest): A
single file report should not contain a total expected:  1[1 12
 34  WcActionTestSmall.txt(..)
   
   
-1 :-(
   
Kind regards,
Andreas
   
   
On Thu, Jul 4, 2013 at 9:22 PM, Jamie G. jamie.goody...@gmail.com
   javascript:;
wrote:
   
 Hi,

 We resolved 66 issues in this release (web page will be published
  post
   RC
 promotion):


   
  
 
 https://svn.apache.org/repos/asf/karaf/site/trunk/src/main/webapp/index/community/download/karaf-
 2.3.2-release.page

 Staging repository:

  https://repository.apache.org/content/repositories/orgapachekaraf-103/

 Release tags:
 https://svn.apache.org/repos/asf/karaf/tags/karaf-2.3.2/

 2.3.x Dependencies table:


   
  
 
 https://svn.apache.org/repos/asf/karaf/site/trunk/src/main/webapp/index/documentation/karaf-dependencies/karaf-deps-
 2.3.x.page

 Please vote to approve this release:

 [ ] +1 Approve the release
 [ ] -1 Veto the release (please provide specific comments)

 This vote will be open for 72 hours.

   
  
 



Re: [VOTE] Release Apache Karaf 2.3.2 (second try)

2013-07-05 Thread Jamie G.
Karaf RC Status update:

We're working on resolving the WcTest issue. Once corrected we'll try once
again for a RC cut.

-The Karaf Team


On Fri, Jul 5, 2013 at 10:12 AM, Andreas Pieber anpie...@gmail.com wrote:

 Sry for the delay... org.apache.karaf.shell.commands.WcTest is the only one
 with test failures.

 Kind regards,
 Andreas


 On Fri, Jul 5, 2013 at 1:12 PM, Jamie G. jamie.goody...@gmail.com wrote:

  Any more issues found Andreas?
 
  To make it official, this RC of Karaf 2.3.2 has been cancelled. I've
  dropped the staged RC and removed the tags.
 
 
  On Fri, Jul 5, 2013 at 2:54 AM, Andreas Pieber anpie...@gmail.com
 wrote:
 
   I'll try to run without build failing on test failures. Lets see if I
 can
   discover any more failures.
  
   Kind regards,
   Andreas
  
  
   On Fri, Jul 5, 2013 at 6:03 AM, Jamie G. jamie.goody...@gmail.com
  wrote:
  
This is very strange, I set these tests to ignore in the source... I
   agree
that failed builds of the release candidate requires  minus one.
 While
   this
rc kit is still up are there any other test failures any one is
  observing
on other platforms?
   
On Friday, July 5, 2013, Andreas Pieber wrote:
   
 This is kind of a PITA :-( While building the tag works without any
 problems the source download still doesn't work. And this is the
   artifact
 we've to vote on I'm afraid. On Linux the following tests fail:

 Failed tests:
 testOneFileWordCounts(org.apache.karaf.shell.commands.WcTest): A
  single
 file report should not contain a total count row expected: 3[4
   487
3307]   WcActionTestLarge.t... but was:   3[5 487
   3308]
 WcActionTestLarge.t...

 testLargeStringWordCounts(org.apache.karaf.shell.commands.WcTest):
   The
 expected lineCount should be equal expected:34 but was:35

 testThreeFilesWordCounts(org.apache.karaf.shell.commands.WcTest): A
 single file report should not contain a total expected:  1[1
 12
  34  WcActionTestSmall.txt(..)


 -1 :-(

 Kind regards,
 Andreas


 On Thu, Jul 4, 2013 at 9:22 PM, Jamie G. jamie.goody...@gmail.com
javascript:;
 wrote:

  Hi,
 
  We resolved 66 issues in this release (web page will be published
   post
RC
  promotion):
 
 

   
  
 
 https://svn.apache.org/repos/asf/karaf/site/trunk/src/main/webapp/index/community/download/karaf-
  2.3.2-release.page
 
  Staging repository:
 
   https://repository.apache.org/content/repositories/orgapachekaraf-103/
 
  Release tags:
  https://svn.apache.org/repos/asf/karaf/tags/karaf-2.3.2/
 
  2.3.x Dependencies table:
 
 

   
  
 
 https://svn.apache.org/repos/asf/karaf/site/trunk/src/main/webapp/index/documentation/karaf-dependencies/karaf-deps-
  2.3.x.page
 
  Please vote to approve this release:
 
  [ ] +1 Approve the release
  [ ] -1 Veto the release (please provide specific comments)
 
  This vote will be open for 72 hours.
 

   
  
 



Re: [VOTE] Release Apache Karaf 2.3.2 (second try)

2013-07-04 Thread Andreas Pieber
I'll try to run without build failing on test failures. Lets see if I can
discover any more failures.

Kind regards,
Andreas


On Fri, Jul 5, 2013 at 6:03 AM, Jamie G. jamie.goody...@gmail.com wrote:

 This is very strange, I set these tests to ignore in the source... I agree
 that failed builds of the release candidate requires  minus one. While this
 rc kit is still up are there any other test failures any one is observing
 on other platforms?

 On Friday, July 5, 2013, Andreas Pieber wrote:

  This is kind of a PITA :-( While building the tag works without any
  problems the source download still doesn't work. And this is the artifact
  we've to vote on I'm afraid. On Linux the following tests fail:
 
  Failed tests:
  testOneFileWordCounts(org.apache.karaf.shell.commands.WcTest): A single
  file report should not contain a total count row expected: 3[4   487
 3307]   WcActionTestLarge.t... but was:   3[5 487 3308]
  WcActionTestLarge.t...
testLargeStringWordCounts(org.apache.karaf.shell.commands.WcTest): The
  expected lineCount should be equal expected:34 but was:35
testThreeFilesWordCounts(org.apache.karaf.shell.commands.WcTest): A
  single file report should not contain a total expected:  1[1 12
   34  WcActionTestSmall.txt(..)
 
 
  -1 :-(
 
  Kind regards,
  Andreas
 
 
  On Thu, Jul 4, 2013 at 9:22 PM, Jamie G. jamie.goody...@gmail.com
 javascript:;
  wrote:
 
   Hi,
  
   We resolved 66 issues in this release (web page will be published post
 RC
   promotion):
  
  
 
 https://svn.apache.org/repos/asf/karaf/site/trunk/src/main/webapp/index/community/download/karaf-
   2.3.2-release.page
  
   Staging repository:
   https://repository.apache.org/content/repositories/orgapachekaraf-103/
  
   Release tags:
   https://svn.apache.org/repos/asf/karaf/tags/karaf-2.3.2/
  
   2.3.x Dependencies table:
  
  
 
 https://svn.apache.org/repos/asf/karaf/site/trunk/src/main/webapp/index/documentation/karaf-dependencies/karaf-deps-
   2.3.x.page
  
   Please vote to approve this release:
  
   [ ] +1 Approve the release
   [ ] -1 Veto the release (please provide specific comments)
  
   This vote will be open for 72 hours.