Return-Path: Delivered-To: apmail-openjpa-dev-archive@www.apache.org Received: (qmail 45837 invoked from network); 19 Jun 2009 17:26:25 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 19 Jun 2009 17:26:25 -0000 Received: (qmail 24660 invoked by uid 500); 19 Jun 2009 17:26:36 -0000 Delivered-To: apmail-openjpa-dev-archive@openjpa.apache.org Received: (qmail 24574 invoked by uid 500); 19 Jun 2009 17:26:36 -0000 Mailing-List: contact dev-help@openjpa.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@openjpa.apache.org Delivered-To: mailing list dev@openjpa.apache.org Received: (qmail 24564 invoked by uid 99); 19 Jun 2009 17:26:36 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 19 Jun 2009 17:26:36 +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; Fri, 19 Jun 2009 17:26:27 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 627F729A0012 for ; Fri, 19 Jun 2009 10:26:07 -0700 (PDT) Message-ID: <43015810.1245432367402.JavaMail.jira@brutus> Date: Fri, 19 Jun 2009 10:26:07 -0700 (PDT) From: "Donald Woods (JIRA)" To: dev@openjpa.apache.org Subject: [jira] Updated: (OPENJPA-1119) NPE in InstrumentationFactory In-Reply-To: <974584374.1244145907340.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/OPENJPA-1119?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Donald Woods updated OPENJPA-1119: ---------------------------------- Attachment: OPENJPA-1119-dwoods.patch Updated patch after OPENJPA-1117 commit that works for me w/ Sun 64bit JDK 6 on MacOSX (if you exclude the criteria tests.) Will try running on 64bit Linux before committing. > NPE in InstrumentationFactory > ----------------------------- > > Key: OPENJPA-1119 > URL: https://issues.apache.org/jira/browse/OPENJPA-1119 > Project: OpenJPA > Issue Type: Bug > Components: kernel > Affects Versions: 2.0.0 > Reporter: Rick Curtis > Assignee: Rick Curtis > Fix For: 2.0.0 > > Attachments: OPENJPA-1119-dwoods.patch, OPENJPA-1119.PATCH > > Original Estimate: 0h > Remaining Estimate: 0h > > As reported in the dev forum [1] InstrumentationFactory.class.getProtectionDomain().getCodeSource() returns null, causing a NPE. > Caused by: java.lang.NullPointerException > at org.apache.openjpa.enhance.InstrumentationFactory.getAgentJar(InstrumentationFactory.java:204) > at org.apache.openjpa.enhance.InstrumentationFactory.access$200(InstrumentationFactory.java:47) > at org.apache.openjpa.enhance.InstrumentationFactory$1.run(InstrumentationFactory.java:99) > at java.security.AccessController.doPrivileged(Native Method) > at org.apache.openjpa.enhance.InstrumentationFactory.getInstrumentation(InstrumentationFactory.java:87) > at org.apache.openjpa.enhance.PCEnhancerAgent.loadDynamicAgent(PCEnhancerAgent.java:95) > at org.apache.openjpa.persistence.PersistenceProviderImpl.loadAgent(PersistenceProviderImpl.java:243) > at org.apache.openjpa.persistence.PersistenceProviderImpl.createEntityManagerFactory(PersistenceProviderImpl.java:91) > at org.apache.openjpa.persistence.PersistenceProviderImpl.createEntityManagerFactory(PersistenceProviderImpl.java:119) > at org.apache.openjpa.persistence.PersistenceProviderImpl.createEntityManagerFactory(PersistenceProviderImpl.java:55) > at javax.persistence.Persistence.createFactory(Persistence.java:172) > ... 51 more > [1] http://n2.nabble.com/Error-loading-agent-with-Openjpa2-td3024299.html -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.