Return-Path: Delivered-To: apmail-jackrabbit-users-archive@locus.apache.org Received: (qmail 89521 invoked from network); 29 Nov 2007 14:09:14 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 29 Nov 2007 14:09:14 -0000 Received: (qmail 9916 invoked by uid 500); 29 Nov 2007 14:09:01 -0000 Delivered-To: apmail-jackrabbit-users-archive@jackrabbit.apache.org Received: (qmail 9896 invoked by uid 500); 29 Nov 2007 14:09:01 -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 9887 invoked by uid 99); 29 Nov 2007 14:09:01 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 29 Nov 2007 06:09:01 -0800 X-ASF-Spam-Status: No, hits=2.6 required=10.0 tests=DNS_FROM_OPENWHOIS,SPF_HELO_PASS,SPF_PASS,WHOIS_MYPRIVREG X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of lists@nabble.com designates 216.139.236.158 as permitted sender) Received: from [216.139.236.158] (HELO kuber.nabble.com) (216.139.236.158) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 29 Nov 2007 14:09:03 +0000 Received: from isper.nabble.com ([192.168.236.156]) by kuber.nabble.com with esmtp (Exim 4.63) (envelope-from ) id 1Ixk4H-0007LQ-Pk for users@jackrabbit.apache.org; Thu, 29 Nov 2007 06:08:41 -0800 Message-ID: <14026447.post@talk.nabble.com> Date: Thu, 29 Nov 2007 06:08:41 -0800 (PST) From: =?UTF-8?Q?J=C3=B8rgen_Sivesind?= To: users@jackrabbit.apache.org Subject: Third Hop error. MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Nabble-From: jsi@enonic.com X-Virus-Checked: Checked by ClamAV on apache.org Hello! I'm new to JackRabbit. I have downloaded the source to v.1.3.3, and built it with Maven, then set up my own Maven project, imported all the JackRabbit jars and now I'm trying run each of the example hops of the getting started guide in this new project. At the third hop, I'm getting this error: Importing xml... Exception in thread "main" java.net.MalformedURLException at java.net.URL.(URL.java:601) at java.net.URL.(URL.java:464) at java.net.URL.(URL.java:413) at org.apache.xerces.impl.XMLEntityManager.setupCurrentEntity(Unknown Source) at org.apache.xerces.impl.XMLVersionDetector.determineDocVersion(Unknown Source) at org.apache.xerces.parsers.XML11Configuration.parse(Unknown Source) at org.apache.xerces.parsers.XML11Configuration.parse(Unknown Source) at org.apache.xerces.parsers.XMLParser.parse(Unknown Source) at org.apache.xerces.parsers.AbstractSAXParser.parse(Unknown Source) at org.apache.xerces.jaxp.SAXParserImpl$JAXPSAXParser.parse(Unknown Source) at org.apache.xerces.jaxp.SAXParserImpl.parse(Unknown Source) at org.apache.jackrabbit.core.SessionImpl.importXML(SessionImpl.java:1116) at test.jackrabbit.ThirdHop.main(ThirdHop.java:43) The failing line is the import statement: session.importXML("/importxml", xml, ImportUUIDBehavior.IMPORT_UUID_CREATE_NEW); I can not see anything wrong with the XML or the code. The XML is a straight copy/paste from the firststeps.html web page. Is there anybody else who have experienced problems like this with imports? -- View this message in context: http://www.nabble.com/Third-Hop-error.-tf4897434.html#a14026447 Sent from the Jackrabbit - Users mailing list archive at Nabble.com.