You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@karaf.apache.org by "Ivan Op de Beeck (JIRA)" <ji...@apache.org> on 2014/01/24 22:11:46 UTC

[jira] [Commented] (KARAF-2734) Karaf service wrapper not working on Raspberry Pi

    [ https://issues.apache.org/jira/browse/KARAF-2734?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13881429#comment-13881429 ] 

Ivan Op de Beeck commented on KARAF-2734:
-----------------------------------------

I ran into the same problem a while ago.

The Karaf wrapper feature uses Tanuki Software's Java Service Wrapper library. This library's native code is compiled for ARMv7, not the Raspberry Pi's ARMv6. 

Options include:
 - recompile JSW for the correct processor architecture (http://sourceforge.net/mailarchive/message.php?msg_id=30767505) 
 - file a bug report with Tanuki software and wait
 - switch to another service wrapper, like YAJSW (http://yajsw.sourceforge.net), which is all-Java, and therefore should run on any architecture



> Karaf service wrapper not working on Raspberry Pi
> -------------------------------------------------
>
>                 Key: KARAF-2734
>                 URL: https://issues.apache.org/jira/browse/KARAF-2734
>             Project: Karaf
>          Issue Type: Improvement
>    Affects Versions: 2.3.3
>         Environment: Rasbian Wheezy 3.10
>            Reporter: Stephan Huber
>            Assignee: Jean-Baptiste Onofré
>            Priority: Minor
>              Labels: features, newbie
>   Original Estimate: 48h
>  Remaining Estimate: 48h
>
> Hello,
> I tried to install the Karaf service wrapper on a Raspberry Pi as described on this site http://karaf.apache.org/manual/latest-2.3.x/users-guide/wrapper.html. There it is said that it ??should work with any distribution??.
> Unfortunately if I try to execute the created script with _/etc/init.d/KARAF-service_ start I get following error:
> {quote}
>  $ sudo update-rc.d KARAF-service defaults
> update-rc.d: using dependency based boot sequencing
> insserv: warning: script 'K01karaf-service' missing LSB tags and overrides
> insserv: warning: script 'KARAF-service' missing LSB tags and overrides
> insserv: warning: script 'karaf-service' missing LSB tags and overrides
>  $ /etc/init.d/KARAF-service start
> Starting Karaf...
> /home/pi/apache-karaf-2.3.3/bin/KARAF-wrapper: 1: /home/pi/apache-karaf-2.3.3/bin/KARAF-wrapper: *Syntax error: "(" unexpected*
> {quote}
> If I then change the first line of KARAF-service from  #! / bin / sh to #! / bin / bash I don't get that error anymore but another one:
> {quote}
>  $ /etc/init.d/KARAF-service start       Starting Karaf...
> /etc/init.d/KARAF-service: line 417: /home/pi/apache-karaf-2.3.3/bin/KARAF-wrapper: cannot execute binary file
> /etc/init.d/KARAF-service: line 417: /home/pi/apache-karaf-2.3.3/bin/KARAF-wrapper: Success
>  $ /etc/init.d/KARAF-service status
> Karaf is not running.
> {quote}
> My assumption is that the service wrapper is not working, because the Raspberry Pi is build on an ARM architecture, rather than an intel one, which seems to be not supported.
> Could you please help me fix this issue as it's important for me to be able to run Karaf as a service.
> Best regards.



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)