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 239139 - AssertionError: DatabaseConnection node found for Driver:com.mysql.jdbc.DriverDatabase:jdbc:mysql://localhost:3306/sakilaUser:Schema:
Summary: AssertionError: DatabaseConnection node found for Driver:com.mysql.jdbc.Drive...
Status: RESOLVED DUPLICATE of bug 240434
Alias: None
Product: db
Classification: Unclassified
Component: Code (show other bugs)
Version: 8.0
Hardware: All All
: P3 normal (vote)
Assignee: Libor Fischmeistr
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-12-05 06:51 UTC by KhArtNJava
Modified: 2014-01-16 09:13 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 205791


Attachments
stacktrace (7.08 KB, text/plain)
2013-12-05 06:51 UTC, KhArtNJava
Details
stacktrace (11.71 KB, text/plain)
2014-01-16 09:12 UTC, Maksim Khramov
Details

Note You need to log in before you can comment on or make changes to this bug.
Description KhArtNJava 2013-12-05 06:51:48 UTC
Build: NetBeans IDE Dev (Build 201311120002)
VM: OpenJDK 64-Bit Server VM, 24.45-b08, OpenJDK Runtime Environment, 1.7.0_45-mockbuild_2013_10_16_17_47-b00
OS: Linux

User Comments:
KhArtNJava: <Please provide a description of the problem or the steps to reproduce>df




Stacktrace: 
java.lang.AssertionError: DatabaseConnection node found for Driver:com.mysql.jdbc.DriverDatabase:jdbc:mysql://localhost:3306/sakilaUser:Schema:
   at org.netbeans.modules.db.explorer.DatabaseConnection.showConnectionDialog(DatabaseConnection.java:1222)
   at org.netbeans.api.db.explorer.ConnectionManager.showConnectionDialog(ConnectionManager.java:354)
   at org.netbeans.modules.hibernate.util.HibernateUtil$1.run(HibernateUtil.java:577)
   at org.netbeans.modules.hibernate.util.HibernateUtil$1.run(HibernateUtil.java:574)
   at org.openide.util.Mutex.doEventAccess(Mutex.java:1368)
   at org.openide.util.Mutex.readAccess(Mutex.java:278)
Comment 1 KhArtNJava 2013-12-05 06:51:50 UTC
Created attachment 142849 [details]
stacktrace
Comment 2 Maksim Khramov 2014-01-16 09:12:47 UTC
Created attachment 144016 [details]
stacktrace

Inoked hibernate reverse enginering wizard. I have hibernate config with added hibernate connection datasource property and connection url, user name and password commented
Comment 3 Libor Fischmeistr 2014-01-16 09:13:48 UTC

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