Install of spark fatwire

Hello,

I'm try to install spark pCM and every thing is ok until connection to database.

I'm using JES 5 with Web Server 7.

When i try to connect to database with url :

http://localhost/cs/CatalogManager?ftcmd=pingdb

i've got this error message :

Database ping failed: Exception java.lang.IllegalArgumentException: protocol = socket host =null:csDataSource

Does the host=null is the reason and how can i correct this.

thanks

Philippe

[532 byte] By [beutina] at [2007-11-27 1:37:18]
# 1

Philippe,

Can you check the URL string that was given for JDBC resource? There is bug filed stating for a ping functionality from Webserver 7.0 to ping the Database. The only problem I see with the hostname that is given at the URL string while creating the JDBC resource.

thanks,

Bharani

ba155434a at 2007-7-12 0:47:42 > top of Java-index,Web & Directory Servers,Portal Servers...
# 2

Hello Bharani,

Yes, i found it, that was in the URL, in the documentation of spark with Web Server 6, the url is like

jdbc:oracle:thin:@//<server_name>:<port>:<database _name>

but we must remove the "//", perhaps because it's Web Server 7 (?), jdbc:oracle:thin:@<server_name>:<port>:<database _name>

and now, the database connection is ok, i can try again to install it.

Thanks a lot.

Philippe

beutina at 2007-7-12 0:47:42 > top of Java-index,Web & Directory Servers,Portal Servers...