You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@jackrabbit.apache.org by soir <ig...@gmail.com> on 2007/04/10 09:06:29 UTC

Unexpected format of resource path

Hello,

I tried to run Jackrabbit 1.2.3 "out-of-box". I downloaded Jackrabbit WAR
and deployed it to Tomcat 5.
Web interface of Jackrabbit is working and I can browse repository with
Windows' WebDAV client. But when I try to create new folder or upload a file
into repository I get the following error

10.04.2007 09:53:14 *ERROR* DavLocatorFactoryImpl: Unexpected format of
resource path. (DavLocatorFactoryImpl.java, line 63)

Does anyone know what is the problem?


-- 
View this message in context: http://www.nabble.com/Unexpected-format-of-resource-path-tf3551433.html#a9914872
Sent from the Jackrabbit - Users mailing list archive at Nabble.com.


Re: Unexpected format of resource path

Posted by Angela Schreiber <an...@day.com>.
hi

> Web interface of Jackrabbit is working and I can browse repository with
> Windows' WebDAV client. But when I try to create new folder or upload a file
> into repository I get the following error

> 10.04.2007 09:53:14 *ERROR* DavLocatorFactoryImpl: Unexpected format of
> resource path. (DavLocatorFactoryImpl.java, line 63)

> Does anyone know what is the problem?

i guess you are using the jcr-server, which expects the following
format for a resource-path:

/<workspace-name>/jcr:root followed by the path of the item.

so, you probably tried to created a new resource ignoring that
requirement, didn't you?

in any case: if you are looking for a standard webdav server
you may better use the simple server. the jcr-server is used
to remote jsr170 api calls.

regards
angela