cancel
Showing results for 
Search instead for 
Did you mean: 

Installation SUP 2.0

Former Member
0 Kudos

Hi,

I just started with SUP and installed the SUP 2.0 platform (trial edition)

Everything works fine ( server, unified agent etc.. ). All services are started and in the SCC I can see that the server is up and running.

So far, so good, but when I try to connect to sample db in my Unwired Workspace, I get an error. My ping to the db fails.

The following errorlog is generated:

java.lang.ClassNotFoundException: com.sybase.jdbc3.jdbc.SybDriver

+ at java.net.URLClassLoader$1.run(URLClassLoader.java:202)+

+ at java.security.AccessController.doPrivileged(Native Method)+

+ at java.net.URLClassLoader.findClass(URLClassLoader.java:190)+

+ at java.lang.ClassLoader.loadClass(ClassLoader.java:307)+

+ at java.net.FactoryURLClassLoader.loadClass(URLClassLoader.java:627)+

+ at java.lang.ClassLoader.loadClass(ClassLoader.java:248)+

+ at org.eclipse.datatools.enablement.sybase.asa.internal.connection.JDBCASAJDBCConnection.createConnection(Unknown Source)+

+ at org.eclipse.datatools.connectivity.DriverConnectionBase.internalCreateConnection(Unknown Source)+

+ at org.eclipse.datatools.connectivity.DriverConnectionBase.open(Unknown Source)+

+ at org.eclipse.datatools.connectivity.drivers.jdbc.JDBCConnection.open(Unknown Source)+

+ at org.eclipse.datatools.enablement.sybase.asa.internal.connection.JDBCASAConnectionFactory.createConnection(Unknown Source)+

+ at org.eclipse.datatools.connectivity.internal.ConnectionFactoryProvider.createConnection(Unknown Source)+

+ at org.eclipse.datatools.connectivity.internal.ConnectionProfile.createConnection(Unknown Source)+

+ at org.eclipse.datatools.connectivity.ui.PingJob.createTestConnection(Unknown Source)+

+ at org.eclipse.datatools.connectivity.ui.PingJob.run(Unknown Source)+

+ at org.eclipse.core.internal.jobs.Worker.run(Worker.java:54)+

I've used the standard settings for the sample db:

Sybase ASA v11

host: localhost

port: 5500

database name: sampledb

user & passw are the default ones

Can anybody tell me on how I can proceed? What can I do or where should I start looking to solve this error?

Could it be that I'm missing the JDBC driver?

Thanks,

Geert

View Entire Topic
Former Member
0 Kudos

Hi,

I'm not sure about SUP but yes it looks like JDBC drive is missing or might have placed in different directory then intended.

Just look for jdbc jar file and check whether it is placed in correct folder.

Regards,

Pinkle

Former Member
0 Kudos

Hi,

That was indeed the way forward. The JDBC driver was located in another directory.

Thanks,

Geert