From dev-return-26997-apmail-jackrabbit-dev-archive=jackrabbit.apache.org@jackrabbit.apache.org Wed Feb 03 12:51:06 2010 Return-Path: Delivered-To: apmail-jackrabbit-dev-archive@www.apache.org Received: (qmail 7520 invoked from network); 3 Feb 2010 12:51:05 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 3 Feb 2010 12:51:05 -0000 Received: (qmail 42548 invoked by uid 500); 3 Feb 2010 12:51:05 -0000 Delivered-To: apmail-jackrabbit-dev-archive@jackrabbit.apache.org Received: (qmail 42485 invoked by uid 500); 3 Feb 2010 12:51:05 -0000 Mailing-List: contact dev-help@jackrabbit.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@jackrabbit.apache.org Delivered-To: mailing list dev@jackrabbit.apache.org Delivered-To: moderator for dev@jackrabbit.apache.org Received: (qmail 40679 invoked by uid 99); 3 Feb 2010 12:49:09 -0000 X-ASF-Spam-Status: No, hits=2.2 required=10.0 tests=HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of yuriy.movchan@gmail.com designates 209.85.220.210 as permitted sender) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:from:to:subject:date :message-id:mime-version:content-type:x-mailer:content-language :thread-index:x-cr-hashedpuzzle:x-cr-puzzleid; bh=T0tFvzOeMMyW81RAbpXC+3jPDJ5eCtntqQd8WOp9krQ=; b=e+5vvoB4fLM9MQgsnN8JIwWgM6a/srCtKzUjysWtUQVnG7J67CF23fC642v0gs6aoT W8CdOkGKeivqIKbJzIbKkRugLDv8G5YxstcquReIxkO/myb6g2GHceXsy7TpWalW6Kxn +JYuZbjqtQQVGhp9VE8Nr31ZoIhN4eA8Hq79Q= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:to:subject:date:message-id:mime-version:content-type:x-mailer :content-language:thread-index:x-cr-hashedpuzzle:x-cr-puzzleid; b=m/Szynp0lbzpwie3exaW5Xr4r2soi11JWmk0WYV4nkADj6aosyx4rbzKL6hs4IoxGb oRbyVKSOYgKIMdsZEfPJ3nXJQ1GxvR5lE7KTV0TGLPUL9OTfxY+J+0uqZqI87gLXDmTU SIgpxmFkVpTc09V4U6UTSEMYl2927UHTCTUNg= From: Yuriy Movchan To: Subject: Problem accessing JackRabbit 2.0 through DavEx on JBoss Date: Wed, 3 Feb 2010 14:48:36 +0200 Message-ID: <4b6970a6.02e2660a.1513.ffff9936@mx.google.com> MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_0019_01CAA4DF.F7D53D90" X-Mailer: Microsoft Office Outlook 12.0 Content-Language: ru Thread-Index: AcqkzzIgtDaz93w4QWSk3bmn1tP34g== x-cr-hashedpuzzle: mpw= ApkH Awzm BUJB CtAI EA2E Gxli HTDL HnDy HqpM IoNc ItJm JMic LBGO LZiV LcQN;1;ZABlAHYAQABqAGEAYwBrAHIAYQBiAGIAaQB0AC4AYQBwAGEAYwBoAGUALgBvAHIAZwA=;Sosha1_v1;7;{92A855EC-8E25-4E00-B627-B34C131ECDB9};eQB1AHIAaQB5AC4AbQBvAHYAYwBoAGEAbgBAAGcAbQBhAGkAbAAuAGMAbwBtAA==;Wed, 03 Feb 2010 12:48:34 GMT;UAByAG8AYgBsAGUAbQAgAGEAYwBjAGUAcwBzAGkAbgBnACAASgBhAGMAawBSAGEAYgBiAGkAdAAgADIALgAwACAAdABoAHIAbwB1AGcAaAAgAEQAYQB2AEUAeAAgAG8AbgAgAEoAQgBvAHMAcwA= x-cr-puzzleid: {92A855EC-8E25-4E00-B627-B34C131ECDB9} X-Virus-Checked: Checked by ClamAV on apache.org This is a multipart message in MIME format. ------=_NextPart_000_0019_01CAA4DF.F7D53D90 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Hi, I have problem accessing JackRabbit remotely using DavEx. My simple test application working fine with JackRabbit when I start it as StandAlone server. But it not working with JackRabbit on Jboss. It can't load even root node. I deployed jackrabbit-jca-2.0.0.rar, jackrabbit-jcr-rmi-2.0.0.jar, jackrabbit-webdav-2.0.0.war and jcr-ds.xml into Jboss using next instruction: http://wiki.apache.org/jackrabbit/JackrabbitOnJBoss In debugger I find out that next line hierMgr.resolvePath(path) return null in method public ItemImpl getItem(Path path) of in org.apache.jackrabbit.core.ItemManager class As result it throw PathNotFoundException exception which prohibit node loading. I can reproduce it using browser too by accessing http://localhost:8080/jackrabbit-webapp-2.0.0/server/default/jcr%3aroot/.0.j son It return error page with code 404 On the other extreme I can open page http://localhost:8080/server/default/jcr%3aroot/ without errors. My another simple test client access JackRabbit though JNDI&RMI and working fine. How I can resolve this issue? Someone else has same problems with JackRabbit 2.0 o Jboss? Regards, Yuriy ------=_NextPart_000_0019_01CAA4DF.F7D53D90 Content-Type: text/html; charset="us-ascii" Content-Transfer-Encoding: quoted-printable

Hi,

 

I have problem accessing JackRabbit remotely using = DavEx. My simple test application working fine with JackRabbit when I start it as StandAlone server. But it not working with JackRabbit on Jboss. It = can’t load even root node.

 

I deployed jackrabbit-jca-2.0.0.rar, = jackrabbit-jcr-rmi-2.0.0.jar, jackrabbit-webdav-2.0.0.war and jcr-ds.xml into Jboss using next = instruction: http://wiki.= apache.org/jackrabbit/JackrabbitOnJBoss

 

In debugger I find out that next line = hierMgr.resolvePath(path) return null in method

public ItemImpl getItem(Path path) of in = org.apache.jackrabbit.core.ItemManager class

As result it throw PathNotFoundException exception = which prohibit node loading.

 

I can reproduce it using browser too by accessing = http://localhost:8080/jackrabbit-webapp-2.0.0/server/defa= ult/jcr%3aroot/.0.json It return error page with code 404

On the other extreme I can open page http://localhos= t:8080/server/default/jcr%3aroot/ without errors.

 

My another simple test client access JackRabbit = though JNDI&RMI and working fine.

 

How I can resolve this issue? Someone else has same = problems with JackRabbit 2.0 o Jboss?

 

Regards,

Yuriy

------=_NextPart_000_0019_01CAA4DF.F7D53D90--