Return-Path: Delivered-To: apmail-karaf-issues-archive@minotaur.apache.org Received: (qmail 24773 invoked from network); 27 Sep 2010 16:02:06 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 27 Sep 2010 16:02:06 -0000 Received: (qmail 42997 invoked by uid 500); 27 Sep 2010 16:02:06 -0000 Delivered-To: apmail-karaf-issues-archive@karaf.apache.org Received: (qmail 42963 invoked by uid 500); 27 Sep 2010 16:02:05 -0000 Mailing-List: contact issues-help@karaf.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: issues@karaf.apache.org Delivered-To: mailing list issues@karaf.apache.org Received: (qmail 42954 invoked by uid 99); 27 Sep 2010 16:02:04 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 27 Sep 2010 16:02:04 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.22] (HELO thor.apache.org) (140.211.11.22) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 27 Sep 2010 16:02:02 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o8RG1eYY005308 for ; Mon, 27 Sep 2010 16:01:40 GMT Message-ID: <24621253.422151285603300404.JavaMail.jira@thor> Date: Mon, 27 Sep 2010 12:01:40 -0400 (EDT) From: "Caspar MacRae (JIRA)" To: issues@karaf.apache.org Subject: [jira] Created: (KARAF-230) 2.1.0 Wrapper doesn't work and if hacked no SSH MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org 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.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.