Return-Path: Delivered-To: apmail-jackrabbit-users-archive@locus.apache.org Received: (qmail 84956 invoked from network); 23 Apr 2008 05:57:37 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 23 Apr 2008 05:57:37 -0000 Received: (qmail 38182 invoked by uid 500); 23 Apr 2008 05:57:38 -0000 Delivered-To: apmail-jackrabbit-users-archive@jackrabbit.apache.org Received: (qmail 38153 invoked by uid 500); 23 Apr 2008 05:57:38 -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 38141 invoked by uid 99); 23 Apr 2008 05:57:38 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 22 Apr 2008 22:57:38 -0700 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; Wed, 23 Apr 2008 05:56:44 +0000 Received: from isper.nabble.com ([192.168.236.156]) by kuber.nabble.com with esmtp (Exim 4.63) (envelope-from ) id 1JoXya-00060y-S9 for users@jackrabbit.apache.org; Tue, 22 Apr 2008 22:57:04 -0700 Message-ID: <16831628.post@talk.nabble.com> Date: Tue, 22 Apr 2008 22:57:04 -0700 (PDT) From: sktkaur To: users@jackrabbit.apache.org Subject: Re: [ANNOUNCE] jackrabbit-core 1.4.1 released In-Reply-To: <16115845.post@talk.nabble.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Nabble-From: sumanjeet23@gmail.com References: <510143ac0802201018r3d7983eam48ebab146feca327@mail.gmail.com> <15607285.post@talk.nabble.com> <510143ac0802210335n446ba536u14d458e77028696@mail.gmail.com> <15628785.post@talk.nabble.com> <510143ac0802220035g29ff273bxd7df77a2965362fe@mail.gmail.com> <15630379.post@talk.nabble.com> <15706870.post@talk.nabble.com> <510143ac0802270003v550b3a8eh1e910828d11d6f87@mail.gmail.com> <15709397.post@talk.nabble.com> <510143ac0802270143h5af9db51r41de0afbe35f6890@mail.gmail.com> <15975647.post@talk.nabble.com> <15975657.post@talk.nabble.com> <510143ac0803110134h6fbcf7a7gcdb74b95d1ac443a@mail.gmail.com> <16048041.post@talk.nabble.com> <47DE85C5.3080908@gmx.net> <16115845.post@talk.nabble.com> X-Virus-Checked: Checked by ClamAV on apache.org Hi, I have acquired the repository via RMI. Now also should i have to create a repository first? sktkaur wrote: > > > Hi, > > I am using jakarta slide,but now i want to shift to Jackrabbit with > Tomcat-5.0.28. > For this i downloaded binary components and have the following files: > > 1.jackrabbit-webdav-1.4.jar > 2.jackrabbit-api-1.4.jar > 3.jackrabbit-core-1.4.jar > 4.jackrabbit-jcr-commons-1.4.jar > 5.jackrabbit spi-1.4.jar > 6.jackrabbit-spi-commons-1.4.jar > 7.jackrabbit-text-extractors-1.4.jar > 8.slf4j-api-1.3.0.jar > 9.jackrabbit-jcr-rmi-1.4.jar > 10.common-collection-3.1.jar > 11.lucene-core-2.2.0.jar > 12.derby-10.2.1.6.jar > 13.concurrent-1.3.4.jar > 14.common-httpclient-3.0.jar > 15.common-codec-1.2.jar > 16.jacrabbit-jcr-server-1.4.jar > 17.jackrabbit-jcr-servlet-1.4.jar > 18.jci104-over-slf4j-1.3.0.jar > 19.junit-3.8.1.jar > 20.log4j-1.2.13.jar > 21.nekohtml-0.9.4.jar > 22.pdfbox-0.6.4.jar > 23.poi-2.5.1-final-20040804.jar > 24.slf4j-log4j12-1.3.0.jar > 25.tm-extractors-0.4.jar > 26.xercesImpl-2.8.1.jar > 27.xml-apis-1.3.03.jar > 28.jcr-1.0.jar > > in my > C:\jakarta-slide-2.1-tomcat-5.0.28\webapps\jackrabbit-webapp-1.4\WEB-INF\lib. > and also have placed the jcr-1.0.jar file in the shared classpath i.e.in > WEB-INF\lib and > jakarta-slide-2.1-tomcat-5.0.28\common\lib. > After this i took the WEB-INF\templates\bootstrap.properties file and > stored it inside a new folder named jackrabbit under > jakarta-slide-2.1-tomcat-5.0.28\webapps\jackrabbit-webapp-1.4,which > contains an empty workspace.xml file,a repository.xml file and a > bootstrap.properties file. > > Now when i run my tomcat server i get an *ERROR* > RepositoryAccessServlet:Error while retrieving repository using JNDI > :javax.naming.NameNotFoundException. > and an *INFO* RepositoryAccessServlet:Acquired repository via RMI. > > After this when i run the > url:"http://localhost:8080/jackrabbit-webapp-1.4/repository/default > its gives an authentication window for username and password. > What should i give there? > When i simply press ok it gives an exception > > java.lang.NullPointerException >> >> org.apache.jackrabbit.webdav.jcr.JcrDavException.(JcrDavException.java:111) >> >> org.apache.jackrabbit.webdav.simple.DavSessionProviderImpl.attachSession(DavSessionProviderImpl.java:99) >> >> org.apache.jackrabbit.webdav.server.AbstractWebdavServlet.service(AbstractWebdavServlet.java:182) >> javax.servlet.http.HttpServlet.service(HttpServlet.java:802) > > Where i am wrong? > What have i missed? > what to do now? > How to work now? > > > > > > *INFO * RepositoryAccessServlet: Acquired repository via RMI > > > Marcel Reutegger wrote: >> >> Hi, >> >> did you create the repository first? after you deployed the webapp you >> will be >> redirected to a jsp that allows you to create one. >> >> What does your browser show when you go to: >> http://localhost:8080/jackrabbit-webapp-1.4/ ? >> >> regards >> marcel >> >> >> sktkaur wrote: >>> Hi, >>> I acquired the repository through RMI.Now what to do next? >>> When i use the >>> url="http://localhost:8080/jackrabbit-webapp-1.4/repository/default" >>> it asks for Username and password and i simply press ok and then >>> it gives an exception as: >>> >>> java.lang.NullPointerException >>> >>> org.apache.jackrabbit.webdav.jcr.JcrDavException.(JcrDavException.java:111) >>> >>> org.apache.jackrabbit.webdav.simple.DavSessionProviderImpl.attachSession(DavSessionProviderImpl.java:99) >>> >>> org.apache.jackrabbit.webdav.server.AbstractWebdavServlet.service(AbstractWebdavServlet.java:182) >>> javax.servlet.http.HttpServlet.service(HttpServlet.java:802) >>> >>> >>> I want to know where i am wrong? >>> I want to develope a CMS for my work. >>> How to do that? >> >> >> > > -- View this message in context: http://www.nabble.com/-ANNOUNCE--jackrabbit-core-1.4.1-released-tp15595369p16831628.html Sent from the Jackrabbit - Users mailing list archive at Nabble.com.