Return-Path: Delivered-To: apmail-jackrabbit-users-archive@locus.apache.org Received: (qmail 36775 invoked from network); 7 Feb 2007 08:11:52 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 7 Feb 2007 08:11:52 -0000 Received: (qmail 46894 invoked by uid 500); 7 Feb 2007 08:11:58 -0000 Delivered-To: apmail-jackrabbit-users-archive@jackrabbit.apache.org Received: (qmail 46880 invoked by uid 500); 7 Feb 2007 08:11:58 -0000 Mailing-List: contact users-help@jackrabbit.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: users@jackrabbit.apache.org Delivered-To: mailing list users@jackrabbit.apache.org Received: (qmail 46871 invoked by uid 99); 7 Feb 2007 08:11:58 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 07 Feb 2007 00:11:58 -0800 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: domain of jukka.zitting@gmail.com designates 64.233.184.230 as permitted sender) Received: from [64.233.184.230] (HELO wr-out-0506.google.com) (64.233.184.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 07 Feb 2007 00:11:49 -0800 Received: by wr-out-0506.google.com with SMTP id i30so143726wra for ; Wed, 07 Feb 2007 00:11:29 -0800 (PST) DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=RB053kqBYjRYuC42LUhwlX+c5xqAHllbz5VLcZ/bnEsvIBevJ7mxTQNC66JSYVm6tR/jMKel2kbVwAQIGpcRzz4gKK/hAtWLZpoHBEdXUkN4UkT35tyWmmuM2g+cOmQtpHYxe9vfng32XErS19R5XpwO+ukM1gWcQpia45IFy2s= Received: by 10.78.122.11 with SMTP id u11mr1253075huc.1170835888383; Wed, 07 Feb 2007 00:11:28 -0800 (PST) Received: by 10.78.177.10 with HTTP; Wed, 7 Feb 2007 00:11:28 -0800 (PST) Message-ID: <510143ac0702070011p43ace49dl2a573f5f5b89e240@mail.gmail.com> Date: Wed, 7 Feb 2007 10:11:28 +0200 From: "Jukka Zitting" To: users@jackrabbit.apache.org Subject: Re: Jackrabbit RMI server on AIX In-Reply-To: <8C91864DFC0A349-D20-3430@FWM-D18.sysops.aol.com> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <8C91864DFC0A349-D20-3430@FWM-D18.sysops.aol.com> X-Virus-Checked: Checked by ClamAV on apache.org Hi, On 2/7/07, vitrpp@aim.com wrote: > Has anyone executed Jackrabbit RMI server on AIX successfully ? > serverAdapterFactry.getRemoteRepository() gives following exception stack ... > Can someone confirm if this is IBM JDK (1.5) issue ? Looking at Jackrabbit > code did not reveal any extra ordinary code. Looks very much like a JVM issue, but without an AIX environment handy I can't confirm this. You may want to check if the same problem appears with a simple custom RMI server, like the one available in Sun's RMI tutorial. BR, Jukka Zitting