Return-Path: X-Original-To: apmail-ace-users-archive@minotaur.apache.org Delivered-To: apmail-ace-users-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id E45B21782F for ; Mon, 23 Mar 2015 12:50:20 +0000 (UTC) Received: (qmail 19212 invoked by uid 500); 23 Mar 2015 12:50:20 -0000 Delivered-To: apmail-ace-users-archive@ace.apache.org Received: (qmail 19188 invoked by uid 500); 23 Mar 2015 12:50:20 -0000 Mailing-List: contact users-help@ace.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: users@ace.apache.org Delivered-To: mailing list users@ace.apache.org Received: (qmail 19175 invoked by uid 99); 23 Mar 2015 12:50:20 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 23 Mar 2015 12:50:20 +0000 X-ASF-Spam-Status: No, hits=1.5 required=5.0 tests=HTML_MESSAGE,RCVD_IN_DNSWL_LOW X-Spam-Check-By: apache.org Received-SPF: error (nike.apache.org: local policy) Received: from [209.85.213.175] (HELO mail-ig0-f175.google.com) (209.85.213.175) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 23 Mar 2015 12:49:55 +0000 Received: by igcqo1 with SMTP id qo1so37185841igc.0 for ; Mon, 23 Mar 2015 05:49:32 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:date:message-id:subject:from:to:content-type; bh=GW1wqNEFc1lIcAYTP2tS95VN8xB2U2iB3ERK17vxSUg=; b=gNmScy8oTwHGDZbrEJrAjm+GKYwwW4jtLBMmWAR4yJBX06ja1LsozyjV92rH4bDrEX sn3UexaSmSDHM+d9THhltLvIMC23QlInGKWeFrT+ql7BVNlsfsR3sDBGajDcsgnu9Un0 ftSdQnvZqXIjXYxeXJH/StakSb6kPcbv9mjvYd4XXX8sysSLVPyopQfKO4toW6EVa/KN aMVaCtpVJhUqQbsF7KeJ1PZrhWY5YgSJTYpNXVU/rIH4XWOafQnHQKMXwaZNZr6rSy01 0kY4EyYL2/WlrsTADKk0eDFZQw39GyrjSP0LZ6PX52oMuh5ZVsIb5TZ33Rq9/CvQ9QPN u76g== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:sender:date:message-id:subject:from :to:content-type; bh=GW1wqNEFc1lIcAYTP2tS95VN8xB2U2iB3ERK17vxSUg=; b=ZwUxJC9x21GnUwKNm1TwR45zZI6BONWkF5gmYwmatfHqiEP2Ethe4GMcq0PBs3/B+z T1cilP09HARxGdZuvAUyWLd2qgZ0+HGXqf4AY79fEG3cXyS9H2zPd3+hMVsxeQy5zDTT 3FQXRStORmXf0981S2NV9DJ8HGM6EIZlvz8oa/7y48BYX4J45b0CF12qjVB1nA8GuqT8 MPQFlYvOGOgg8GUT2tM2AheTuD9nLxXjK0KdObxpi51uJq6aUvcL0+lsA/RTb+coDgl4 fI5Kdqx/hdgoYLQX9BL1y6XkT8xlUDUvuLMenAII9xNi0YolWINP+y6i3JuCzH/ia2xL VtRQ== X-Gm-Message-State: ALoCoQkPYrOwGVQyZnmCsa/6IQ0/6yTjW5tej6saKKeVmbd6BdVTtgsPPuIQepmv8zlAlQYKPP+U MIME-Version: 1.0 X-Received: by 10.107.134.219 with SMTP id q88mr119140182ioi.27.1427114972324; Mon, 23 Mar 2015 05:49:32 -0700 (PDT) Sender: thomas.driessen@ds-lab.org Received: by 10.36.50.216 with HTTP; Mon, 23 Mar 2015 05:49:32 -0700 (PDT) Date: Mon, 23 Mar 2015 13:49:32 +0100 X-Google-Sender-Auth: MT3U_C26gn7MxQOpWl6tzzGYQBQ Message-ID: Subject: Setup ACE with Apache Jenkins From: Thomas Driessen To: users@ace.apache.org Content-Type: multipart/alternative; boundary=001a113fd7b2fac02c0511f4184c X-Virus-Checked: Checked by ClamAV on apache.org --001a113fd7b2fac02c0511f4184c Content-Type: text/plain; charset=UTF-8 Hello, I'm currently trying to setup Apache ACE together with Jenkins. For this purpose i set up a windows machine running jenkins on port 8080. On the same machine I started the ACE Server (server-allinone.jar) on port 9000 via the command: java / -Dorg.osgi.service.http.port=9000 / -Dorg.apache.ace.server=localhost:9000 / -Dorg.apache.ace.obr=localhost:9000 / -jar server-allinone.jar Now I tried to autodeploy the jars created by jenkins into the obr of ACE, as described in this video at 31:00: https://youtu.be/4S_zvgG_MLw?t=31m I tried to start the client.jar via a shell command as shown in the video but got the following problem: When invoking the jar with the script "script.gogo" and the parameter -Dgosh.args=--nointeractive, I get the error: "org.apache.felix.gogo.runtime.CommandNotFoundException: Command not found: exit" After that I tried to invoke the jar withour --nointeractive, but then I get ever changing errors like NullPointerExceptions/ ClassDefNotFoundExceptions/Framework is not running messages etc. those seem not to be deterministic, as I always get a different error. Can someone please give me a hint what I have to do in order to deploy the artifacts generated by jenkins into the obr of apache ACE? Best regards, Thomas --001a113fd7b2fac02c0511f4184c--