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 144848 - org.netbeans.api.db.explorer.DatabaseException: org.netbeans.api.db.explorer.DatabaseException: unable to connect to server
Summary: org.netbeans.api.db.explorer.DatabaseException: org.netbeans.api.db.explorer....
Status: RESOLVED DUPLICATE of bug 143652
Alias: None
Product: db
Classification: Unclassified
Component: Code (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: David Vancouvering
URL: http://statistics.netbeans.org/except...
Keywords:
Depends on:
Blocks:
 
Reported: 2008-08-22 12:35 UTC by Roman Mostyka
Modified: 2008-08-26 14:17 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 96011


Attachments
stacktrace (3.02 KB, text/plain)
2008-08-22 12:35 UTC, Roman Mostyka
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Roman Mostyka 2008-08-22 12:35:16 UTC
Build: NetBeans IDE 6.5 Beta (Build 200808111757)
VM: Java HotSpot(TM) Client VM, 1.5.0_13-121, Java(TM) 2 Runtime Environment, Standard Edition, 1.5.0_13-b05-241
OS: Mac OS X, 10.4.11, i386

User Comments: 


Stacktrace: 
org.netbeans.api.db.explorer.DatabaseException: org.netbeans.api.db.explorer.DatabaseException: unable to connect to server
        at org.netbeans.modules.db.explorer.infos.RootNodeInfo.initChildren(RootNodeInfo.java:170)
        at org.netbeans.modules.db.explorer.infos.DatabaseNodeInfo.getChildren(DatabaseNodeInfo.java:697)
        at org.netbeans.modules.db.explorer.infos.DatabaseNodeInfo.refreshChildren(DatabaseNodeInfo.java:357)
        at org.netbeans.modules.db.explorer.infos.RootNodeInfo.refreshChildren(RootNodeInfo.java:305)
        at org.netbeans.modules.db.explorer.infos.RootNodeInfo.stateChanged(RootNodeInfo.java:297)
        at org.netbeans.modules.db.explorer.infos.RootNodeInfo$1.connectionsChanged(RootNodeInfo.java:103)
Comment 1 Roman Mostyka 2008-08-22 12:35:20 UTC
Created attachment 68107 [details]
stacktrace
Comment 2 David Vancouvering 2008-08-25 19:34:09 UTC
I'm sorry, can you please provide some information about what you were doing when this occurred?  Otherwise I'm really
not sure how to reproduce this.  Thanks!
Comment 3 Roman Mostyka 2008-08-26 14:17:29 UTC
I think it is the duplicate of the issue #143652, but Issue Reporter didn't recognize it as duplicate because of there
were some changes (for example ddl module), but as you can see from the report I used Beta and it doesn't contain
changed code.

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