Return-Path: Delivered-To: apmail-db-derby-dev-archive@www.apache.org Received: (qmail 9774 invoked from network); 20 Jun 2008 19:26:36 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 20 Jun 2008 19:26:36 -0000 Received: (qmail 3166 invoked by uid 500); 20 Jun 2008 19:26:37 -0000 Delivered-To: apmail-db-derby-dev-archive@db.apache.org Received: (qmail 3137 invoked by uid 500); 20 Jun 2008 19:26:37 -0000 Mailing-List: contact derby-dev-help@db.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: Delivered-To: mailing list derby-dev@db.apache.org Received: (qmail 3126 invoked by uid 99); 20 Jun 2008 19:26:37 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 20 Jun 2008 12:26:37 -0700 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, 20 Jun 2008 19:25:56 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 2371C234C147 for ; Fri, 20 Jun 2008 12:25:45 -0700 (PDT) Message-ID: <119670082.1213989945144.JavaMail.jira@brutus> Date: Fri, 20 Jun 2008 12:25:45 -0700 (PDT) From: "Di Qiu (JIRA)" To: derby-dev@db.apache.org Subject: [jira] Created: (DERBY-3733) CompilerContextImpl.initRequiredPriv causes Null Pointer Exception - 10.3.2.2 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org CompilerContextImpl.initRequiredPriv causes Null Pointer Exception - 10.3.2.2 ----------------------------------------------------------------------------- Key: DERBY-3733 URL: https://issues.apache.org/jira/browse/DERBY-3733 Project: Derby Issue Type: Bug Environment: Windows 2003 Server Reporter: Di Qiu Priority: Minor We randomly hit into this NullPointerException. Any suggestions would be appreciated. java.lang.NullPointerException at org.apache.derby.impl.sql.compile.CompilerContextImpl.initRequiredPriv(Unknown Source) at org.apache.derby.impl.sql.compile.CompilerContextImpl.resetContext(Unknown Source) at org.apache.derby.impl.sql.compile.CompilerContextImpl.cleanupOnError(Unknown Source) at org.apache.derby.iapi.services.context.ContextManager.cleanupOnError(Unknown Source) at org.apache.derby.impl.jdbc.TransactionResourceImpl.handleException(Unknown Source) at org.apache.derby.impl.jdbc.EmbedConnection.handleException(Unknown Source) at org.apache.derby.impl.jdbc.ConnectionChild.handleException(Unknown Source) at org.apache.derby.impl.jdbc.EmbedStatement.executeStatement(Unknown Source) at org.apache.derby.impl.jdbc.EmbedPreparedStatement.executeStatement(Unknown Source) at org.apache.derby.impl.jdbc.EmbedPreparedStatement.executeQuery(Unknown Source) at org.apache.commons.dbcp.DelegatingPreparedStatement.executeQuery(DelegatingPreparedStatement.java:92) at com.ibm.sysmgmt.resource.caching.db.PreparedStatementUtil.executeQuery(PreparedStatementUtil.java:321) at com.ibm.sysmgmt.resource.caching.db.DBResourceCachingService.getResourcesByType(DBResourceCachingService.java:3117) at com.ibm.sysmgmt.resource.caching.db.DBResourceCachingService.getResources(DBResourceCachingService.java:3037) at com.ibm.sysmgmt.resource.caching.BaseResourceCachingService._getResources(BaseResourceCachingService.java:285) at com.ibm.sysmgmt.resource.caching.BaseResourceCachingService._getResources(BaseResourceCachingService.java:306) at com.ibm.sysmgmt.resource.caching.BaseResourceCachingService.getResources(BaseResourceCachingService.java:3552) -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.