Return-Path: X-Original-To: apmail-cloudstack-dev-archive@www.apache.org Delivered-To: apmail-cloudstack-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id BFF2618E09 for ; Tue, 16 Jun 2015 11:59:33 +0000 (UTC) Received: (qmail 67821 invoked by uid 500); 16 Jun 2015 11:59:33 -0000 Delivered-To: apmail-cloudstack-dev-archive@cloudstack.apache.org Received: (qmail 67766 invoked by uid 500); 16 Jun 2015 11:59:33 -0000 Mailing-List: contact dev-help@cloudstack.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cloudstack.apache.org Delivered-To: mailing list dev@cloudstack.apache.org Received: (qmail 67755 invoked by uid 99); 16 Jun 2015 11:59:33 -0000 Received: from Unknown (HELO spamd2-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 16 Jun 2015 11:59:33 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd2-us-west.apache.org (ASF Mail Server at spamd2-us-west.apache.org) with ESMTP id CA5BD1A56E5 for ; Tue, 16 Jun 2015 11:59:32 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd2-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -0.001 X-Spam-Level: X-Spam-Status: No, score=-0.001 tagged_above=-999 required=6.31 tests=[SPF_HELO_PASS=-0.001, SPF_PASS=-0.001, URIBL_BLOCKED=0.001] autolearn=disabled Received: from mx1-us-east.apache.org ([10.40.0.8]) by localhost (spamd2-us-west.apache.org [10.40.0.9]) (amavisd-new, port 10024) with ESMTP id hpyta_w8xEFD for ; Tue, 16 Jun 2015 11:59:20 +0000 (UTC) Received: from SMTP.CITRIX.COM.AU (smtp.citrix.com.au [103.14.252.240]) by mx1-us-east.apache.org (ASF Mail Server at mx1-us-east.apache.org) with ESMTPS id DE7154E5D6 for ; Tue, 16 Jun 2015 11:59:19 +0000 (UTC) X-IronPort-AV: E=Sophos;i="5.13,626,1427760000"; d="scan'208";a="18695505" From: Sudhansu Sahu To: "dev@cloudstack.apache.org" Subject: Re: strange error in f5 plugin Thread-Topic: strange error in f5 plugin Thread-Index: AQHQqCvazo6TWAYtV0yfqRvHcpqBjw== Date: Tue, 16 Jun 2015 11:59:08 +0000 Message-ID: References: In-Reply-To: Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: user-agent: Microsoft-MacOutlook/14.4.7.141117 Content-Type: text/plain; charset="us-ascii" Content-ID: <5A81827BFCAF214D98A271F29A2030F4@citrix.com> Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-DLP: SIN1 Seems like F5 iControl dependency is missing. Look for icontrol-1.0.jar in maven repo. Sudhansus-MAC:com sudhansu$ ls -ltr ~/.m2/repository/com/cloud/com/f5/icontrol/1.0/ total 4512 -rw-r--r--+ 1 sudhansu staff 332 Nov 27 2014 icontrol-1.0.pom.lastUpdated -rw-r--r--+ 1 sudhansu staff 332 Nov 27 2014 icontrol-1.0.jar.lastUpdated -rw-r--r--+ 1 sudhansu staff 466 Nov 27 2014 icontrol-1.0.pom -rw-r--r--+ 1 sudhansu staff 2284200 Nov 27 2014 icontrol-1.0.jar -rw-r--r--+ 1 sudhansu staff 164 Nov 27 2014 _maven.repositories -rw-r--r--+ 1 sudhansu staff 176 Nov 27 2014 m2e-lastUpdated.properties -rw-r--r--+ 1 sudhansu staff 235 Nov 27 2014 icontrol-1.0-sources.jar.lastUpdated If missing then install the dependency 1. You can download the following jars and put them in the deps directory: cloud-iControl.jar http://zooi.widodh.nl/cloudstack/build-dep/cloud-iControl.jar 2. Go into the deps directory and run install-non-oss.sh Regards Sudhansu Sahu CPG-Orchestration T: +91-4044308412 | M: +91-9989334676 Sudhansu.Sahu@citrix.com =20 Powering mobile workstyles and cloud services On 16/06/15 4:29 pm, "Daan Hoogland" wrote: >Anybody seen this before? > >[ERROR] COMPILATION ERROR : >[INFO] ------------------------------------------------------------- >[ERROR]=20 >/Users/dhoogland/cloudstack/cloudstack/plugins/network-elements/f5/src/com >/cloud/network/resource/F5BigIpResource.java:[411,26] >error: cannot access Stub >[INFO] 1 error > >It seems line 411 has not been touched since the cloud.com days. > >--=20 >Daan