[Kontor-docs] jdbc - no suitable driver
Brought to you by:
rtfm
|
From: <b....@t-...> - 2002-12-09 17:24:33
|
Hi everybody,
I'm trying to get the linux kontor running on my Suse 8.0 server.
When I try to start the createDB.sh Script I get the Error: NO SUITABLE
DRIVER !!
Underneath follow my kontor.server and kontor.client files to get some
impressions to you what could be wrong.
Thanks for help.
../etc/kontor.server (cut)
############################################################################
###
# Server settings
############################################################################
###
kontor.server.rmiusevm=true
kontor.server.rmiusevm.fast=true
kontor.server.rmiurl=rmi://camel:1300/Kontor
#kontor.auth.server=rmi://camel:12112/AuthServer
kontor.auth.internal=true
kontor.auth.internal.samedb=true
auth.company=IoS GmbH
#kontor.server.name=Kontor
kontor.server.clientname=Linux-Kontor
############################################################################
###
# Database settings
############################################################################
###
jdbc.drivers=de.sag.jdbc.adabasd.ADriver:org.postgresql.Driver:oracle.jdbc.d
river.OracleDriver
#kontor.db.db=jdbc:adabasd://boreas:7200/ctlmdb
#kontor.db.db=jdbc:adabasd://zarathustra:7200/iosdb
kontor.db.db=jdbc:postgresql://localhost:5432/iosdb
#kontor.db.db=jdbc:oracle:thin:@xanthippe:1521:pzwodb
kontor.db.user=kontor
kontor.db.password=kontor
kontor.db.createuser=true
# Postgres only:
kontor.db.postgres.modules=/usr/lib/pgsql/
kontor.db.postgres.pl.lib=/usr/lib/postgresql/plpgsql.so
kontor.db.postgres.pl.compiler=PL/pgSQL
# Oracle only:
#kontor.db.oracle.tablespace=pzwo
# Oracle optimization:
#objectserver.oracle.defaultprefetch=100
#objectserver.oracle.defaultexecutebatch=10
../etc/kontor.client (cut)
kontor.server.rmiurl=rmi://camel:1300/Kontor
remote.server.rmiurl=rmi://camel:1300/Kontor
auth.server.rmiurl=rmi://camel:12112/AuthServer
#kontor.connect.maxretry=2
#remote.connect.maxretry=2
#auth.connect.maxretry=2
kontor.login.default.file=~/.kontoruser
############################################################################
###
# Database settings
############################################################################
###
# JDBC settings (for e.g. GenericRecordControl)
jdbc.drivers=de.sag.jdbc.adabasd.ADriver:org.postgresql.Driver:oracle.jdbc.d
river.OracleDriver
../bin/kontor.server (cut)
INSTALLROOT=/opt/kontor
#
# The path to Kontor in the installation directory.
# Leave this unchanged (unless you know what you are doing).
#
LOCATION=/opt/kontor/IoS/kontor
#
# The directory where the Java Development Kit is
#
export JAVA_HOME=/opt/jre
#
# JDBC specifies the path to the JDBC driver. The DBROOT variable is only
# needed for the Adabas D database.
#
#DBROOT=/opt/adabasd
#JDBC=${DBROOT}/lib/adabasd.jar
JDBC=/opt/java/jdbc/postgresql.jar
#JDBC=/opt/oracle/jdbc/lib/classes111.zip
#JDBC=/opt/oracle/jdbc/lib/816classes111b.zip:/opt/oracle/jdbc/lib/816nlscha
rset11b.zip
TOMCATHOME=/opt/kontor/IoS/kontor/etc/tomcat/
../bin/kontor.client (cut)
LOCATION=/opt/kontor/IoS/kontor/
#
# The directory where the Java Development Kit is
#
export JAVAHOME=/opt/jre
#
# The "GenericRecordControl" tool connects directly to the database;
# JDBC specifies the path to the JDBC driver. The DBROOT variable is only
needed
# for the Adabas D database.
#
#DBROOT=/opt/adabasd
#JDBC=${DBROOT}/lib/adabasd.jar
JDBC=/opt/java/jdbc/postgresql.jar
#
# The Just-In-Time Compiler for Java
#
#export JAVA_COMPILER=tya
#
# The path to SWING
#
export SWING_HOME=/opt/swing
Everything was installed as described in the manual by Ron Atkins (from
linux-kontor.de).
My postgresql.jar is in the /opt/java/jdbc/ directory as shown above and is
in existence too.
I'd be thankful for any advisory.
If s.o. need additional info for diagnozing tell me.
Thanks to all.
Ben
Benjamin Breu
b....@t-...
|