You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@karaf.apache.org by nibblenabbler <pa...@gmail.com> on 2014/07/10 19:37:10 UTC

Karaf 3.0.1 - Successful start or not?

I just downloaded Karaf 3.0.1 and started it up on an Ubuntu machine with
internet access.  I see the following lines at the end of the log output. 
I'm just wondering if that's expected or not?

2014-07-10 10:33:33,846 | INFO  | FelixStartLevel  | BlueprintContainerImpl          
| 19 - org.apache.aries.blueprint.core - 1.4.0 | Bundle
org.apache.karaf.bundle.command is waiting for dependencies
[(objectClass=org.apache.karaf.bundle.core.BundleWatcher),
(objectClass=org.apache.karaf.bundle.core.BundleService)]
2014-07-10 10:33:33,894 | INFO  | rint Extender: 3 | BlueprintContainerImpl          
| 19 - org.apache.aries.blueprint.core - 1.4.0 | Bundle
org.apache.karaf.bundle.command is waiting for dependencies
[(objectClass=org.apache.karaf.bundle.core.BundleWatcher)]




--
View this message in context: http://karaf.922171.n3.nabble.com/Karaf-3-0-1-Successful-start-or-not-tp4034138.html
Sent from the Karaf - User mailing list archive at Nabble.com.

Re: Karaf 3.0.1 - Successful start or not?

Posted by nibblenabbler <pa...@gmail.com>.
Yes, I do have the shell prompt.  I've noticed that when I set the
"featuresBootAsynchronous=true" (default seems to be "false") in my
org.apache.karaf.features.cfg file I don't see those particular messages but
do see other things with "waiting" in the log.  Not sure whether those are
expected or not.

2014-07-10 11:19:32,009 | INFO  | FelixStartLevel  | BlueprintContainerImpl          
| 19 - org.apache.aries.blueprint.core - 1.4.0 | Bundle
org.apache.karaf.bundle.command is waiting for namespace handlers
[http://karaf.apache.org/xmlns/shell/v1.1.0]
2014-07-10 11:19:32,039 | INFO  | Thread-4         | FeaturesServiceImpl             
| 24 - org.apache.karaf.features.core - 3.0.1 | Installing feature
management 3.0.1
2014-07-10 11:19:32,098 | INFO  | FelixStartLevel  | BlueprintContainerImpl          
| 19 - org.apache.aries.blueprint.core - 1.4.0 | Bundle
org.apache.karaf.shell.help is waiting for dependencies
[(objectClass=org.apache.felix.service.threadio.ThreadIO)]
2014-07-10 11:19:32,124 | INFO  | FelixStartLevel  | BlueprintContainerImpl          
| 19 - org.apache.aries.blueprint.core - 1.4.0 | Bundle
org.apache.karaf.system.command is waiting for namespace handlers
[http://karaf.apache.org/xmlns/shell/v1.1.0]
2014-07-10 11:19:32,136 | INFO  | FelixStartLevel  | BlueprintContainerImpl          
| 19 - org.apache.aries.blueprint.core - 1.4.0 | Bundle
org.apache.karaf.shell.commands is waiting for namespace handlers
[http://karaf.apache.org/xmlns/shell/v1.1.0]
2014-07-10 11:19:32,169 | INFO  | FelixStartLevel  | BlueprintContainerImpl          
| 19 - org.apache.aries.blueprint.core - 1.4.0 | Bundle
org.apache.karaf.config.command is waiting for namespace handlers
[http://karaf.apache.org/xmlns/shell/v1.1.0]
2014-07-10 11:19:32,177 | INFO  | rint Extender: 2 | BlueprintContainerImpl          
| 19 - org.apache.aries.blueprint.core - 1.4.0 | Bundle
org.apache.karaf.shell.console is waiting for dependencies
[(objectClass=org.apache.felix.service.command.CommandProcessor)]
2014-07-10 11:19:32,212 | INFO  | rint Extender: 1 |
SecuredCommandConfigTransformer  | 37 - org.apache.karaf.shell.console -
3.0.1 | Generating command ACL config org.apache.karaf.command.acl.feature
into service ACL configs
[org.apache.karaf.service.acl.command.feature.uninstall,
org.apache.karaf.service.acl.command.feature.install]
2014-07-10 11:19:32,216 | INFO  | rint Extender: 1 |
SecuredCommandConfigTransformer  | 37 - org.apache.karaf.shell.console -
3.0.1 | Generating command ACL config org.apache.karaf.command.acl.jaas into
service ACL configs [org.apache.karaf.service.acl.command.jaas.update]
2014-07-10 11:19:32,220 | INFO  | FelixStartLevel  | BlueprintContainerImpl          
| 19 - org.apache.aries.blueprint.core - 1.4.0 | Bundle
org.apache.karaf.instance.command is waiting for namespace handlers
[http://karaf.apache.org/xmlns/shell/v1.1.0]




--
View this message in context: http://karaf.922171.n3.nabble.com/Karaf-3-0-1-Successful-start-or-not-tp4034138p4034140.html
Sent from the Karaf - User mailing list archive at Nabble.com.

Re: Karaf 3.0.1 - Successful start or not?

Posted by Jean-Baptiste Onofré <jb...@nanthrax.net>.
Hi,

do you have the shell prompt (karaf@root()>) ?

Can you do bundle:list ?
I suspect that you are not able to do it.
In that case, stop Karaf, remote the data folder and start again (using 
bin/karaf).

Regards
JB

On 07/10/2014 07:37 PM, nibblenabbler wrote:
> I just downloaded Karaf 3.0.1 and started it up on an Ubuntu machine with
> internet access.  I see the following lines at the end of the log output.
> I'm just wondering if that's expected or not?
>
> 2014-07-10 10:33:33,846 | INFO  | FelixStartLevel  | BlueprintContainerImpl
> | 19 - org.apache.aries.blueprint.core - 1.4.0 | Bundle
> org.apache.karaf.bundle.command is waiting for dependencies
> [(objectClass=org.apache.karaf.bundle.core.BundleWatcher),
> (objectClass=org.apache.karaf.bundle.core.BundleService)]
> 2014-07-10 10:33:33,894 | INFO  | rint Extender: 3 | BlueprintContainerImpl
> | 19 - org.apache.aries.blueprint.core - 1.4.0 | Bundle
> org.apache.karaf.bundle.command is waiting for dependencies
> [(objectClass=org.apache.karaf.bundle.core.BundleWatcher)]
>
>
>
>
> --
> View this message in context: http://karaf.922171.n3.nabble.com/Karaf-3-0-1-Successful-start-or-not-tp4034138.html
> Sent from the Karaf - User mailing list archive at Nabble.com.
>

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