Re: Null Pointer exceptions in servlets since latest Apache/Jserv update

2000-03-21 Thread Stefan Gybas
Andreas Tille wrote: > java.lang.NullPointerException: > where line 70 is something like > > rs = stmt.executeQuery("SELECT * FROM Table"); This simply means that stmt is NULL at this point, i.e. the previous call to Connection.createStatement() failed. We can't help you unless you post th

Re: Null Pointer exceptions in servlets since latest Apache/Jserv update

2000-03-21 Thread Andreas Tille
On Tue, 21 Mar 2000, Andreas Tille wrote: > Hello, > > I've run into big trouble since I updatet do the latest Apache and > Jserv packages: > ... > For JDBC access to an MS SQL 7.0 server I use freetds-jdbc. This > works well in standalone Java applications but fails in servlets: Furthermore I'

Re: Null Pointer exceptions in servlets since latest Apache/Jserv update

2000-03-21 Thread Andreas Tille
On Tue, 21 Mar 2000, Lauri Tischler wrote: > > For JDBC access to an MS SQL 7.0 server I use freetds-jdbc. This > > works well in standalone Java applications but fails in servlets: > > Would some knowledgable guru do Debian package on freetds. > It would make nice addition to database access, p

Re: Null Pointer exceptions in servlets since latest Apache/Jserv update

2000-03-21 Thread Lauri Tischler
Andreas Tille wrote: > > For JDBC access to an MS SQL 7.0 server I use freetds-jdbc. This > works well in standalone Java applications but fails in servlets: Would some knowledgable guru do Debian package on freetds. It would make nice addition to database access, php3-freetds comes to mind :)

Null Pointer exceptions in servlets since latest Apache/Jserv update

2000-03-21 Thread Andreas Tille
Hello, I've run into big trouble since I updatet do the latest Apache and Jserv packages: Package: apache Status: install ok installed Priority: optional Section: web Installed-Size: 651 Maintainer: Johnie Ingram <[EMAIL PROTECTED]> Version: 1.3.9-12 Package: jserv Status: install ok installed P