On Tue, Aug 29, 2000 at 11:25:30AM +0200, Andreas Tille wrote : > On Mon, 14 Aug 2000, Andreas Tille wrote: > > The contents of /var/log/apache/error.log is: > > [Sun Aug 27 18:42:04 2000] [notice] Apache/1.3.9 (Unix) Debian/GNU > AuthPostgreSQL/0.7.1 ApacheJServ/1.1 configured -- resuming normal operations > [Sun Aug 27 18:42:04 2000] [notice] suEXEC mechanism enabled (wrapper: > /usr/lib/apache/suexec) > [Tue Aug 29 10:07:25 2000] [error] JServ: ajp12: Servlet Error: > java.lang.NullPointerException: : > [Tue Aug 29 10:07:25 2000] [error] JServ: an error returned handling request > via protocol "ajpv12" > >
You should look in /var/log/jserv.log, the error messages are generally more explicit than in /var/log/apache/error.log for the Jserv stuff. And look at http://localhost/status/jserv/, you should see a lot of infos about Jserv. And I don't know that libpgjava was here, I compiled the JDBC PG driver from the pg source. It worked perfectly, but it is duplication of efforts :/