Return-Path: Delivered-To: apmail-geronimo-user-archive@www.apache.org Received: (qmail 92574 invoked from network); 15 Dec 2010 14:26:33 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 15 Dec 2010 14:26:33 -0000 Received: (qmail 21544 invoked by uid 500); 15 Dec 2010 14:26:33 -0000 Delivered-To: apmail-geronimo-user-archive@geronimo.apache.org Received: (qmail 21364 invoked by uid 500); 15 Dec 2010 14:26:31 -0000 Mailing-List: contact user-help@geronimo.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: user@geronimo.apache.org List-Id: Delivered-To: mailing list user@geronimo.apache.org Received: (qmail 21347 invoked by uid 99); 15 Dec 2010 14:26:30 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 15 Dec 2010 14:26:30 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=10.0 tests=FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of kevan.miller@gmail.com designates 209.85.213.54 as permitted sender) Received: from [209.85.213.54] (HELO mail-yw0-f54.google.com) (209.85.213.54) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 15 Dec 2010 14:26:23 +0000 Received: by ywp6 with SMTP id 6so1076506ywp.13 for ; Wed, 15 Dec 2010 06:26:02 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:content-type:mime-version :subject:from:in-reply-to:date:content-transfer-encoding:message-id :references:to:x-mailer; bh=Db7P0VDgKWj8DgHrlL4MmHvxNcN2LVV4OED5O0RpvBQ=; b=s9XmP5KCQybzuMshRS+qZSPEyFQ17RgxKr1M5qz5DUEimgy1SiqgPpHUC29sm2F5Cl o7GXxpTdJjqdfBm8z7wES7rMTmA6m14Bfh3V+ym2HwEwDXFluHGPZVwkr00QzeVuQ7o+ zzjzfwvsFmXPpsLoX9SBlGkQ4spaWf71j3Yrk= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=content-type:mime-version:subject:from:in-reply-to:date :content-transfer-encoding:message-id:references:to:x-mailer; b=nn8U47wI6vzG3zjTg4uLrAuaUo+p+tt7DE0Fn/UzBj491rXWM4SpI1DRdRlm498Ml2 sLt/qi6/1GuwCRiMT+44h0frP9fr7yMFeYapaNVwaSftIOeR0o/gQIQZ6X0UijBXL+d3 jjXq9ce7W9GBTus9q96An0yAYaL6QFPPjs4pY= Received: by 10.151.100.6 with SMTP id c6mr10259251ybm.103.1292423162153; Wed, 15 Dec 2010 06:26:02 -0800 (PST) Received: from [10.0.1.200] (cpe-066-057-037-066.nc.res.rr.com [66.57.37.66]) by mx.google.com with ESMTPS id c4sm2299963ybn.3.2010.12.15.06.26.00 (version=TLSv1/SSLv3 cipher=RC4-MD5); Wed, 15 Dec 2010 06:26:01 -0800 (PST) Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Apple Message framework v1082) Subject: Re: Profiling From: Kevan Miller In-Reply-To: <1292407535033-2091177.post@n3.nabble.com> Date: Wed, 15 Dec 2010 09:25:59 -0500 Content-Transfer-Encoding: quoted-printable Message-Id: <809AC147-5156-4BA0-841B-2C34B725E71A@gmail.com> References: <1292407535033-2091177.post@n3.nabble.com> To: user@geronimo.apache.org X-Mailer: Apple Mail (2.1082) On Dec 15, 2010, at 5:05 AM, KHAksnes wrote: >=20 > Have anybody had success running Geronimo 2.1.x or 2.2.1 in profiling = mode > from Eclipse(Helios)? >=20 > I am trying to profile some of my own code by using the context menu = on an > EAR project, (in the JavaEE perspective) using Profile As->Profile on > Server, this fails during when GEP tries to deploy my ears with lots = of > 'AspectJ5 does not weave hotswapped class' exceptions. This is for = Geronimo > 2.2.1 using GEP 2.2. >=20 > My projects consists of several EJBs some of them implementing web = services, > as well as lots of JPA code sprinkled with a few web service calls to > external (.NET) web services. >=20 > Profiling using Geronimo 2.1.x failed too earlier on, the crash was = related > to WebServiceRef injection, this time the crash happens even earlier. I've never tried using Eclipse Profiling. =46rom the error message, it = doesn't sound like it's going to work. Geronimo is going to 'hotswap' = classes -- there's no avoiding this... You might be able to pre-compile = the AspectJ profiling support, but I don't know how... You might want to try different profiling options -- YourKit works, = IIRC. I'm sure there are many others... --kevan