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 206382 - [71cat] NullPointerException at org.netbeans.modules.db.explorer.node.ProcedureNode$Oracle.updateProcedureProperties
Summary: [71cat] NullPointerException at org.netbeans.modules.db.explorer.node.Procedu...
Status: RESOLVED DUPLICATE of bug 220873
Alias: None
Product: db
Classification: Unclassified
Component: Code (show other bugs)
Version: 7.2
Hardware: All All
: P3 normal (vote)
Assignee: Jiri Rechtacek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-12-14 14:16 UTC by paolosca
Modified: 2012-10-30 10:50 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 175723


Attachments
stacktrace (2.77 KB, text/plain)
2011-12-14 14:16 UTC, paolosca
Details
stacktrace (2.77 KB, text/plain)
2012-10-29 18:45 UTC, mstarnacki
Details

Note You need to log in before you can comment on or make changes to this bug.
Description paolosca 2011-12-14 14:16:12 UTC
Build: NetBeans IDE Dev (Build 201112130600)
VM: OpenJDK Client VM, 21.0-b17, OpenJDK Runtime Environment, 1.7.0_147-icedtea-b147
OS: Linux

User Comments:
paolosca: Working on a Oracle XE DB in the DB editor.

GUEST: Following a tutorial for connecting to an Oracle XE DB.




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.db.explorer.node.ProcedureNode$Oracle.updateProcedureProperties(ProcedureNode.java:547)
   at org.netbeans.modules.db.explorer.node.ProcedureNode$Oracle.initialize(ProcedureNode.java:540)
   at org.netbeans.api.db.explorer.node.BaseNode.setup(BaseNode.java:206)
   at org.netbeans.modules.db.explorer.node.ProcedureNode.create(ProcedureNode.java:107)
   at org.netbeans.modules.db.explorer.node.ProcedureNodeProvider$1.run(ProcedureNodeProvider.java:132)
   at org.netbeans.modules.db.explorer.node.ProcedureNodeProvider$1.run(ProcedureNodeProvider.java:115)
Comment 1 paolosca 2011-12-14 14:16:14 UTC
Created attachment 114164 [details]
stacktrace
Comment 2 mstarnacki 2012-10-29 18:45:14 UTC
Created attachment 126745 [details]
stacktrace

In window Services>Databases I tried to disconnect from database connection Oracle 11g (thin driver).
Comment 3 Jaroslav Havlin 2012-10-30 10:50:30 UTC
Duplicate of bug 220873.
Thank you for reporting.

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