 |
|
 |
 |
|
 |
 |
| Author |
Message |
|
|
|
Post subject: Couldn't login to DB when use DB browser
Posted: Nov 11, 2005 - 08:35 PM
|
|

Joined: Nov 11, 2005
Posts: 3
|
|
DB Brower is not working on Eclipse 3.1.1 + MyEclipse 4.0.3.
Configured DB browser profile with right information, but get following error. Any idea?
!ENTRY com.genuitec.eclipse.sqlexplorer 4 4 2005-11-11 14:31:38.46
!MESSAGE Error while trying to login to database
!STACK 0
java.lang.NullPointerException
at net.sourceforge.squirrel_sql.fw.sql.SQLDriverManager.getConnection(SQLDriverManager.java:90)
at com.genuitec.eclipse.sqlexplorer.actions.LoginProgress$Login.run(LoginProgress.java:43)
at java.lang.Thread.run(Thread.java:534) |
|
|
| |
|
|
|
 |
|
|
Post subject:
Posted: Nov 13, 2005 - 02:14 AM
|
|
Registered Member

Joined: Jan 06, 2004
Posts: 23855
|
|
What driver did you configure, and please specify all the parameters you gave it (use a place holder for any passwords or important URLs). Also please specify the version of the JDBC driver you are using. |
_________________ Riyad
MyEclipse Support
|
| |
|
|
|
 |
|
|
Post subject:
Posted: Nov 13, 2005 - 09:24 AM
|
|
Registered Member

Joined: May 12, 2005
Posts: 473
|
|
sgihp, this looks like a bug that was fixed for 4.1M1. It happened when you configured the driver by clicking "New driver" button in the connection configuration dialog. If you want to stay with 4.0.3 you have to configure the driver on the driver preference page. |
_________________ Eugene
MyEclipse Support
|
| |
|
|
|
 |
|
|
Post subject:
Posted: Nov 14, 2005 - 04:14 PM
|
|

Joined: Nov 11, 2005
Posts: 3
|
|
Thank you, Eugene. I edited existing oracle thin driver profile and it works now. The new Driver proach is not working. |
|
|
| |
|
|
|
 |
|
|
| |
|
|
 |
|
 |
|
|
|
 |