From user-return-8705-apmail-geronimo-user-archive=geronimo.apache.org@geronimo.apache.org Wed Jan 02 09:22:52 2008 Return-Path: Delivered-To: apmail-geronimo-user-archive@www.apache.org Received: (qmail 20533 invoked from network); 2 Jan 2008 09:22:52 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 2 Jan 2008 09:22:52 -0000 Received: (qmail 69087 invoked by uid 500); 2 Jan 2008 09:22:40 -0000 Delivered-To: apmail-geronimo-user-archive@geronimo.apache.org Received: (qmail 69062 invoked by uid 500); 2 Jan 2008 09:22:40 -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 69051 invoked by uid 99); 2 Jan 2008 09:22:39 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 02 Jan 2008 01:22:39 -0800 X-ASF-Spam-Status: No, hits=2.0 required=10.0 tests=HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of harikrishna.korrapati@gmail.com designates 209.85.146.180 as permitted sender) Received: from [209.85.146.180] (HELO wa-out-1112.google.com) (209.85.146.180) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 02 Jan 2008 09:22:15 +0000 Received: by wa-out-1112.google.com with SMTP id j4so12535073wah.1 for ; Wed, 02 Jan 2008 01:22:19 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:references; bh=q6VBtw/dyObV8YeRprFoA2dUOneOSh3UD5yYF8/uisY=; b=cOdAKEJhUEgoo9Nto5VEDC73k5zoQhyLJQtoz7BLDOn5DTnYs/I6u17q4pyW3FAMEX5RVkw0HUoFMTa3xPKv+L117jlna+U3BU0Bu1lczwADBZSaq9AgeOhcmw56OWtxdWeMg1g8EuLzrOmsoxrxpwJXjDX9VnHWeq0p0Sv9Qlo= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:in-reply-to:mime-version:content-type:references; b=EXl7Ks2/PoN/rq9KwWblqXCBcIKBtrEXHWe2CpRzxWP7Qm1xiC9rVqfw/88j6ztlCU++TjC/Lt7eng6GGHX5YPxyj62mVJl0CYz8lDiF9CnjEztlOgOTmWFg62BWJIPVvDZDs6jg66CzQ6Ff/cjjLRJOEglpGACU84lKvDC2itw= Received: by 10.115.89.1 with SMTP id r1mr15643624wal.8.1199265739445; Wed, 02 Jan 2008 01:22:19 -0800 (PST) Received: by 10.114.79.4 with HTTP; Wed, 2 Jan 2008 01:22:19 -0800 (PST) Message-ID: <8a855ce00801020122w7b8eb002n3fcbf62b3d0811d0@mail.gmail.com> Date: Wed, 2 Jan 2008 14:52:19 +0530 From: "Hari Krishna Korrapati" To: user@geronimo.apache.org, jacek@laskowski.net.pl Subject: Re: EJB related exception while migrating from Geronimo1.1.1 to Geronimo2.0.2 In-Reply-To: <8a855ce00712280232l1ea47195u8af2c27a4656f007@mail.gmail.com> MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_32443_29603772.1199265739434" References: <8a855ce00712272326v4b316e94v9cee1f261e896e6f@mail.gmail.com> <1b5bfeb50712280142s4126d7e5m36ae79d16b5ac46a@mail.gmail.com> <8a855ce00712280232l1ea47195u8af2c27a4656f007@mail.gmail.com> X-Virus-Checked: Checked by ClamAV on apache.org ------=_Part_32443_29603772.1199265739434 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline I could not found openejb-core-3.0-beta-1.jar inside http://people.apache.org/~jlaskowski/openejb-3.0.0-SNAPSHOT-bin.zip I could see openejb-core-3.0.0-SNAPSHOT.jar only. should i rename it to 3.1-beta-1 jar. Please advice me how to proceed. On Dec 28, 2007 3:12 PM, Jacek Laskowski < jacek@laskowski.net.pl> wrote: > > > > The issue is that Geronimo runs behing a firewall or the server it > > runs on doesn't have internet connection and hence resolving > > java.sun.com leads to UHE exception. I vaguely remember it's been > > fixed in the latest openejb3 where openejb (the ejb container in > > Geronimo) doesn't need internet connection to let the ejb deployer > > run. > > > > It won't read good, but there's no other way as to 1) deploy the app > > on the geronimo instance while it's online and copy the deployed > > package to another instance of Geronimo without internet connection or > > 2) use the latest Geronimo 2.1-SNAPSHOT [1]. One last *desperate* > > attempt would be to overwrite > > repository\org\apache\openejb\openejb-core\3.0-beta-1\openejb- > > core-3.0-beta-1.jar > > with the jar built from the openejb3 trunk [2], but it may incur some > > other troubles. > > > > [1] http://people.apache.org/~prasad/binaries/trunk/20071228/ > > [2] http://people.apache.org/~jlaskowski/openejb-3.0.0-SNAPSHOT-bin.zip > > > > Jacek > > > > -- > > Jacek Laskowski > > http://www.JacekLaskowski.pl > > > -- Regards, Hari ------=_Part_32443_29603772.1199265739434 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline I could not found openejb-core-3.0-beta-1.jar inside
http://people.apache.org/~jlaskowski/openejb-3.0.0-SNAPSHOT-bin.zip

I could see openejb-core-3.0.0-SNAPSHOT.jar only. should i rename it to 3.1-beta-1  jar.

Please advice me how to proceed.


On Dec 28, 2007 3:12 PM, Jacek Laskowski < jacek@laskowski.net.pl> wrote:

The issue is that Geronimo runs behing a firewall or the server it
runs on doesn't have internet connection and hence resolving
java.sun.com leads to UHE exception. I vaguely remember it's been
fixed in the latest openejb3 where openejb (the ejb container in
Geronimo) doesn't need internet connection to let the ejb deployer
run.

It won't read good, but there's no other way as to 1) deploy the app
on the geronimo instance while it's online and copy the deployed
package to another instance of Geronimo without internet connection or
2) use the latest Geronimo 2.1-SNAPSHOT [1]. One last *desperate*
attempt would be to overwrite
repository\org\apache\openejb\openejb-core\3.0-beta-1\openejb-core-3.0-beta-1.jar
with the jar built from the openejb3 trunk [2], but it may incur some
other troubles.

[1] http://people.apache.org/~prasad/binaries/trunk/20071228/
[2] http://people.apache.org/~jlaskowski/openejb-3.0.0-SNAPSHOT-bin.zip

Jacek

--
Jacek Laskowski
http://www.JacekLaskowski.pl



--
Regards,
Hari ------=_Part_32443_29603772.1199265739434--