Return-Path: Delivered-To: apmail-jackrabbit-users-archive@locus.apache.org Received: (qmail 70593 invoked from network); 27 May 2008 14:37:57 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 27 May 2008 14:37:57 -0000 Received: (qmail 39172 invoked by uid 500); 27 May 2008 14:37:58 -0000 Delivered-To: apmail-jackrabbit-users-archive@jackrabbit.apache.org Received: (qmail 39152 invoked by uid 500); 27 May 2008 14:37: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 39141 invoked by uid 99); 27 May 2008 14:37:58 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 27 May 2008 07:37:58 -0700 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 douglasjose@gmail.com designates 209.85.142.185 as permitted sender) Received: from [209.85.142.185] (HELO ti-out-0910.google.com) (209.85.142.185) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 27 May 2008 14:37:09 +0000 Received: by ti-out-0910.google.com with SMTP id d27so2040853tid.9 for ; Tue, 27 May 2008 07:37:24 -0700 (PDT) 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=xPOe/1PxdRrYm9JYGfVuBCWo/fyVM8q6Ph3f+AX4Cxk=; b=LOQHKU72tCY73nYX2BGPiqHxRKjuTUxzLsMn1j7RlLsXn/YpGYbNvlk7DK0CZYlKjuD5M/dRFL+IQjdYPF3oHBlLcZVnJdKAnuqQLrmB+ev65zp+b2m582dqgUdEDN/gKSneire7XrJ+rRtvTl1ICOUQn6pNH0y5pYfaXNjZ2pQ= 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=IWmtlOCgqpukXWUnPmlJkDTYHQ7oa3/Pm5WM5t9NAH4ad7mudc7N0LtyiAkAXq7I6FhF9Pv6PkabNCv5gbu7uYd+aPTA+3UG0/rHeRW4GAAJp0eGCfjupCJuGLxzsxUaanG9Gf9PeOKt1r8f4eEyxphqqVM2fl3t8ACRAz3qsbo= Received: by 10.150.57.1 with SMTP id f1mr4650056yba.77.1211899043387; Tue, 27 May 2008 07:37:23 -0700 (PDT) Received: by 10.150.228.16 with HTTP; Tue, 27 May 2008 07:37:23 -0700 (PDT) Message-ID: <2adfc1e90805270737t4a489774u1212bcc16c55fd14@mail.gmail.com> Date: Tue, 27 May 2008 16:37:23 +0200 From: "=?ISO-8859-1?Q?Douglas_Jos=E9?=" To: users Subject: Exception while accessing RMI repository In-Reply-To: <2adfc1e90805270728o3a143b94l895a527a59a1d486@mail.gmail.com> MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_13149_28154182.1211899043372" References: <2adfc1e90805270728o3a143b94l895a527a59a1d486@mail.gmail.com> X-Virus-Checked: Checked by ClamAV on apache.org ------=_Part_13149_28154182.1211899043372 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Hi, I'm using Jackrabbit 1.4 exposed through JCA (using jackrabbit-jca module) in JBoss 4.2.2. I also configured an new entry in my login-config.xml, and the authentication works fine. In order to run some unit tests, I also set-up the jackrabbit-jcr-rmi module, but I can't log in to the repository. Using the same authentication code, the following exception is thrown: org.apache.jackrabbit.rmi.client.RemoteRepositoryException: no such object in table: no such object in table at org.apache.jackrabbit.rmi.client.SafeClientRepository.remoteLogin(SafeClientRepository.java:112) at org.apache.jackrabbit.rmi.client.SafeClientRepository.login(SafeClientRepository.java:120) Any ideas on what may be the source of the problem? Thank you, -- Douglas Jose http://douglasjose.com - "Use free software. Help us make a free world." ------=_Part_13149_28154182.1211899043372--