Return-Path: Delivered-To: apmail-jackrabbit-users-archive@minotaur.apache.org Received: (qmail 42585 invoked from network); 1 Mar 2009 20:24:37 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 1 Mar 2009 20:24:37 -0000 Received: (qmail 10846 invoked by uid 500); 1 Mar 2009 20:24:35 -0000 Delivered-To: apmail-jackrabbit-users-archive@jackrabbit.apache.org Received: (qmail 10826 invoked by uid 500); 1 Mar 2009 20:24:35 -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 10815 invoked by uid 99); 1 Mar 2009 20:24:35 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 01 Mar 2009 12:24:35 -0800 X-ASF-Spam-Status: No, hits=1.2 required=10.0 tests=SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (athena.apache.org: local policy) Received: from [209.86.89.69] (HELO elasmtp-mealy.atl.sa.earthlink.net) (209.86.89.69) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 01 Mar 2009 20:24:27 +0000 Received: from [66.134.41.90] (helo=minbar) by elasmtp-mealy.atl.sa.earthlink.net with esmtpa (Exim 4.67) (envelope-from ) id 1LdsCj-00018Z-F9 for users@jackrabbit.apache.org; Sun, 01 Mar 2009 15:24:05 -0500 From: "Julio Castillo" To: References: Subject: RE: 2 different Exception w/ new jackrabbit 1.5.3 Date: Sun, 1 Mar 2009 12:24:19 -0800 Organization: Edgenuity Inc Message-ID: <8EBDD2AE08BA44FE8CDF850F83BCC7D4@minbar> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Office Outlook 11 Thread-Index: AcmZOtcRCsXaZWw+RXGJRY8br8FxEABcMiXA X-MimeOLE: Produced By Microsoft MimeOLE V6.00.3790.4325 In-Reply-To: X-ELNK-Trace: 94e96322e927e447d780f4a490ca6956abb457f1b4332f528079ada28c5b431741eb1c325bb4fc63350badd9bab72f9c350badd9bab72f9c350badd9bab72f9c X-Originating-IP: 66.134.41.90 X-Virus-Checked: Checked by ClamAV on apache.org Sorry, I did find my problem (I was bundling obsolete jar files with new ones). ** julio -----Original Message----- From: Julio Castillo [mailto:jcastillo@edgenuity.com] Sent: Friday, February 27, 2009 4:24 PM To: 'users@jackrabbit.apache.org' Subject: 2 different Exception w/ new jackrabbit 1.5.3 I upgraded to the latest version replacing an existing 1.5.2 installation (replacing the two 1.5.3 jar files within the jar file). Problem 1 After restarting (using the exact same repository) I got the following exception: 27.02.2009 14:40:33 *INFO * RepositoryImpl: initializing workspace 'default'... (RepositoryImpl.java, line 1723) 27.02.2009 14:40:33 *INFO * LocalFileSystem: LocalFileSystem initialized at path /opt2/jackrabbit/workspaces/default (LocalFileSystem.java, line 166) 27.02.2009 14:40:33 *INFO * LocalFileSystem: LocalFileSystem initialized at path /opt2/jackrabbit/workspaces/default/blobs (LocalFileSystem.java, line 166) 27.02.2009 14:40:33 *INFO * RepositoryImpl: workspace 'default' initialized (RepositoryImpl.java, line 1726) 27.02.2009 14:40:34 *INFO * LocalFileSystem: LocalFileSystem initialized at path /opt2/jackrabbit/repository/index (LocalFileSystem.java, line 166) 27.02.2009 14:40:34 *ERROR* RepositoryImpl: Failed to initialize workspace 'default' (RepositoryImpl.java, line 418) javax.jcr.RepositoryException: Unknown format version: -4: Unknown format version: -4: Unknown format version: -4 at org.apache.jackrabbit.core.SearchManager.initializeQueryHandler(SearchManage r.java:585) at org.apache.jackrabbit.core.SearchManager.(SearchManager.java:265) at org.apache.jackrabbit.core.RepositoryImpl.getSystemSearchManager(RepositoryI mpl.java:625) Problem 2 I went ahead and wiped out the repository to see if I could bring it up and got then the following different exception 27.02.2009 14:44:21 *INFO * SearchIndex: Index initialized: /opt2/jackrabbit/workspaces/default/index Version: 2 (SearchIndex.java, line 486) 27.02.2009 14:44:21 *INFO * RepositoryImpl: Repository started (RepositoryImpl.java, line 341) 27.02.2009 14:44:21 *INFO * RepositoryStartupServlet: Repository bound to JNDI with name: jackrabbit.repository (RepositoryStartupServlet.java, line 452) 27.02.2009 14:44:21 *INFO * RepositoryStartupServlet: RepositoryStartupServlet initialized. (RepositoryStartupServlet.java, line 241) 27.02.2009 14:44:21 *INFO * RepositoryAccessServlet: RepositoryAccessServlet initialized. (RepositoryAccessServlet.java, line 98) 27.02.2009 14:44:21 *INFO * SimpleWebdavServlet: resource-path-prefix = '/repository' (SimpleWebdavServlet.java, line 149) 27.02.2009 14:44:21 *INFO * SimpleWebdavServlet: WWW-Authenticate header = 'Basic realm="Jackrabbit Webdav Server"' (SimpleWebdavServlet.java, line 155) 27.02.2009 14:44:21 *ERROR* AbstractLoginModule: LoginModule failed to initialize. (AbstractLoginModule.java, line 170) javax.security.auth.callback.UnsupportedCallbackException: Unrecognized Callback at org.apache.jackrabbit.core.security.CredentialsCallbackHandler.handle(Creden tialsCallbackHandler.java:68) at org.apache.jackrabbit.core.security.authentication.AbstractLoginModule.initi alize(AbstractLoginModule.java:121) at org.apache.jackrabbit.core.security.AuthContext$Local.login(AuthContext.java :135) This I miss anything? All I did is replace the 2 released jar files inside the war file: -jcr-commons-1.5.3.jar -core-1.5.3.jar Thanks a bunch Julio Castillo Edgenuity Inc.