Problem accessing databse via servlets

From: Anders Svensson <anders(at)simusoft(dot)dk>
To: pgsql-interfaces(at)postgresql(dot)org
Subject: Problem accessing databse via servlets
Date: 1999-09-27 12:35:46
Message-ID: v04020a00b41513e1571f@[192.168.1.3]
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-interfaces

Does anyone have any solution to my problem.

I have 2 servlets, with basicly the same code for the database interface.
My problem is that one works the others doesn't.

I have

local all trust
host all 127.0.0.1 255.255.255.255 trust
host all 192.168.1.0 255.255.255.0 trust

for testing in my pg_hba.conf file.

The servlets are accesing two different databases, and when i run the one
that doesn't work i get the following meesage in my apache error_log

The backend has broken the connection. Possibly the action you have
attempted h\
as caused it to close.
at postgresql.PG_Stream.ReceiveChar(PG_Stream.java:178)
at postgresql.Connection.openConnection(Connection.java:219)
at postgresql.Driver.connect(Driver.java:116)
at java.sql.DriverManager.getConnection(DriverManager.java:457)
at java.sql.DriverManager.getConnection(DriverManager.java:137)
at Flykend.dbConn.<init>(dbConn.java)
at Flykending.init(Flykending.java)
at
org.apache.jserv.JServServletManager.load_init(JServServletManager.j\ava:478)

at
org.apache.jserv.JServServletManager.loadServlet(JServServletManager\.java:397)

at
org.apache.jserv.JServConnection.processRequest(JServConnection.java\:287)
at org.apache.jserv.JServConnection.run(JServConnection.java:197)
at java.lang.Thread.run(Thread.java:479)

The funny thing ?? is that the trouble program works if it is not run from
a servlet, but from a command line????????
Simu Soft
v/Anders Svensson
Frederikssundsvej 20, 2 th
DK-2400 København NV

e-mail : Anders(at)simusoft(dot)dk
tlf. : +45 3583 8126

Browse pgsql-interfaces by date

  From Date Subject
Next Message Craig Potter 1999-09-27 13:46:33 [INTERFACES] webserver interface
Previous Message Michael Meskes 1999-09-27 09:55:30 Re: [INTERFACES] Create a database with ecpg