Return-Path: X-Original-To: apmail-jackrabbit-dev-archive@www.apache.org Delivered-To: apmail-jackrabbit-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 0F436CFF3 for ; Sun, 27 May 2012 09:57:26 +0000 (UTC) Received: (qmail 74060 invoked by uid 500); 27 May 2012 09:57:25 -0000 Delivered-To: apmail-jackrabbit-dev-archive@jackrabbit.apache.org Received: (qmail 73755 invoked by uid 500); 27 May 2012 09:57:24 -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 73714 invoked by uid 99); 27 May 2012 09:57:23 -0000 Received: from issues-vm.apache.org (HELO issues-vm) (140.211.11.160) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 27 May 2012 09:57:23 +0000 Received: from isssues-vm.apache.org (localhost [127.0.0.1]) by issues-vm (Postfix) with ESMTP id 5C9AE142837 for ; Sun, 27 May 2012 09:57:23 +0000 (UTC) Date: Sun, 27 May 2012 09:57:23 +0000 (UTC) From: "Jukka Zitting (JIRA)" To: dev@jackrabbit.apache.org Message-ID: <1187100421.6932.1338112643381.JavaMail.jiratomcat@issues-vm> In-Reply-To: <895551458.25216.1331915260569.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Updated] (JCR-3262) Oracle JDBC Class Cast Exception MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/JCR-3262?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jukka Zitting updated JCR-3262: ------------------------------- Fix Version/s: 2.5 > Oracle JDBC Class Cast Exception > -------------------------------- > > Key: JCR-3262 > URL: https://issues.apache.org/jira/browse/JCR-3262 > Project: Jackrabbit Content Repository > Issue Type: Bug > Components: jackrabbit-core > Affects Versions: 2.2.11 > Environment: Windows (32-bit, 64-bit), Unix/Linux, JBoss AS 4.0.1sp1 > Reporter: Harald Scheckenbacher > Assignee: Jukka Zitting > Fix For: 2.2.12, 2.4.2, 2.5 > > > When utilizing the OraclePersistenceManager (package org.apache.jackrabbit.core.persistence.db) (I realize this is marked as deprecated) we noticed during our migration from Jackrabbit 1.6.1 to 2.2.10/11 that when starting the application server an error message is displayed to us that indicates that the Connection object passed to the createTemporaryBlob method of the BLOB class can't be cast to oracle.jdbc.OracleConnection > Here the interesting lines from our log: > 2012-03-15 17:15:47,926 ERROR [org.apache.jackrabbit.core.persistence.db.OraclePersistenceManager] failed to write node state: cafebabe-cafe-babe-cafe-babecafebabe > java.lang.ClassCastException: org.apache.commons.dbcp.PoolingDataSource$PoolGuardConnectionWrapper cannot be cast to oracle.jdbc.OracleConnection > at oracle.sql.BLOB.createTemporary(BLOB.java:708) > at org.apache.jackrabbit.core.persistence.db.OraclePersistenceManager.createTemporaryBlob(OraclePersistenceManager.java:375) > I want to highlight at this point that the do not see the issue when using the Oracle Bundled persistence manager, however due to the fact that we haven't used the bundled version in the past we have a lot of customers with repo layouts that can not be used by the bundled persistence manager - we ran some tests and noticed that the consistency check fails. > -> At the moment there is no good upgrade path to move a repo to the bundled structure, the paths provided thus far are shaky at best. > I did find a solution to the problem that has shown no issues thus far and wanted to share this with you: > It is a one line change that can be made before the wrapped connection is passed to the Oracle driver: > org.apache.jackrabbit.core.util.db.ConnectionFactory.unwrap(con); > This then solves the problem, I also wanted to share that we are using an XA datasource. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira