Hi, I have installed Karaf 3.0.1 and I'm trying to use SSH connection with "client" script. When I try to update a bundle using a remote shell, I receive the following error :
karaf@root()> update 78 Error executing command: Insufficient credentials. But if if use "update -f" it works ! In file org.apache.karaf.command.acl.bundle.cfg we can see that command "update" is restricted to "manager" role. But in users.properties, we can see that "karaf" has the role "manager" : karaf = karaf,_g_:admingroup _g_\:admingroup = group,admin,manager,viewer How can I solve this issue ? Regards, -- Nicolas Dutertry HR Access - http://www.hraccess.com
