Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 35562200B22 for ; Wed, 1 Jun 2016 13:08:01 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 33F7D160A46; Wed, 1 Jun 2016 11:08:01 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 7C5D3160A41 for ; Wed, 1 Jun 2016 13:08:00 +0200 (CEST) Received: (qmail 45131 invoked by uid 500); 1 Jun 2016 11:07:59 -0000 Mailing-List: contact commits-help@ace.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@ace.apache.org Delivered-To: mailing list commits@ace.apache.org Received: (qmail 45120 invoked by uid 99); 1 Jun 2016 11:07:59 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 01 Jun 2016 11:07:59 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 1F20B2C033A for ; Wed, 1 Jun 2016 11:07:59 +0000 (UTC) Date: Wed, 1 Jun 2016 11:07:59 +0000 (UTC) From: "robertbob (JIRA)" To: commits@ace.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (ACE-593) ACE and FELIX integrated solutions MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Wed, 01 Jun 2016 11:08:01 -0000 robertbob created ACE-593: ----------------------------- Summary: ACE and FELIX integrated solutions=20 Key: ACE-593 URL: https://issues.apache.org/jira/browse/ACE-593 Project: ACE Issue Type: Question Components: Deployment Reporter: robertbob Fix For: 2.1.0 =20 I'm trying to use Apache ACE web UI to remotely manage OSGi bundles on = many server devices. =20 =20 I followed the documentations but I can't find out how to actually ad= d a target to the server. =20 My steps are as follows =EF=BC=9A=20 =20 1. Start the ACE server C:\ace\server-allinone =20 java -Dorg.osgi.service.http.port=3D8080 -Dorg.apache.ace.serv= er=3Dlocalhost:8080 -Dorg.apache.ace.obr=3Dlocalhost:8080 -jar server-alli= none.jar 2. Start an ACE target C:\ace\target\bin java -Dagent.identification.agentid=3Dtarget2 -Dagent.discovery= .serverurls=3Dhttp://localhost:8080 -jar ace-launcher.jar =20 =20 3.Provisioning software =20 =EF=BC=881=EF=BC=89Go to the ACE web-based UI, and click Retrieve = in order to be sure that you have the latest version of the repository. If your target is up and running, it should be displayed in the "T= argets" column with a name of target-1; =20 (2) Add the artifacts you want to deploy. This can be done in two= ways: either by dragging-and-dropping them=20 directly onto the "Actifacts" column (a blue border or line shoul= d appear for the artifacts to be accepted).=20 Alternatively, you can use the + button above the "Artifacts" col= umn and using the "Upload" button in the dialog presented for each artifact you want to add; =20 (3) Create a new feature by clicking on the + button above the F= eatures column, give it a name and acknowledge the dialog; =20 MY QUESTION: What is the rule of data fill =EF=BC=9F =20 =EF=BC=884=EF=BC=89 Create a distribution by clicking on the + b= utton above the "Distributions" column, again give it a name=20 and acknowledge the dialog; =20 MY QUESTION: What is the rule of data fill =EF=BC=9F =20 =EF=BC=885=EF=BC=89 Next, you can create associations between = your artifacts, features, distributions and targets:=20 a. select one or more artifacts and drag them onto the feature= you created.=20 This will associate these artifacts to your feature;=20 b. select your feature and drag it onto your distribution, cre= ating an association between your feature=20 and distribution;=20 c. select your distribution and drag it onto your target to as= sociate your distribution to your target. Verify your associations are correct by clicking your artifacts, features a= nd distributions.=20 Doing this should highlight the associations.=20 =20 =EF=BC=886=EF=BC=89 To persist the changes, you can use the Stor= e button at the top of the screen; After a couple of seconds, the software is deployed onto the target.=20 If you used the Felix demonstration application, you should be presented wi= th a nice Swing UI. MY QUESTION: It doesn't work! Console does not prompt information =EF= =BC=81 My other question is:=20 =EF=BC=881=EF=BC=89 how to view a TARGET has been installed in the BUNDL= E =EF=BC=9F=20 how to start/stop/uninstall a BUNDLE ? =20 (2) how to integration with Apache Felix using Apache ACE Agent?=20 =20 Thank you very much for your reply.=20 -- This message was sent by Atlassian JIRA (v6.3.4#6332)