Return-Path: Delivered-To: apmail-jackrabbit-dev-archive@www.apache.org Received: (qmail 1465 invoked from network); 24 Nov 2009 08:11:04 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 24 Nov 2009 08:11:04 -0000 Received: (qmail 36816 invoked by uid 500); 24 Nov 2009 08:11:04 -0000 Delivered-To: apmail-jackrabbit-dev-archive@jackrabbit.apache.org Received: (qmail 36733 invoked by uid 500); 24 Nov 2009 08:11:03 -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 Received: (qmail 36722 invoked by uid 99); 24 Nov 2009 08:11:03 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 24 Nov 2009 08:11:03 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 24 Nov 2009 08:11:01 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 93C0E234C045 for ; Tue, 24 Nov 2009 00:10:39 -0800 (PST) Message-ID: <1380978053.1259050239590.JavaMail.jira@brutus> Date: Tue, 24 Nov 2009 08:10:39 +0000 (UTC) From: "Martijn Hendriks (JIRA)" To: dev@jackrabbit.apache.org Subject: [jira] Commented: (JCR-2403) insufficient privileges In-Reply-To: <1111881081.1259046999604.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/JCR-2403?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12781815#action_12781815 ] Martijn Hendriks commented on JCR-2403: --------------------------------------- Please have a look at JCR-2034. You can add the "schemaCheckEnabled" parameter with value "false" to the configuration of all DB components (don't forget the workspace descriptors). That probably solves your problem. > insufficient privileges > ----------------------- > > Key: JCR-2403 > URL: https://issues.apache.org/jira/browse/JCR-2403 > Project: Jackrabbit Content Repository > Issue Type: Bug > Components: jackrabbit-core > Affects Versions: 1.5.6 > Environment: Oracle, Linux / Windows > Reporter: premkumar > Priority: Critical > Attachments: repository.xml > > > HI, > In Jackrabbit DBStore, On the fly its creating some tables in DB . But, In our Dev environment we do not have permission for creating tables on the fly. So, I manually inserted all the dll (tables & indexes) before the application start. Although I'm getting the following exception while running application. > Attached repository.xml. > Below the log. > [11/23/09 11:32:04:405 EST] 0000003a SystemOut O WARN > org.apache.jackrabbit.core.config.ConfigurationErrorHandler[WebContainer : 3]: Warning parsing the configuration at line 4 using system id file:/usr/local/web/fda/WAS/61x/svdw0047v61fda/installedApps/afda21Network001/osa_registry.ear/osa_registry.war/WEB-INF/cfg/repository.xml: org.xml.sax.SAXParseException: Document root element "Repository", must match DOCTYPE root "null". > [11/23/09 11:32:04:407 EST] 0000003a SystemOut O WARN > org.apache.jackrabbit.core.config.ConfigurationErrorHandler[WebContainer : 3]: Warning parsing the configuration at line 4 using system id file:/usr/local/web/fda/WAS/61x/svdw0047v61fda/installedApps/afda21Network001/osa_registry.ear/osa_registry.war/WEB-INF/cfg/repository.xml: org.xml.sax.SAXParseException: Document is invalid: no grammar found. > [11/23/09 11:32:04:977 EST] 0000003a SystemOut O INFO > org.apache.jackrabbit.core.RepositoryImpl[WebContainer : 3]: Starting repository... > [11/23/09 11:32:05:474 EST] 0000003a SystemOut O ERROR> org.apache.jackrabbit.core.fs.db.DatabaseFileSystem[WebContainer : 3]: failed to initialize file system > java.sql.SQLException: ORA-01031: insufficient privileges > at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:112) > at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:331) > at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:288) > at oracle.jdbc.driver.T4C8Oall.receive(T4C8Oall.java:745) > at oracle.jdbc.driver.T4CStatement.doOall8(T4CStatement.java:210) > at oracle.jdbc.driver.T4CStatement.executeForRows(T4CStatement.java:961) > at oracle.jdbc.driver.OracleStatement.doExecuteWithTimeout(OracleStatement.java:1190) > at oracle.jdbc.driver.OracleStatement.executeUpdateInternal(OracleStatement.java:1657) > at oracle.jdbc.driver.OracleStatement.executeUpdate(OracleStatement.java:1626) > at org.apache.jackrabbit.core.fs.db.OracleFileSystem.checkSchema(OracleFileSystem.java:211) > at org.apache.jackrabbit.core.fs.db.DatabaseFileSystem.init(DatabaseFileSystem.java:190) > at org.apache.jackrabbit.core.fs.db.OracleFileSystem.init(OracleFileSystem.java:137) > at org.apache.jackrabbit.core.config.RepositoryConfigurationParser$2.getFileSystem(RepositoryConfigurationParser.java:762) > at org.apache.jackrabbit.core.config.RepositoryConfig.getFileSystem(RepositoryConfig.java:666) > at org.apache.jackrabbit.core.RepositoryImpl.(RepositoryImpl.java:262) > at org.apache.jackrabbit.core.RepositoryImpl.create(RepositoryImpl.java:621) > at org.apache.jackrabbit.core.jndi.BindableRepository.createRepository(BindableRepository.java:140) > at org.apache.jackrabbit.core.jndi.BindableRepository.init(BindableRepository.java:116) > at org.apache.jackrabbit.core.jndi.BindableRepository.(BindableRepository.java:105) > at org.apache.jackrabbit.core.jndi.BindableRepositoryFactory.getObjectInstance(BindableRepositoryFactory.java:51) > at org.apache.jackrabbit.core.jndi.RegistryHelper.registerRepository(RegistryHelper.java:74) > at com.ssc.soareg.jackrabbit.ContentRepository.(ContentRepository.java:71) > at com.ssc.soareg.jaxr.registry.client.infomodel.ServiceImpl.(ServiceImpl.java:177) > at com.ssc.soareg.governance.client.SOALifeCycleManagerImpl.saveBusinessServices(SOALifeCycleManagerImpl.java:259) > at com.ssc.soareg.registry.server.UploadServlet.service(UploadServlet.java:473) > at javax.servlet.http.HttpServlet.service(HttpServlet.java:856) > at com.ibm.ws.webcontainer.servlet.ServletWrapper.service(ServletWrapper.java:1068) > at com.ibm.ws.webcontainer.servlet.ServletWrapper.handleRequest(ServletWrapper.java:543) > at com.ibm.ws.wswebcontainer.servlet.ServletWrapper.handleRequest(ServletWrapper.java:478) > at com.ibm.ws.webcontainer.webapp.WebApp.handleRequest(WebApp.java:3357) > at com.ibm.ws.webcontainer.webapp.WebGroup.handleRequest(WebGroup.java:267) > at com.ibm.ws.webcontainer.WebContainer.handleRequest(WebContainer.java:811) > at com.ibm.ws.wswebcontainer.WebContainer.handleRequest(WebContainer.java:1455) > at com.ibm.ws.webcontainer.channel.WCChannelLink.ready(WCChannelLink.java:115) > at com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.handleDiscrimination(HttpInboundLink.java:454) > at com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.handleNewInformation(HttpInboundLink.java:383) > at com.ibm.ws.http.channel.inbound.impl.HttpICLReadCallback.complete(HttpICLReadCallback.java:102) > at com.ibm.ws.tcp.channel.impl.AioReadCompletionListener.futureCompleted(AioReadCompletionListener.java:165) > at com.ibm.io.async.AbstractAsyncFuture.invokeCallback(AbstractAsyncFuture.java:217) > at com.ibm.io.async.AsyncChannelFuture.fireCompletionActions(AsyncChannelFuture.java:161) > at com.ibm.io.async.AsyncFuture.completed(AsyncFuture.java:136) > at com.ibm.io.async.ResultHandler.complete(ResultHandler.java:195) > at com.ibm.io.async.ResultHandler.runEventProcessingLoop(ResultHandler.java:784) > at com.ibm.io.async.ResultHandler$2.run(ResultHandler.java:873) > at com.ibm.ws.util.ThreadPool$Worker.run(ThreadPool.java:1473) -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.