Return-Path: Delivered-To: apmail-jackrabbit-dev-archive@www.apache.org Received: (qmail 21441 invoked from network); 30 Nov 2009 11:32:45 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 30 Nov 2009 11:32:45 -0000 Received: (qmail 60702 invoked by uid 500); 30 Nov 2009 11:32:44 -0000 Delivered-To: apmail-jackrabbit-dev-archive@jackrabbit.apache.org Received: (qmail 60610 invoked by uid 500); 30 Nov 2009 11:32:44 -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 60594 invoked by uid 99); 30 Nov 2009 11:32:44 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 30 Nov 2009 11:32:44 +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; Mon, 30 Nov 2009 11:32:41 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 996CB234C045 for ; Mon, 30 Nov 2009 03:32:20 -0800 (PST) Message-ID: <1360240231.1259580740623.JavaMail.jira@brutus> Date: Mon, 30 Nov 2009 11:32:20 +0000 (UTC) From: "Stefan Guggisberg (JIRA)" To: dev@jackrabbit.apache.org Subject: [jira] Commented: (JCR-2414) Problem with multiple SCHEMA In-Reply-To: <964476075.1259577680630.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-2414?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12783616#action_12783616 ] Stefan Guggisberg commented on JCR-2414: ---------------------------------------- > Caused by: java.sql.SQLException: ORA-00942: table or view does not exist since you created the schema objects for user 'scott1' manually, you might have done something wrong. > Problem with multiple SCHEMA > ---------------------------- > > Key: JCR-2414 > URL: https://issues.apache.org/jira/browse/JCR-2414 > Project: Jackrabbit Content Repository > Issue Type: Bug > Environment: Oracle 9i, Windows XP/Linux > Reporter: premkumar > Priority: Critical > Fix For: 1.6.0 > > Attachments: repository.xml, workspace.xml > > > I'm having 2 schema (scott & scott1) for a single instance orcl. I Inserted all Jackrabbit dll and made schemaCheckEnabled to false for scott schema and its working fine for scott. But when I try for scott1 Its throwing exception (ORA-00942: table or view does not exist). Attached repository.xml for your reference. > javax.jcr.RepositoryException: File system initialization failure.: failed to initialize file system: failed to initialize file system > at org.apache.jackrabbit.core.config.RepositoryConfigurationParser$4.getFileSystem(RepositoryConfigurationParser.java:825) > at org.apache.jackrabbit.core.config.RepositoryConfig.getFileSystem(RepositoryConfig.java:778) > at org.apache.jackrabbit.core.RepositoryImpl.(RepositoryImpl.java:268) > at org.apache.jackrabbit.core.RepositoryImpl.create(RepositoryImpl.java:627) > at org.apache.jackrabbit.core.jndi.BindableRepository.createRepository(BindableRepository.java:141) > at org.apache.jackrabbit.core.jndi.BindableRepository.init(BindableRepository.java:117) > at org.apache.jackrabbit.core.jndi.BindableRepository.(BindableRepository.java:106) > at org.apache.jackrabbit.core.jndi.BindableRepositoryFactory.getObjectInstance(BindableRepositoryFactory.java:51) > at org.apache.jackrabbit.core.jndi.RegistryHelper.registerRepository(RegistryHelper.java:74) > at com.jcr.test.ContentRepository.(ContentRepository.java:65) > Caused by: org.apache.jackrabbit.core.fs.FileSystemException: failed to initialize file system > at org.apache.jackrabbit.core.fs.db.DatabaseFileSystem.init(DatabaseFileSystem.java:226) > at org.apache.jackrabbit.core.fs.db.OracleFileSystem.init(OracleFileSystem.java:137) > at org.apache.jackrabbit.core.config.RepositoryConfigurationParser$4.getFileSystem(RepositoryConfigurationParser.java:818) > ... 9 more > Caused by: org.apache.jackrabbit.core.fs.FileSystemException: failed to check existence of file system root entry > at org.apache.jackrabbit.core.fs.db.DatabaseFileSystem.verifyRootExists(DatabaseFileSystem.java:1387) > at org.apache.jackrabbit.core.fs.db.DatabaseFileSystem.init(DatabaseFileSystem.java:220) > ... 11 more > Caused by: java.sql.SQLException: ORA-00942: table or view does not exist > 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:743) > at oracle.jdbc.driver.T4CPreparedStatement.doOall8(T4CPreparedStatement.java:216) > at oracle.jdbc.driver.T4CPreparedStatement.executeForDescribe(T4CPreparedStatement.java:799) > at oracle.jdbc.driver.OracleStatement.executeMaybeDescribe(OracleStatement.java:1039) > at oracle.jdbc.driver.T4CPreparedStatement.executeMaybeDescribe(T4CPreparedStatement.java:839) > at oracle.jdbc.driver.OracleStatement.doExecuteWithTimeout(OracleStatement.java:1132) > at oracle.jdbc.driver.OraclePreparedStatement.executeInternal(OraclePreparedStatement.java:3285) > at oracle.jdbc.driver.OraclePreparedStatement.execute(OraclePreparedStatement.java:3390) > at org.apache.jackrabbit.core.fs.db.DatabaseFileSystem.executeStmt(DatabaseFileSystem.java:1101) > at org.apache.jackrabbit.core.fs.db.DatabaseFileSystem.verifyRootExists(DatabaseFileSystem.java:1375) > ... 12 more -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.