Hi

The 10 active bundles are the startup bundles. Something was changed in Karaf 4 
and at the first start only the startup bundles are mentioned in this message.
The other bundles (e.g. from the boot features) are installed after the message 
is displayed. At the next ServiceMix start the message show the number of all 
bundles.

When ServiceMix hangs after the message is displayed, probably there is a 
problem with downloading of some other bundles which are part of boot features 
but are not
provided in the system repository (the system subdirectory). Probably you try 
to start ServiceMix behind a proxy or without internet connection.

Theoretically it should start without internet connection, because all bundles 
from boot features should be available under system repository. But 7.0.0.M1 
has one issue. 
Please try to remove 3 last lines from etc/overrides.properties.

mvn:com.fasterxml.jackson.jaxrs/jackson-jaxrs-base/2.6.3;range="[2,3)"
mvn:com.fasterxml.jackson.jaxrs/jackson-jaxrs-json-provider/2.6.3;range="[2,3)"
mvn:com.fasterxml.jackson.module/jackson-module-scala_2.11/2.6.3;range="[2,3)"

Explanation: the 3 bundles are not referenced by any boot feature and are not 
available in system repository. But ServiceMix/Karaf tries to download them at 
startup. If ServiceMix
cannot download them from any reason, you can get the effect you have described.

Please check the above first with removing the 3 bundles from 
overrides.properties. If it works it solves only your problem with startup. You 
will probably have still problem with installing
of other bundles (e.g. using command feature:install) what means your 
ServiceMix has problem with retrieving bundles from internet.

Which documentation do you use?

Regards
Krzysztof 



On 14.06.2016 17:33, Jean-Baptiste MARTIN wrote:
> Hello,
>
> Only 10 bundles active. Does your servicemix have access to Internet ? Just
> an idea.
>
> Le mar. 14 juin 2016 17:31, FLH <[email protected]> a écrit :
>
>> Hello everyone :)
>>
>> I'm a newbie on Apache ServiceMix.
>> I just downloaded the apache-servicemix-7.0.0.M1 release, and I try to use
>> it as explained in documentation (but this is the 4.3 documentation ...).
>>
>> So I start the bin/servicemix.bat , and then I only have this screen :
>> <http://servicemix.396122.n5.nabble.com/file/n5723778/Karaf.jpg>
>>
>> I've searched for hours over the net, but I can't find what to do next....
>> I would like to install and access an admin console for example, but I
>> can't
>> use the "karaf" functions ...
>>
>> What did I do wrong ?
>>
>> Thanks for your answers.
>>
>> Regards
>>
>>
>>
>> --
>> View this message in context:
>> http://servicemix.396122.n5.nabble.com/Newbie-on-ServiceMix-7-0-0-tp5723778.html
>> Sent from the ServiceMix - User mailing list archive at Nabble.com.
>>

-- 
Krzysztof Sobkowiak (@ksobkowiak)

JEE & OSS Architect, Integration Architect
Apache Software Foundation Member (http://apache.org/)
Apache ServiceMix Committer & PMC Member (http://servicemix.apache.org/)
Senior Solution Architect @ Capgemini SSC (http://www.capgeminisoftware.pl/)

Reply via email to