Return-Path: Delivered-To: apmail-jackrabbit-users-archive@locus.apache.org Received: (qmail 35125 invoked from network); 20 Apr 2007 12:35:04 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 20 Apr 2007 12:35:04 -0000 Received: (qmail 79980 invoked by uid 500); 20 Apr 2007 12:35:10 -0000 Delivered-To: apmail-jackrabbit-users-archive@jackrabbit.apache.org Received: (qmail 79966 invoked by uid 500); 20 Apr 2007 12:35:10 -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 79956 invoked by uid 99); 20 Apr 2007 12:35:09 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 20 Apr 2007 05:35:09 -0700 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 david.nuescheler@gmail.com designates 66.249.92.172 as permitted sender) Received: from [66.249.92.172] (HELO ug-out-1314.google.com) (66.249.92.172) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 20 Apr 2007 05:35:02 -0700 Received: by ug-out-1314.google.com with SMTP id p31so767915ugc for ; Fri, 20 Apr 2007 05:34:41 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=RGvDXzbKnB9imP8GrriBYPzR9y9ZZqy1RPJmj08S1+EjbteQSyfUv6OIov7TyP+C3K9Dzvsx0XZWLhcw6c6F4eThjdgFuSBqqLvVhFi20tavK5KiKXqVX2WOKl/UfwES8C13XkYn3BtMnI90cOz8uU4qdRVr/xexVFUTQnehQuo= 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=dOrK/P8HsL0JrXLWGHND3o+O2VQkio4ymcloRQu94qaDM7iXpiCtMaSf+HQ722VxNV8OdSkPx8CLvioXqRmjZm1zYqx4f623A+CedwkVuRweo/RU3HzO8GzO4iNAS0NbtduRFi6TinmV95q/kewiVAZWzfdjPmpp7QBGeLvA9aQ= Received: by 10.82.150.20 with SMTP id x20mr4522839bud.1177072480790; Fri, 20 Apr 2007 05:34:40 -0700 (PDT) Received: by 10.82.126.2 with HTTP; Fri, 20 Apr 2007 05:34:40 -0700 (PDT) Message-ID: Date: Fri, 20 Apr 2007 14:34:40 +0200 From: "David Nuescheler" To: users@jackrabbit.apache.org Subject: Re: RMI connection In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: X-Virus-Checked: Checked by ClamAV on apache.org hi marcel, not being an rmi expert at all, i would guess that there is some incompatibility between what your rmi protocol that the client expects (apparently jrmp) and what the process bound to 1099 responds with. i could envision that there is for example another process bound to port 1099 already that is not even an rmi (jrmp) listener, or that there maybe a disconnect between different jdk's that you are using on the client vs. the server (ibm vs. sun). these are all wild guesses but i think it is safe to say that it is probably an issue with rmi and not with jackrabbit per se. regards, david On 4/20/07, Marcel Dullaart wrote: > Hi, > > Isn't there anyone at all that knows the answer? Or am I a complete > idiot that should have known this? > In that case please let me know, I am stuck with this. > > Thanks again, > Marcel > > On 4/20/07, Marcel Dullaart wrote: > > Hi all, > > > > I have setup a JBoss server instance and placed the > > jackrabbit-jca-1.2.3.rar and jackrabbit-jcr-rmi-1.2.3.jar in its > > deploy directory. From the, I removed the jcr-1.0.jar from > > jackrabbit-jca-1.2.3.rar and placed it in the server's lib diretory, > > also have I created a datasource connector (*-ds.xml) file and placed > > that in the deploy directory as well. > > JBoss start fine without errors. > > > > Then I tried to connect to it using the jcrClient (contrib), using > > jndi jcrServer, which succeeded. > > But I need an RMI connection so in the jcrClient I tried connect > > rmi://localhost:1099/jcrServer. This failed with the message: > > exception: java.rmi.ConnectIOException > > message: non-JRMP server at remote endpoint > > > > When using the jcrBrowser plugin from eclipse I get the same results. > > > > Can someone please explain to me what is wrong here? > > > > > > Thanks in advance, > > Marcel > > >