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 26681

Summary: There is not possible update DBExplerer form autoupdate.
Product: db Reporter: pknakal <pknakal>
Component: CodeAssignee: issues@db <issues>
Status: VERIFIED FIXED    
Severity: blocker    
Priority: P2    
Version: 3.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:
Attachments: Error message
Exception text
Explorer after wrong installation.

Description pknakal 2002-08-21 13:52:47 UTC
NB dev duild ... 200208120100. Install DB Explorer
from autoupdate and during the start after update
the error dialog is throws (attached).

Then in the Explorer|Runtime tab there is wrong
name for Databases note and this node is not
expandable.

Exception is thrown to the console.
Comment 1 pknakal 2002-08-21 13:57:26 UTC
Created attachment 7159 [details]
Error message
Comment 2 pknakal 2002-08-21 14:03:47 UTC
Created attachment 7160 [details]
Exception text
Comment 3 pknakal 2002-08-21 14:05:02 UTC
Created attachment 7161 [details]
Explorer after wrong installation.
Comment 4 Radko Najman 2002-08-21 14:29:16 UTC
Fixed.
The problem was caused by classloader changes - the core module is not
loaded by system classloader anymore, but by special classloader.
ddl.jar which is loaded by system classloader references core module
which can't be found because it was loaded by different classloader.
ddl.jar has benn moved from lib/ext to modules/ext
Comment 5 Radko Najman 2002-08-22 17:42:34 UTC
*** Issue 26715 has been marked as a duplicate of this issue. ***
Comment 6 pknakal 2002-08-28 14:52:32 UTC
Verified: NB 200208280100 && DB1.6.1 from alpha autoupdate.
Comment 7 Radko Najman 2002-09-20 12:09:24 UTC
*** Issue 26686 has been marked as a duplicate of this issue. ***