Hi,
all drivers belog into $JBOSS_HOME/lib/ext dir. Do you see something like:

[JDBC provider] Loaded JDBC-driver:com.internetcds.jdbc.tds.Driver

during startup? Otherwise the driver is not loaded and pool start will fail.
try using
    <attribute name="Password"></attribute>
as this will generate an empty, but a password, which helps in some cases.
If neither work try looking into $JBOSS_HOME/log/server.log if there is more
info supplied.
Burkhard

----- Original Message -----
From: "Allan Kamau" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, June 27, 2001 12:07 PM
Subject: Re: [JBoss-user] Problems with FreeTDS-Driver


> The pool seems to initialize properly but jboss
> startup stalls when trying to start the pool
> (freetdsPool in my case) throwing a
> java.lang.NullPointerException
> MS-SQL server is running and has a 'pubs' database
> accessible by the 'sa' with no password account.
> I have not deployed any EJB beans therefore there is
> no 'jaws' file I have configured.
> I have copied the freetds.jar file to the
> $JBOSS_HOME/lib/ directory then added it to the
> $JAVA_HOME/jre/lib/ and $JAVA_HOME/jre/lib/ext/
> directories.
> Thank you in advance.
>
> Allan.
>
>



_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to