The service wrapper doesn't have a libwrapper.so compiled for Arm so this isn't going to work at the moment. I have a SheevaPlug coming next week so I will certainly be doing something about this, but in the mean time if you want to use the service wrapper you will have to get the native source for Tanuki Service Wrapper 3.2.3 and set up a cross compiler for Arm on a Linux machine. I'll try to add this to Karaf some time in the next month or two.
Just out of curiosity, other than the service wrapper is everything else running OK? Also, are you running this on the ProSyst mBedded Server with J9 or are you using Felix and have all of the Java bits installed manually? Thanks, Chris -- Chris Custine FUSESource :: http://fusesource.com My Blog :: http://blog.organicelement.com Apache ServiceMix :: http://servicemix.apache.org Apache Felix :: http://felix.apache.org Apache Directory Server :: http://directory.apache.org On Wed, Dec 23, 2009 at 7:01 PM, John E. Conlon <[email protected]>wrote: > Having problems running karaf as a service on a Sheeva Plug < > http://www.marvell.com/products/embedded_processors/developer/kirkwood/sheevaplug.jsp > >. > > # cat /etc/issue > Ubuntu jaunty (development branch) \n \l > # cat /etc/debian_version > 5.0 > # uname -a > Linux debian 2.6.22.18 #1 Thu Mar 19 14:46:22 IST 2009 armv5tejl GNU/Linux > > After installing the wrapper feature > ka...@root> wrapper:install > Creating file: /opt/felix/apache-felix-karaf-1.2.0/bin/karaf-wrapper > Creating file: /opt/felix/apache-felix-karaf-1.2.0/bin/karaf-service > Creating file: /opt/felix/apache-felix-karaf-1.2.0/etc/karaf-wrapper.conf > Creating file: /opt/felix/apache-felix-karaf-1.2.0/lib/libwrapper.so > Creating file: /opt/felix/apache-felix-karaf-1.2.0/lib/karaf-wrapper.jar > > After linking > ln -s /opt/felix/apache-felix-karaf-1.2.0/bin/karaf-service /etc/init.d/ > > I am not able to start the service. Here is what I get... > jcon...@debian:/opt/felix/apache-felix-karaf-1.2.0$ bin/karaf-service > start > Starting karaf... > Killed > > Any ideas or trouble shooting tips? > > thanks, > John > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > >

