Well I tried you suggetions and I am still getting the same error.
Java: jre1.5.0_09
Tomcat: 5.5.17
MS SQL: 2000
Database: jforum_qik
net.sourceforge.jtds.jdbc.Driver: jtds-1.2.jar
Used RC1 of the torque code: all jars exanded correctly.
I tried removing ;TDS\=7.0 fromt he end if the database.connection.string in both files.
Changed database.connection.pool.min to 0,1, and 2
Tried adding database.connection.pool.max=10 to the torque.properties
Here is the sanitized version of jforum-custom.conf and torque.properties
Please note the extra spaces at the end of each file are not in the files on the server. Just showing up in this community.
jforum-custom.conf
#Installation specific configuration options
#Wed Mar 28 13:57:18 GMT-06:00 2007
i18n.board.default=en_US
forum.link=http\://xxxxxx
database.support.autokeys=true
database.driver.name=torque
database.connection.pool.timeout=5000
database.connection.dbname=jforum_qik
installed=true
database.support.subqueries=false
dao.driver=net.jforum.dao.torque.TorqueDataAccessDriver
homepage.link=http\://xxxxxx
mysql.unicode=
database.connection.pool.min=10
database.connection.password=xxxxxx
database.connection.pool.max=10
user.hash.sequence=xxxxxx
database.connection.username=xxxxxx
dbencoding=utf-8
login.authenticator=net.jforum.dao.torque.security.TorqueLoginAuthenticator
database.connection.port=1433
dbunicode=true
database.connection.implementation=net.jforum.dao.torque.TorquePooledConnection
database.connection.host=1xxxxxx
torque.database.adaptor=mssql
database.connection.driver=net.sourceforge.jtds.jdbc.Driver
database.connection.string=jdbc\:jtds\:sqlserver\://${database.connection.host}\:${database.connection.port}/${database.connection.dbname};user\=${database.connection.username};password\=${database.connection.password};TDS\=7.0
mysql.encoding=
torque.properties
#Wed Mar 28 13:57:17 GMT-06:00 2007
database.driver.name=torque
database.connection.password=xxxxxx
torque.database.adaptor=mssql
database.connection.dbname=jforum_qik
database.support.autokeys=true
database.connection.host=xxxxxx
database.connection.pool.min=10
database.connection.implementation=net.jforum.dao.torque.TorquePooledConnection
login.authenticator=net.jforum.dao.torque.security.TorqueLoginAuthenticator
database.connection.username=xxxxxx
database.connection.port=1433
dbencoding=utf-8
database.connection.string=jdbc\:jtds\:sqlserver\://${database.connection.host}\:${database.connection.port}/${database.connection.dbname};user\=${database.connection.username};password\=${database.connection.password};TDS\=7.0
dao.driver=net.jforum.dao.torque.TorqueDataAccessDriver
database.connection.driver=net.sourceforge.jtds.jdbc.Driver
[originally posted on jforum.net by obiweb]