You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@karaf.apache.org by "Stephan Huber (JIRA)" <ji...@apache.org> on 2014/01/24 14:52:38 UTC

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

Stephan Huber created KARAF-2734:
------------------------------------

             Summary: 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
            Priority: Minor


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 also 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*
{qoute}
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}

{qoute}
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.
{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}
Could you please help me fix this issue as it's important for me to be able to ruin Karaf as a service.

Best regards.




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