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 192916 - SQL results are not shown for any 'select * from [table]' queries.
Summary: SQL results are not shown for any 'select * from [table]' queries.
Status: RESOLVED DUPLICATE of bug 191325
Alias: None
Product: db
Classification: Unclassified
Component: SQL Editor (show other bugs)
Version: 6.x
Hardware: PC Linux
: P4 normal (vote)
Assignee: Jiri Rechtacek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-12-06 11:22 UTC by righardt
Modified: 2011-01-21 14:05 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
error log (65.76 KB, text/x-log)
2010-12-06 12:18 UTC, righardt
Details

Note You need to log in before you can comment on or make changes to this bug.
Description righardt 2010-12-06 11:22:23 UTC
Hi,

The resultset for queries are not shown, with the error message that is attached to this report

kind regards,

RSwan
Comment 1 Tomas Danek 2010-12-06 12:07:40 UTC
hello, no error message is attached. please attach and reopen.
Comment 2 righardt 2010-12-06 12:18:08 UTC
Created attachment 103618 [details]
error log

java.lang.NoSuchFieldError: TO_STRING
	at org.netbeans.modules.db.dataview.table.ResultSetCellRenderer.<init>(ResultSetCellRenderer.java:96)
	at org.netbeans.modules.db.dataview.table.ResultSetJXTable.setDefaultCellRenderers(ResultSetJXTable.java:141)
	at org.netbeans.modules.db.dataview.table.ResultSetJXTable.<init>(ResultSetJXTable.java:110)
	at org.netbeans.modules.db.dataview.output.DataViewTableUI.<init>(DataViewTableUI.java:95)
	at org.netbeans.modules.db.dataview.output.DataViewTablePanel.<init>(DataViewTablePanel.java:76)
	at org.netbeans.modules.db.dataview.output.DataViewUI.<init>(DataViewUI.java:170)
	at org.netbeans.modules.db.dataview.output.DataView.createComponents(DataView.java:132)
	at org.netbeans.modules.db.dataview.api.DataView.createComponents(DataView.java:91)
[catch] at org.netbeans.modules.db.sql.loader.SQLEditorSupport$2.run(SQLEditorSupport.java:376)
	at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:209)
	at java.awt.EventQueue.dispatchEvent(EventQueue.java:597)
	at org.netbeans.core.TimableEventQueue.dispatchEvent(TimableEventQueue.java:137)
	at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:269)
	at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:184)
	at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:174)
	at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:169)
	at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:161)
	at java.awt.EventDispatchThread.run(EventDispatchThread.java:122)
Comment 3 Jiri Rechtacek 2011-01-21 14:05:36 UTC

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