You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@karaf.apache.org by Dan Tran <da...@gmail.com> on 2012/08/25 05:56:18 UTC

Unable to install webconsole under karaf-2.2.9

Hi this is the first time I try the webconsole feature under karaf
minimal package

and run into this issue, is it a bug?  I can see same error on both
linux and windows

I also try to build webconsole-wicket and install according source
tree's readme, and ran into the same issue.  Looks like a regression
for 2.2.9??

Could someone confirm?

Thanks


-Dan

karaf@root> feature:install -v webconsole
Installing feature webconsole 2.2.9
Installing feature webconsole-base 2.2.9
Installing feature http 2.2.9
Installing feature jetty 7.5.4.v20111024
Installing bundle
mvn:org.apache.servicemix.specs/org.apache.servicemix.specs.activation-api-1.1/2.0.0
Installing bundle mvn:org.apache.geronimo.specs/geronimo-servlet_2.5_spec/1.1.2
Installing bundle mvn:javax.mail/mail/1.4.5
Installing bundle mvn:org.apache.geronimo.specs/geronimo-jta_1.1_spec/1.1.1
Installing bundle mvn:org.eclipse.jetty/jetty-util/7.5.4.v20111024
Installing bundle mvn:org.eclipse.jetty/jetty-io/7.5.4.v20111024
Installing bundle mvn:org.eclipse.jetty/jetty-http/7.5.4.v20111024
Installing bundle mvn:org.eclipse.jetty/jetty-client/7.5.4.v20111024
Installing bundle mvn:org.eclipse.jetty/jetty-continuation/7.5.4.v20111024
Installing bundle mvn:org.eclipse.jetty/jetty-jmx/7.5.4.v20111024
Installing bundle mvn:org.eclipse.jetty/jetty-server/7.5.4.v20111024
Installing bundle mvn:org.eclipse.jetty/jetty-security/7.5.4.v20111024
Installing bundle mvn:org.eclipse.jetty/jetty-servlet/7.5.4.v20111024
Installing bundle mvn:org.eclipse.jetty/jetty-servlets/7.5.4.v20111024
Installing bundle mvn:org.eclipse.jetty/jetty-xml/7.5.4.v20111024
Installing bundle mvn:org.eclipse.jetty/jetty-webapp/7.5.4.v20111024
Installing bundle mvn:org.eclipse.jetty/jetty-jndi/7.5.4.v20111024
Installing bundle mvn:org.eclipse.jetty/jetty-plus/7.5.4.v20111024
Installing bundle mvn:org.eclipse.jetty/jetty-websocket/7.5.4.v20111024
Checking configuration file
mvn:org.apache.karaf/apache-karaf/2.2.9/xml/jettyconfig
Installing bundle mvn:org.ops4j.pax.web/pax-web-api/1.0.11
Installing bundle mvn:org.ops4j.pax.web/pax-web-spi/1.0.11
Installing bundle mvn:org.ops4j.pax.web/pax-web-runtime/1.0.11
Installing bundle mvn:org.ops4j.pax.web/pax-web-jetty/1.0.11
Installing bundle mvn:org.apache.felix/org.apache.felix.metatype/1.0.4
Installing bundle
mvn:org.apache.karaf.webconsole/org.apache.karaf.webconsole.branding/2.2.9
Installing bundle
mvn:org.apache.karaf.webconsole/org.apache.karaf.webconsole.console/2.2.9
Installing bundle
mvn:org.apache.karaf.webconsole/org.apache.karaf.webconsole.admin/2.2.9
Installing bundle
mvn:org.apache.karaf.webconsole/org.apache.karaf.webconsole.features/2.2.9
Installing bundle
mvn:org.apache.karaf.webconsole/org.apache.karaf.webconsole.gogo/2.2.9
Installing bundle
mvn:org.apache.felix/org.apache.felix.webconsole.plugins.event/1.0.2
Error executing command: Could not start bundle
mvn:org.apache.karaf.webconsole/org.apache.karaf.webconsole.admin/2.2.9
in feature(s) webconsole-2.2.9: Unresolved constraint in bundle
org.apache.karaf
.webconsole.admin [60]: Unable to resolve 60.0: missing requirement
[60.0] package;
(&(package=org.apache.karaf.admin)(version>=2.2.0)(!(version>=3.0.0)))
karaf@root>

Re: Unable to install webconsole under karaf-2.2.9

Posted by Dan Tran <da...@gmail.com>.
should I file a JIRA to get it fixed?  either add admin support or
remove webconsole from feature list under minimal package.  I would
prefer to add admin support since I would like to load up webconsle
under minimal package

Thanks

-D

On Sun, Aug 26, 2012 at 12:32 PM, Łukasz Dywicki <lu...@code-house.org> wrote:
> Then it's clear. Karaf minimal do not contain InstanceAdmin and support for
> child containers.
>
>
> Łukasz Dywicki
> --
> Code-House
> http://code-house.org
>
> Dnia 26 sie 2012 o godz. 17:27 Dan Tran <da...@gmail.com> napisał(a):
>
> It only happens if I use 'minimal' package,
> apache-Karaf-2.2.9-minimal.tar.gz
>
> -D
>
> On Sunday, August 26, 2012, Łukasz Dywicki wrote:
>>
>> Hey Dan,
>> The webconsole feature is old fashion stuff (Felix one), the
>> webconsole-wicket is a new one. Both works well on my computer with 2.2.9
>> release. Maybe you typed too fast and some of features was not yet started?
>> The admin package is resolved correctly (122 is webconsole admin module):
>>
>> packages:imports 122|grep admin
>> Apache Karaf :: Admin :: Core (35): org.apache.karaf.admin; version=2.2.9
>>
>> Best regards,
>> Lukasz
>>
>>
>>
>> Wiadomość napisana przez Dan Tran w dniu 25 sie 2012, o godz. 08:26:
>>
>> If you have a work around to get webconsole-wicket to work on 2.2.9,
>> please let me know.
>>
>> Thanks
>>
>> -D
>>
>> On Fri, Aug 24, 2012 at 9:56 PM, Łukasz Dywicki <lu...@code-house.org>
>> wrote:
>>
>> Dan,
>>
>> Thanks for testing. I checked 2.2.9 with webconsole-wicket indtallation
>> and it worked well. Will take a lok on yor issue.
>>
>>
>> Łukasz Dywicki
>>
>> --
>>
>> Code-House
>>
>> http://code-house.org
>>
>>
>> Dnia 25 sie 2012 o godz. 06:26 Dan Tran <da...@gmail.com> napisał(a):
>>
>>
>> feature:install webconsole and webconsole-wicket work for full pack.
>>
>> So I guess this is a bug. I also try 2.2.7, 2.2.8 as well
>>
>>
>> Will create a JIRA for this
>>
>>
>> -Dan
>>
>>
>> On Fri, Aug 24, 2012 at 8:56 PM, Dan Tran <da...@gmail.com> wrote:
>>
>> Hi this is the first time I try the webconsole feature under karaf
>>
>> minimal package
>>
>>
>> and run into this issue, is it a bug?  I can see same error on both
>>
>> linux and windows
>>
>>
>> I also try to build webconsole-wicket and install according source
>>
>> tree's readme, and ran into the same issue.  Looks like a regression
>>
>> for 2.2.9??
>>
>>
>> Could someone confirm?
>>
>>
>> Thanks
>>
>>
>>
>> -Dan
>>
>>
>> karaf@root> feature:install -v webconsole
>>
>> Installing feature webconsole 2.2.9
>>
>> Installing feature webconsole-base 2.2.9
>>
>> Installing feature http 2.2.9
>>
>> Installing feature jetty 7.5.4.v20111024
>>
>>
>

Re: Unable to install webconsole under karaf-2.2.9

Posted by Łukasz Dywicki <lu...@code-house.org>.
Then it's clear. Karaf minimal do not contain InstanceAdmin and support for child containers.

Łukasz Dywicki
--
Code-House
http://code-house.org

Dnia 26 sie 2012 o godz. 17:27 Dan Tran <da...@gmail.com> napisał(a):

> It only happens if I use 'minimal' package, apache-Karaf-2.2.9-minimal.tar.gz
> 
> -D
> 
> On Sunday, August 26, 2012, Łukasz Dywicki wrote:
> Hey Dan,
> The webconsole feature is old fashion stuff (Felix one), the webconsole-wicket is a new one. Both works well on my computer with 2.2.9 release. Maybe you typed too fast and some of features was not yet started? The admin package is resolved correctly (122 is webconsole admin module):
> 
> packages:imports 122|grep admin
> Apache Karaf :: Admin :: Core (35): org.apache.karaf.admin; version=2.2.9
> 
> Best regards,
> Lukasz
> 
> 
> 
> Wiadomość napisana przez Dan Tran w dniu 25 sie 2012, o godz. 08:26:
> 
>> If you have a work around to get webconsole-wicket to work on 2.2.9,
>> please let me know.
>> 
>> Thanks
>> 
>> -D
>> 
>> On Fri, Aug 24, 2012 at 9:56 PM, Łukasz Dywicki <lu...@code-house.org> wrote:
>>> Dan,
>>> Thanks for testing. I checked 2.2.9 with webconsole-wicket indtallation and it worked well. Will take a lok on yor issue.
>>> 
>>> Łukasz Dywicki
>>> --
>>> Code-House
>>> http://code-house.org
>>> 
>>> Dnia 25 sie 2012 o godz. 06:26 Dan Tran <da...@gmail.com> napisał(a):
>>> 
>>>> feature:install webconsole and webconsole-wicket work for full pack.
>>>> So I guess this is a bug. I also try 2.2.7, 2.2.8 as well
>>>> 
>>>> Will create a JIRA for this
>>>> 
>>>> -Dan
>>>> 
>>>> On Fri, Aug 24, 2012 at 8:56 PM, Dan Tran <da...@gmail.com> wrote:
>>>>> Hi this is the first time I try the webconsole feature under karaf
>>>>> minimal package
>>>>> 
>>>>> and run into this issue, is it a bug?  I can see same error on both
>>>>> linux and windows
>>>>> 
>>>>> I also try to build webconsole-wicket and install according source
>>>>> tree's readme, and ran into the same issue.  Looks like a regression
>>>>> for 2.2.9??
>>>>> 
>>>>> Could someone confirm?
>>>>> 
>>>>> Thanks
>>>>> 
>>>>> 
>>>>> -Dan
>>>>> 
>>>>> karaf@root> feature:install -v webconsole
>>>>> Installing feature webconsole 2.2.9
>>>>> Installing feature webconsole-base 2.2.9
>>>>> Installing feature http 2.2.9
>>>>> Installing feature jetty 7.5.4.v20111024
> 

Re: Unable to install webconsole under karaf-2.2.9

Posted by Dan Tran <da...@gmail.com>.
It only happens if I use 'minimal' package,
apache-Karaf-2.2.9-minimal.tar.gz

-D

On Sunday, August 26, 2012, Łukasz Dywicki wrote:

> Hey Dan,
> The webconsole feature is old fashion stuff (Felix one), the
> webconsole-wicket is a new one. Both works well on my computer with 2.2.9
> release. Maybe you typed too fast and some of features was not yet started?
> The admin package is resolved correctly (122 is webconsole admin module):
>
> packages:imports 122|grep admin
> Apache Karaf :: Admin :: Core (35): org.apache.karaf.admin; version=2.2.9
>
> Best regards,
> Lukasz
>
>
>
> Wiadomość napisana przez Dan Tran w dniu 25 sie 2012, o godz. 08:26:
>
> If you have a work around to get webconsole-wicket to work on 2.2.9,
> please let me know.
>
> Thanks
>
> -D
>
> On Fri, Aug 24, 2012 at 9:56 PM, Łukasz Dywicki <lu...@code-house.org>
> wrote:
>
> Dan,
>
> Thanks for testing. I checked 2.2.9 with webconsole-wicket indtallation
> and it worked well. Will take a lok on yor issue.
>
>
> Łukasz Dywicki
>
> --
>
> Code-House
>
> http://code-house.org
>
>
> Dnia 25 sie 2012 o godz. 06:26 Dan Tran <da...@gmail.com> napisał(a):
>
>
> feature:install webconsole and webconsole-wicket work for full pack.
>
> So I guess this is a bug. I also try 2.2.7, 2.2.8 as well
>
>
> Will create a JIRA for this
>
>
> -Dan
>
>
> On Fri, Aug 24, 2012 at 8:56 PM, Dan Tran <da...@gmail.com> wrote:
>
> Hi this is the first time I try the webconsole feature under karaf
>
> minimal package
>
>
> and run into this issue, is it a bug?  I can see same error on both
>
> linux and windows
>
>
> I also try to build webconsole-wicket and install according source
>
> tree's readme, and ran into the same issue.  Looks like a regression
>
> for 2.2.9??
>
>
> Could someone confirm?
>
>
> Thanks
>
>
>
> -Dan
>
>
> karaf@root> feature:install -v webconsole
>
> Installing feature webconsole 2.2.9
>
> Installing feature webconsole-base 2.2.9
>
> Installing feature http 2.2.9
>
> Installing feature jetty 7.5.4.v20111024
>
>
>

Re: Unable to install webconsole under karaf-2.2.9

Posted by Łukasz Dywicki <lu...@code-house.org>.
Hey Dan,
The webconsole feature is old fashion stuff (Felix one), the webconsole-wicket is a new one. Both works well on my computer with 2.2.9 release. Maybe you typed too fast and some of features was not yet started? The admin package is resolved correctly (122 is webconsole admin module):

packages:imports 122|grep admin
Apache Karaf :: Admin :: Core (35): org.apache.karaf.admin; version=2.2.9

Best regards,
Lukasz



Wiadomość napisana przez Dan Tran w dniu 25 sie 2012, o godz. 08:26:

> If you have a work around to get webconsole-wicket to work on 2.2.9,
> please let me know.
> 
> Thanks
> 
> -D
> 
> On Fri, Aug 24, 2012 at 9:56 PM, Łukasz Dywicki <lu...@code-house.org> wrote:
>> Dan,
>> Thanks for testing. I checked 2.2.9 with webconsole-wicket indtallation and it worked well. Will take a lok on yor issue.
>> 
>> Łukasz Dywicki
>> --
>> Code-House
>> http://code-house.org
>> 
>> Dnia 25 sie 2012 o godz. 06:26 Dan Tran <da...@gmail.com> napisał(a):
>> 
>>> feature:install webconsole and webconsole-wicket work for full pack.
>>> So I guess this is a bug. I also try 2.2.7, 2.2.8 as well
>>> 
>>> Will create a JIRA for this
>>> 
>>> -Dan
>>> 
>>> On Fri, Aug 24, 2012 at 8:56 PM, Dan Tran <da...@gmail.com> wrote:
>>>> Hi this is the first time I try the webconsole feature under karaf
>>>> minimal package
>>>> 
>>>> and run into this issue, is it a bug?  I can see same error on both
>>>> linux and windows
>>>> 
>>>> I also try to build webconsole-wicket and install according source
>>>> tree's readme, and ran into the same issue.  Looks like a regression
>>>> for 2.2.9??
>>>> 
>>>> Could someone confirm?
>>>> 
>>>> Thanks
>>>> 
>>>> 
>>>> -Dan
>>>> 
>>>> karaf@root> feature:install -v webconsole
>>>> Installing feature webconsole 2.2.9
>>>> Installing feature webconsole-base 2.2.9
>>>> Installing feature http 2.2.9
>>>> Installing feature jetty 7.5.4.v20111024
>>>> Installing bundle
>>>> mvn:org.apache.servicemix.specs/org.apache.servicemix.specs.activation-api-1.1/2.0.0
>>>> Installing bundle mvn:org.apache.geronimo.specs/geronimo-servlet_2.5_spec/1.1.2
>>>> Installing bundle mvn:javax.mail/mail/1.4.5
>>>> Installing bundle mvn:org.apache.geronimo.specs/geronimo-jta_1.1_spec/1.1.1
>>>> Installing bundle mvn:org.eclipse.jetty/jetty-util/7.5.4.v20111024
>>>> Installing bundle mvn:org.eclipse.jetty/jetty-io/7.5.4.v20111024
>>>> Installing bundle mvn:org.eclipse.jetty/jetty-http/7.5.4.v20111024
>>>> Installing bundle mvn:org.eclipse.jetty/jetty-client/7.5.4.v20111024
>>>> Installing bundle mvn:org.eclipse.jetty/jetty-continuation/7.5.4.v20111024
>>>> Installing bundle mvn:org.eclipse.jetty/jetty-jmx/7.5.4.v20111024
>>>> Installing bundle mvn:org.eclipse.jetty/jetty-server/7.5.4.v20111024
>>>> Installing bundle mvn:org.eclipse.jetty/jetty-security/7.5.4.v20111024
>>>> Installing bundle mvn:org.eclipse.jetty/jetty-servlet/7.5.4.v20111024
>>>> Installing bundle mvn:org.eclipse.jetty/jetty-servlets/7.5.4.v20111024
>>>> Installing bundle mvn:org.eclipse.jetty/jetty-xml/7.5.4.v20111024
>>>> Installing bundle mvn:org.eclipse.jetty/jetty-webapp/7.5.4.v20111024
>>>> Installing bundle mvn:org.eclipse.jetty/jetty-jndi/7.5.4.v20111024
>>>> Installing bundle mvn:org.eclipse.jetty/jetty-plus/7.5.4.v20111024
>>>> Installing bundle mvn:org.eclipse.jetty/jetty-websocket/7.5.4.v20111024
>>>> Checking configuration file
>>>> mvn:org.apache.karaf/apache-karaf/2.2.9/xml/jettyconfig
>>>> Installing bundle mvn:org.ops4j.pax.web/pax-web-api/1.0.11
>>>> Installing bundle mvn:org.ops4j.pax.web/pax-web-spi/1.0.11
>>>> Installing bundle mvn:org.ops4j.pax.web/pax-web-runtime/1.0.11
>>>> Installing bundle mvn:org.ops4j.pax.web/pax-web-jetty/1.0.11
>>>> Installing bundle mvn:org.apache.felix/org.apache.felix.metatype/1.0.4
>>>> Installing bundle
>>>> mvn:org.apache.karaf.webconsole/org.apache.karaf.webconsole.branding/2.2.9
>>>> Installing bundle
>>>> mvn:org.apache.karaf.webconsole/org.apache.karaf.webconsole.console/2.2.9
>>>> Installing bundle
>>>> mvn:org.apache.karaf.webconsole/org.apache.karaf.webconsole.admin/2.2.9
>>>> Installing bundle
>>>> mvn:org.apache.karaf.webconsole/org.apache.karaf.webconsole.features/2.2.9
>>>> Installing bundle
>>>> mvn:org.apache.karaf.webconsole/org.apache.karaf.webconsole.gogo/2.2.9
>>>> Installing bundle
>>>> mvn:org.apache.felix/org.apache.felix.webconsole.plugins.event/1.0.2
>>>> Error executing command: Could not start bundle
>>>> mvn:org.apache.karaf.webconsole/org.apache.karaf.webconsole.admin/2.2.9
>>>> in feature(s) webconsole-2.2.9: Unresolved constraint in bundle
>>>> org.apache.karaf
>>>> .webconsole.admin [60]: Unable to resolve 60.0: missing requirement
>>>> [60.0] package;
>>>> (&(package=org.apache.karaf.admin)(version>=2.2.0)(!(version>=3.0.0)))
>>>> karaf@root>


Re: Unable to install webconsole under karaf-2.2.9

Posted by Dan Tran <da...@gmail.com>.
If you have a work around to get webconsole-wicket to work on 2.2.9,
please let me know.

Thanks

-D

On Fri, Aug 24, 2012 at 9:56 PM, Łukasz Dywicki <lu...@code-house.org> wrote:
> Dan,
> Thanks for testing. I checked 2.2.9 with webconsole-wicket indtallation and it worked well. Will take a lok on yor issue.
>
> Łukasz Dywicki
> --
> Code-House
> http://code-house.org
>
> Dnia 25 sie 2012 o godz. 06:26 Dan Tran <da...@gmail.com> napisał(a):
>
>> feature:install webconsole and webconsole-wicket work for full pack.
>> So I guess this is a bug. I also try 2.2.7, 2.2.8 as well
>>
>> Will create a JIRA for this
>>
>> -Dan
>>
>> On Fri, Aug 24, 2012 at 8:56 PM, Dan Tran <da...@gmail.com> wrote:
>>> Hi this is the first time I try the webconsole feature under karaf
>>> minimal package
>>>
>>> and run into this issue, is it a bug?  I can see same error on both
>>> linux and windows
>>>
>>> I also try to build webconsole-wicket and install according source
>>> tree's readme, and ran into the same issue.  Looks like a regression
>>> for 2.2.9??
>>>
>>> Could someone confirm?
>>>
>>> Thanks
>>>
>>>
>>> -Dan
>>>
>>> karaf@root> feature:install -v webconsole
>>> Installing feature webconsole 2.2.9
>>> Installing feature webconsole-base 2.2.9
>>> Installing feature http 2.2.9
>>> Installing feature jetty 7.5.4.v20111024
>>> Installing bundle
>>> mvn:org.apache.servicemix.specs/org.apache.servicemix.specs.activation-api-1.1/2.0.0
>>> Installing bundle mvn:org.apache.geronimo.specs/geronimo-servlet_2.5_spec/1.1.2
>>> Installing bundle mvn:javax.mail/mail/1.4.5
>>> Installing bundle mvn:org.apache.geronimo.specs/geronimo-jta_1.1_spec/1.1.1
>>> Installing bundle mvn:org.eclipse.jetty/jetty-util/7.5.4.v20111024
>>> Installing bundle mvn:org.eclipse.jetty/jetty-io/7.5.4.v20111024
>>> Installing bundle mvn:org.eclipse.jetty/jetty-http/7.5.4.v20111024
>>> Installing bundle mvn:org.eclipse.jetty/jetty-client/7.5.4.v20111024
>>> Installing bundle mvn:org.eclipse.jetty/jetty-continuation/7.5.4.v20111024
>>> Installing bundle mvn:org.eclipse.jetty/jetty-jmx/7.5.4.v20111024
>>> Installing bundle mvn:org.eclipse.jetty/jetty-server/7.5.4.v20111024
>>> Installing bundle mvn:org.eclipse.jetty/jetty-security/7.5.4.v20111024
>>> Installing bundle mvn:org.eclipse.jetty/jetty-servlet/7.5.4.v20111024
>>> Installing bundle mvn:org.eclipse.jetty/jetty-servlets/7.5.4.v20111024
>>> Installing bundle mvn:org.eclipse.jetty/jetty-xml/7.5.4.v20111024
>>> Installing bundle mvn:org.eclipse.jetty/jetty-webapp/7.5.4.v20111024
>>> Installing bundle mvn:org.eclipse.jetty/jetty-jndi/7.5.4.v20111024
>>> Installing bundle mvn:org.eclipse.jetty/jetty-plus/7.5.4.v20111024
>>> Installing bundle mvn:org.eclipse.jetty/jetty-websocket/7.5.4.v20111024
>>> Checking configuration file
>>> mvn:org.apache.karaf/apache-karaf/2.2.9/xml/jettyconfig
>>> Installing bundle mvn:org.ops4j.pax.web/pax-web-api/1.0.11
>>> Installing bundle mvn:org.ops4j.pax.web/pax-web-spi/1.0.11
>>> Installing bundle mvn:org.ops4j.pax.web/pax-web-runtime/1.0.11
>>> Installing bundle mvn:org.ops4j.pax.web/pax-web-jetty/1.0.11
>>> Installing bundle mvn:org.apache.felix/org.apache.felix.metatype/1.0.4
>>> Installing bundle
>>> mvn:org.apache.karaf.webconsole/org.apache.karaf.webconsole.branding/2.2.9
>>> Installing bundle
>>> mvn:org.apache.karaf.webconsole/org.apache.karaf.webconsole.console/2.2.9
>>> Installing bundle
>>> mvn:org.apache.karaf.webconsole/org.apache.karaf.webconsole.admin/2.2.9
>>> Installing bundle
>>> mvn:org.apache.karaf.webconsole/org.apache.karaf.webconsole.features/2.2.9
>>> Installing bundle
>>> mvn:org.apache.karaf.webconsole/org.apache.karaf.webconsole.gogo/2.2.9
>>> Installing bundle
>>> mvn:org.apache.felix/org.apache.felix.webconsole.plugins.event/1.0.2
>>> Error executing command: Could not start bundle
>>> mvn:org.apache.karaf.webconsole/org.apache.karaf.webconsole.admin/2.2.9
>>> in feature(s) webconsole-2.2.9: Unresolved constraint in bundle
>>> org.apache.karaf
>>> .webconsole.admin [60]: Unable to resolve 60.0: missing requirement
>>> [60.0] package;
>>> (&(package=org.apache.karaf.admin)(version>=2.2.0)(!(version>=3.0.0)))
>>> karaf@root>

Re: Unable to install webconsole under karaf-2.2.9

Posted by Łukasz Dywicki <lu...@code-house.org>.
Dan,
Thanks for testing. I checked 2.2.9 with webconsole-wicket indtallation and it worked well. Will take a lok on yor issue.

Łukasz Dywicki
--
Code-House
http://code-house.org

Dnia 25 sie 2012 o godz. 06:26 Dan Tran <da...@gmail.com> napisał(a):

> feature:install webconsole and webconsole-wicket work for full pack.
> So I guess this is a bug. I also try 2.2.7, 2.2.8 as well
> 
> Will create a JIRA for this
> 
> -Dan
> 
> On Fri, Aug 24, 2012 at 8:56 PM, Dan Tran <da...@gmail.com> wrote:
>> Hi this is the first time I try the webconsole feature under karaf
>> minimal package
>> 
>> and run into this issue, is it a bug?  I can see same error on both
>> linux and windows
>> 
>> I also try to build webconsole-wicket and install according source
>> tree's readme, and ran into the same issue.  Looks like a regression
>> for 2.2.9??
>> 
>> Could someone confirm?
>> 
>> Thanks
>> 
>> 
>> -Dan
>> 
>> karaf@root> feature:install -v webconsole
>> Installing feature webconsole 2.2.9
>> Installing feature webconsole-base 2.2.9
>> Installing feature http 2.2.9
>> Installing feature jetty 7.5.4.v20111024
>> Installing bundle
>> mvn:org.apache.servicemix.specs/org.apache.servicemix.specs.activation-api-1.1/2.0.0
>> Installing bundle mvn:org.apache.geronimo.specs/geronimo-servlet_2.5_spec/1.1.2
>> Installing bundle mvn:javax.mail/mail/1.4.5
>> Installing bundle mvn:org.apache.geronimo.specs/geronimo-jta_1.1_spec/1.1.1
>> Installing bundle mvn:org.eclipse.jetty/jetty-util/7.5.4.v20111024
>> Installing bundle mvn:org.eclipse.jetty/jetty-io/7.5.4.v20111024
>> Installing bundle mvn:org.eclipse.jetty/jetty-http/7.5.4.v20111024
>> Installing bundle mvn:org.eclipse.jetty/jetty-client/7.5.4.v20111024
>> Installing bundle mvn:org.eclipse.jetty/jetty-continuation/7.5.4.v20111024
>> Installing bundle mvn:org.eclipse.jetty/jetty-jmx/7.5.4.v20111024
>> Installing bundle mvn:org.eclipse.jetty/jetty-server/7.5.4.v20111024
>> Installing bundle mvn:org.eclipse.jetty/jetty-security/7.5.4.v20111024
>> Installing bundle mvn:org.eclipse.jetty/jetty-servlet/7.5.4.v20111024
>> Installing bundle mvn:org.eclipse.jetty/jetty-servlets/7.5.4.v20111024
>> Installing bundle mvn:org.eclipse.jetty/jetty-xml/7.5.4.v20111024
>> Installing bundle mvn:org.eclipse.jetty/jetty-webapp/7.5.4.v20111024
>> Installing bundle mvn:org.eclipse.jetty/jetty-jndi/7.5.4.v20111024
>> Installing bundle mvn:org.eclipse.jetty/jetty-plus/7.5.4.v20111024
>> Installing bundle mvn:org.eclipse.jetty/jetty-websocket/7.5.4.v20111024
>> Checking configuration file
>> mvn:org.apache.karaf/apache-karaf/2.2.9/xml/jettyconfig
>> Installing bundle mvn:org.ops4j.pax.web/pax-web-api/1.0.11
>> Installing bundle mvn:org.ops4j.pax.web/pax-web-spi/1.0.11
>> Installing bundle mvn:org.ops4j.pax.web/pax-web-runtime/1.0.11
>> Installing bundle mvn:org.ops4j.pax.web/pax-web-jetty/1.0.11
>> Installing bundle mvn:org.apache.felix/org.apache.felix.metatype/1.0.4
>> Installing bundle
>> mvn:org.apache.karaf.webconsole/org.apache.karaf.webconsole.branding/2.2.9
>> Installing bundle
>> mvn:org.apache.karaf.webconsole/org.apache.karaf.webconsole.console/2.2.9
>> Installing bundle
>> mvn:org.apache.karaf.webconsole/org.apache.karaf.webconsole.admin/2.2.9
>> Installing bundle
>> mvn:org.apache.karaf.webconsole/org.apache.karaf.webconsole.features/2.2.9
>> Installing bundle
>> mvn:org.apache.karaf.webconsole/org.apache.karaf.webconsole.gogo/2.2.9
>> Installing bundle
>> mvn:org.apache.felix/org.apache.felix.webconsole.plugins.event/1.0.2
>> Error executing command: Could not start bundle
>> mvn:org.apache.karaf.webconsole/org.apache.karaf.webconsole.admin/2.2.9
>> in feature(s) webconsole-2.2.9: Unresolved constraint in bundle
>> org.apache.karaf
>> .webconsole.admin [60]: Unable to resolve 60.0: missing requirement
>> [60.0] package;
>> (&(package=org.apache.karaf.admin)(version>=2.2.0)(!(version>=3.0.0)))
>> karaf@root>

Re: Unable to install webconsole under karaf-2.2.9

Posted by Dan Tran <da...@gmail.com>.
feature:install webconsole and webconsole-wicket work for full pack.
So I guess this is a bug. I also try 2.2.7, 2.2.8 as well

Will create a JIRA for this

-Dan

On Fri, Aug 24, 2012 at 8:56 PM, Dan Tran <da...@gmail.com> wrote:
> Hi this is the first time I try the webconsole feature under karaf
> minimal package
>
> and run into this issue, is it a bug?  I can see same error on both
> linux and windows
>
> I also try to build webconsole-wicket and install according source
> tree's readme, and ran into the same issue.  Looks like a regression
> for 2.2.9??
>
> Could someone confirm?
>
> Thanks
>
>
> -Dan
>
> karaf@root> feature:install -v webconsole
> Installing feature webconsole 2.2.9
> Installing feature webconsole-base 2.2.9
> Installing feature http 2.2.9
> Installing feature jetty 7.5.4.v20111024
> Installing bundle
> mvn:org.apache.servicemix.specs/org.apache.servicemix.specs.activation-api-1.1/2.0.0
> Installing bundle mvn:org.apache.geronimo.specs/geronimo-servlet_2.5_spec/1.1.2
> Installing bundle mvn:javax.mail/mail/1.4.5
> Installing bundle mvn:org.apache.geronimo.specs/geronimo-jta_1.1_spec/1.1.1
> Installing bundle mvn:org.eclipse.jetty/jetty-util/7.5.4.v20111024
> Installing bundle mvn:org.eclipse.jetty/jetty-io/7.5.4.v20111024
> Installing bundle mvn:org.eclipse.jetty/jetty-http/7.5.4.v20111024
> Installing bundle mvn:org.eclipse.jetty/jetty-client/7.5.4.v20111024
> Installing bundle mvn:org.eclipse.jetty/jetty-continuation/7.5.4.v20111024
> Installing bundle mvn:org.eclipse.jetty/jetty-jmx/7.5.4.v20111024
> Installing bundle mvn:org.eclipse.jetty/jetty-server/7.5.4.v20111024
> Installing bundle mvn:org.eclipse.jetty/jetty-security/7.5.4.v20111024
> Installing bundle mvn:org.eclipse.jetty/jetty-servlet/7.5.4.v20111024
> Installing bundle mvn:org.eclipse.jetty/jetty-servlets/7.5.4.v20111024
> Installing bundle mvn:org.eclipse.jetty/jetty-xml/7.5.4.v20111024
> Installing bundle mvn:org.eclipse.jetty/jetty-webapp/7.5.4.v20111024
> Installing bundle mvn:org.eclipse.jetty/jetty-jndi/7.5.4.v20111024
> Installing bundle mvn:org.eclipse.jetty/jetty-plus/7.5.4.v20111024
> Installing bundle mvn:org.eclipse.jetty/jetty-websocket/7.5.4.v20111024
> Checking configuration file
> mvn:org.apache.karaf/apache-karaf/2.2.9/xml/jettyconfig
> Installing bundle mvn:org.ops4j.pax.web/pax-web-api/1.0.11
> Installing bundle mvn:org.ops4j.pax.web/pax-web-spi/1.0.11
> Installing bundle mvn:org.ops4j.pax.web/pax-web-runtime/1.0.11
> Installing bundle mvn:org.ops4j.pax.web/pax-web-jetty/1.0.11
> Installing bundle mvn:org.apache.felix/org.apache.felix.metatype/1.0.4
> Installing bundle
> mvn:org.apache.karaf.webconsole/org.apache.karaf.webconsole.branding/2.2.9
> Installing bundle
> mvn:org.apache.karaf.webconsole/org.apache.karaf.webconsole.console/2.2.9
> Installing bundle
> mvn:org.apache.karaf.webconsole/org.apache.karaf.webconsole.admin/2.2.9
> Installing bundle
> mvn:org.apache.karaf.webconsole/org.apache.karaf.webconsole.features/2.2.9
> Installing bundle
> mvn:org.apache.karaf.webconsole/org.apache.karaf.webconsole.gogo/2.2.9
> Installing bundle
> mvn:org.apache.felix/org.apache.felix.webconsole.plugins.event/1.0.2
> Error executing command: Could not start bundle
> mvn:org.apache.karaf.webconsole/org.apache.karaf.webconsole.admin/2.2.9
> in feature(s) webconsole-2.2.9: Unresolved constraint in bundle
> org.apache.karaf
> .webconsole.admin [60]: Unable to resolve 60.0: missing requirement
> [60.0] package;
> (&(package=org.apache.karaf.admin)(version>=2.2.0)(!(version>=3.0.0)))
> karaf@root>