[
https://issues.apache.org/jira/browse/KARAF-230?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12925051#action_12925051
]
Jamie goodyear edited comment on KARAF-230 at 10/26/10 1:54 PM:
----------------------------------------------------------------
Testing on Mac OSX 10.5.8, with java version "1.5.0_26" and "1.6.0_22".
Test case:
{code}
karaf> features:install wrapper
karaf> wrapper:install
karaf> shutdown
./bin/karaf-service start
{code}
Result:
{code}
GiR:bin jgoodyear$ ./karaf-service start
Starting karaf...
dyld: unknown required load command 0x80000022
Trace/BPT trap
{code}
Strangely enough karaf is attempting to create a data directory along side
KARAF_BASE.
was (Author: jgoodyear):
Testing on Mac OSX 10.5.8, with java version "1.5.0_26" and "1.6.0_22".
Test case:
{code}
karaf> features:install wrapper
karaf> wrapper:install
karaf> shutdown
./bin/karaf-service start
{code}
Result:
{code}
GiR:bin jgoodyear$ ./karaf-service start
Starting karaf...
dyld: unknown required load command 0x80000022
Trace/BPT trap
{code}
> 2.1.0 Wrapper doesn't work and if hacked no SSH
> -----------------------------------------------
>
> Key: KARAF-230
> URL: https://issues.apache.org/jira/browse/KARAF-230
> Project: Karaf
> Issue Type: Bug
> Affects Versions: 2.1.0
> Environment: Ubuntu x86_64
> Reporter: Caspar MacRae
> Fix For: 2.1.1, 2.2.0
>
>
> I had the same issue in 2.0.0.
> wget
> http://www.mirrorservice.org/sites/ftp.apache.org//karaf/2.1.0/apache-karaf-2.1.0.tar.gz
> tar -xvzf apache-karaf-2.1.0.tar.gz
> cd apache-karaf-2.1.0/
> JAVA_HOME=/usr/lib/jvm/java-6-sun/ && export JAVA_HOME
> ./bin/karaf
> karaf> features:install wrapper
> karaf> wrapper:install
> karaf> shutdown
> ./bin/karaf-service start ## Note, no variation of paths works
> Error message: "542: /srv/gather/karaf/bin/karaf-wrapper: not found"
> The workaround isn't hard (download and replace relevant files from
> http://wrapper.tanukisoftware.com), but it is a somewhat pointless endeavour
> as I cannot then access it via SSH (but can access via SSH when just running
> the bin/karaf script)
> I followed these links for adding and bootstapping bouncycastle:
> http://fusesource.com/forums/thread.jspa?messageID=7395
> http://felix.apache.org/site/65-deploying-security-providers.html
> But still no joy wrt wrapper and SSH.
> I'm using the karaf instance as an ActiveMQ (blueprint) broker host, with
> camel-quartz and it is setup with a failover instance using simple file lock
> (all working fine without exception)
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.