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 39931 - hardcoded pointbase connexion gives exceptions
Summary: hardcoded pointbase connexion gives exceptions
Status: CLOSED FIXED
Alias: None
Product: db
Classification: Unclassified
Component: Code (show other bugs)
Version: 3.x
Hardware: PC Windows ME/2000
: P2 blocker (vote)
Assignee: Radko Najman
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-02-10 22:14 UTC by _ ludo
Modified: 2004-08-23 14:43 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description _ ludo 2004-02-10 22:14:59 UTC
I try to declare automatically the pointbase
driver in nb3.6
Manually, it kinda work but automatically via the
plugin,  I get errors like:       
org.netbeans.modules.css/2 [1.0.3.6.0 3.6.0
20040209-1731]
        org.netbeans.modules.xsl/1 [1.0.3.6.0
3.6.0 20040209-1731]
        org.netbeans.modules.junit/2 [2.11
20040209-1731]
        org.netbeans.modules.text/1 [1.12
20040209-1731]
Created registry node in 140 msecs.
INFORMATIONAL *********** Exception occurred
************ at Mon Feb 09 17:21:39
 PST 2004
org.netbeans.modules.db.DatabaseException
        at
org.netbeans.modules.db.explorer.infos.ConnectionNodeInfo.connect(Con
nectionNodeInfo.java:64)
        at
org.netbeans.modules.db.explorer.infos.ConnectionNodeInfo.connect(Con
nectionNodeInfo.java:69)
[catch] at
org.netbeans.modules.db.explorer.infos.RootNodeInfo.addConnection(Roo
tNodeInfo.java:91)
        at
org.netbeans.modules.db.explorer.infos.RootNodeInfo.addOrConnectConne
ction(RootNodeInfo.java:112)
        at
org.netbeans.modules.db.explorer.PointbasePlus.addOrConnectAccordingT
oOption(PointbasePlus.java:107)
        at
org.netbeans.modules.db.explorer.DatabaseNodeChildren$3.run(DatabaseN
odeChildren.java:111)
        at
java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:178)
        at
java.awt.EventQueue.dispatchEvent(EventQueue.java:454)
        at
java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchTh
read.java:201)
        at
java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThre
ad.java:151)
        at
java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:145)

        at
java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:137)

        at
java.awt.EventDispatchThread.run(EventDispatchThread.java:100)
INFORMATIONAL *********** Exception occurred
************ at Mon Feb 09 17:21:39
 PST 2004
org.netbeans.modules.db.DatabaseException
        at
org.netbeans.modules.db.explorer.infos.RootNodeInfo.addConnection(Roo
tNodeInfo.java:96)
        at
org.netbeans.modules.db.explorer.infos.RootNodeInfo.addOrConnectConne
ction(RootNodeInfo.java:112)
        at
org.netbeans.modules.db.explorer.PointbasePlus.addOrConnectAccordingT
oOption(PointbasePlus.java:107)
[catch] at
org.netbeans.modules.db.explorer.DatabaseNodeChildren$3.run(DatabaseN
odeChildren.java:111)
        at
java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:178)
        at
java.awt.EventQueue.dispatchEvent(EventQueue.java:454)
        at
java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchTh
read.java:201)
        at
java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThre
ad.java:151)
        at
java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:145)

        at
java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:137)

        at
java.awt.EventDispatchThread.run(EventDispatchThread.java:100)
Comment 1 Jiri Skrivanek 2004-02-11 07:13:31 UTC
What do you mean by "automatically via the plugin"? 
Please be so kind and next time attach the stack trace separately. 
Comment 2 Radko Najman 2004-02-11 08:47:53 UTC
Fixed.
PointBase is not distributed with NB so it doesn't make sence to try
to automatically create connection to sample database. The code was
commented out for 3.6 release and needs to be discussed for next
Studio release.
Comment 3 dmladek 2004-08-23 14:43:23 UTC
probably fixed and for 4.0 it's irelevant as Radko mentioned...closing it