cancel
Showing results for 
Search instead for 
Did you mean: 

JSPM doesn't start

nicola_blasi
Active Participant
0 Kudos

Hy

problem to start a JSPM in a 700 SP18 with database 11G in linux

I'm using an oracle client 11g

Jul 24, 2012 4:48:15 PM [Error]: Could not connect.

Jul 24, 2012 4:48:15 PM [Error]: Could not establish open SQL connection. Exception com.sap.sql.log.OpenSQLException: JDBC driver not supported for ORACLE database..

any idea?

Thanks

Nick

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

HI Nicola,

Please check JDBC driver setting according to note 867976. Make sure all part mentioned in note 867976 are fine.

Besides, make sure that your JAVA_HOME variable if pointing to the main folder where JDK is located instead of JRE. Also you may go through Note 891983 JSPM central notes.

Regards

shrikant

nicola_blasi
Active Participant
0 Kudos

Hy Shrikant,

thanks, the note 867976 was checked and all seems ok .

i have an oracle 11.2.0.3.0 on solaris.

the java instance is on linux x86_64.

the client that i'm using is 11x_64/instantclient and i have the same value on all parameters descripted in note .

the SDK is

java full version "J2RE 1.4.2 IBM build j9xa64142ifx-20120328 (SR13 FP12)"

Java_home is ok and goes to the jdk mentioned above.

Thanks

Nick

former_member189725
Active Contributor
0 Kudos

Can you check if the configtool can connect to the database ?

Regards

Ratnajit

Answers (2)

Answers (2)

nicola_blasi
Active Participant
0 Kudos

Hy,

ok was the jdbc driver.

I was using the instantclient 11.2 but i had to use the instantclient  instantclient_11203

and now it works.

Thanks

Nick

former_member189725
Active Contributor
0 Kudos