This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 191454 - NullPointerException at org.netbeans.modules.db.explorer.node.ProcedureNode$Oracle.updateProcedureProperties
Summary: NullPointerException at org.netbeans.modules.db.explorer.node.ProcedureNode$O...
Status: RESOLVED DUPLICATE of bug 191220
Alias: None
Product: db
Classification: Unclassified
Component: Code (show other bugs)
Version: 7.0
Hardware: All All
: P3 normal (vote)
Assignee: Jiri Rechtacek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-10-29 03:08 UTC by msandoz
Modified: 2010-10-29 06:42 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 173102


Attachments
stacktrace (3.26 KB, text/plain)
2010-10-29 03:08 UTC, msandoz
Details

Note You need to log in before you can comment on or make changes to this bug.
Description msandoz 2010-10-29 03:08:06 UTC
Build: NetBeans IDE 7.0 M2 (Build 201010151251)
VM: Java HotSpot(TM) Client VM, 11.2-b01, Java(TM) SE Runtime Environment, 1.6.0_12-b04
OS: Windows XP

User Comments:
GUEST: I ran some SQL and got 'Error code 1031, SQL state 42000: ORA-01031: insufficient privileges'

tnleeuw: Wanted to look at a database connection

msandoz: sql editing/executing

GUEST: Got this exception while attempting to create an entity bean out of a JNDI resource inside of the New Entity Class from Database wizard.   not sure why.




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.db.explorer.node.ProcedureNode$Oracle.updateProcedureProperties(ProcedureNode.java:410)
   at org.netbeans.modules.db.explorer.node.ProcedureNode$Oracle.access$1200(ProcedureNode.java:340)
   at org.netbeans.modules.db.explorer.node.ProcedureNode$Oracle$1.run(ProcedureNode.java:396)
   at org.netbeans.modules.db.explorer.node.ProcedureNode$Oracle$1.run(ProcedureNode.java:362)
   at org.netbeans.modules.db.metadata.model.JDBCConnMetadataModel.runReadAction(JDBCConnMetadataModel.java:97)
   at org.netbeans.modules.db.metadata.model.api.MetadataModel.runReadAction(MetadataModel.java:92)
Comment 1 msandoz 2010-10-29 03:08:10 UTC
Created attachment 102704 [details]
stacktrace
Comment 2 Jiri Rechtacek 2010-10-29 06:42:47 UTC
Dup of issue 191220, should be fixed in NB8Beta.

*** This bug has been marked as a duplicate of bug 191220 ***