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 150950 - [65cat] NPE running query on Merlia driver at org.netbeans.modules.db.dataview.output.DataViewTablePanel
Summary: [65cat] NPE running query on Merlia driver at org.netbeans.modules.db.datavie...
Status: RESOLVED DUPLICATE of bug 153219
Alias: None
Product: db
Classification: Unclassified
Component: Show Data (show other bugs)
Version: 6.x
Hardware: PC Windows XP
: P3 blocker (vote)
Assignee: _ ahimanikya
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-10-21 22:59 UTC by ranbato
Modified: 2009-02-19 20:38 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
messages.log (80.88 KB, text/plain)
2008-10-21 23:00 UTC, ranbato
Details

Note You need to log in before you can comment on or make changes to this bug.
Description ranbato 2008-10-21 22:59:14 UTC
[ BUILD # : 6.5 RC 1 ]
[ JDK VERSION : 1.6.0_07 ]

This is a clone of Issue 142612 with the Merlia 7.03 driver.

java.lang.NullPointerException
	at
org.netbeans.modules.db.dataview.meta.DBColumn.<init>(DBColumn.java:75
)
	at
org.netbeans.modules.db.dataview.meta.DBMetaDataFactory.generateDBTabl
es(DBMetaDataFactory.java:248)
	at
org.netbeans.modules.db.dataview.output.SQLExecutionHelper.initialData
Load(SQLExecutionHelper.java:131)
	at
org.netbeans.modules.db.dataview.output.DataView.create(DataView.java:
101)
	at
org.netbeans.modules.db.dataview.api.DataView.create(DataView.java:71)

[catch] at
org.netbeans.modules.db.sql.execute.SQLExecuteHelper.execute(SQLExecut
eHelper.java:105)
	at
org.netbeans.modules.db.sql.loader.SQLEditorSupport$SQLExecutor.run(SQ
LEditorSupport.java:480)
	at
org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:572)
	at
org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:
997)
SEVERE [global]
Comment 1 ranbato 2008-10-21 23:00:54 UTC
Created attachment 72429 [details]
messages.log
Comment 2 ranbato 2008-10-21 23:02:41 UTC
Here are the commands:

use master;
select * from sysdatabases;
sp_help sysdatabases

Merlia driver can be obtained from www.inetsoftware.de
Comment 3 _ ahimanikya 2008-11-12 05:26:18 UTC
I don't think we support this database, but I will see if this can be fixed. 
Comment 4 _ ahimanikya 2008-11-21 20:53:25 UTC

*** This issue has been marked as a duplicate of 142612 ***
Comment 5 John Baker 2008-11-21 21:36:31 UTC
this is really a duplicate of 153219 which just got fixed
Comment 6 John Baker 2008-11-21 21:36:45 UTC

*** This issue has been marked as a duplicate of 153219 ***