From: | shyamperi(at)davlin(dot)co(dot)in |
---|---|
To: | pgsql-admin(at)postgresql(dot)org |
Subject: | [none] |
Date: | 2003-10-16 04:34:11 |
Message-ID: | 4454224.1066281246786.JavaMail.tomcat@mail.davlin.co.in |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-admin pgsql-cygwin |
10:37p
Dear all,
Adding to yesterday's question. When I run the ipc-daemon2.exe in the background. What all maintanence work do I have to do.
Like ipcclean. (But this is when the postgres server crashes). In my case the server is stable it is not crashing but there is some problem with the driver Which is unable to open the socket.
Can any one help me out with this.
-----
Warm Regards
Shÿam Peri
II Floor, Punja Building,
M.G.Road,
Ballalbagh,
Mangalore-575003
Ph : 91-824-2451001/5
Fax : 91-824-2451050
__________________________________________________________________________________________________________________
Dear all,
I have installed postgres on windows 98 using cygwin. Now when I run it, it is
working fine. But as and when the number of connection increases the server is failing to handle
those request, thus discarding the clients request.
Logs at the server end
:
LOG: pq_recvbuf: recv() failed: No error
LOG: incomplete startup
packet
LOG: pq_recvbuf: recv() failed: No error
LOG: incomplete startup
packet
LOG: pq_recvbuf: unexpected EOF on client connection
LOG: pq_recvbuf:
unexpected EOF on client connection
Logs at the client end :
java.net.SocketException: connect (code=10055)
at
java.net.PlainSocketImpl.socketConnect(Native Method)
at java.net.PlainSocketImpl.doConnect(Unknown Source)
at java.net.PlainSocketImpl.connectToAddress(Unknown
Source)
at java.net.PlainSocketImpl.connect(Unknown
Source)
at java.net.Socket.<init>(Unknown
Source)
at java.net.Socket.<init>(Unknown
Source)
at
org.postgresql.PG_Stream.<init>(PG_Stream.java:38)
at
org.postgresql.jdbc1.AbstractJdbc1Connection.openConnection(AbstractJ
dbc1Connection.java:160)
at
org.postgresql.Driver.connect(Driver.java:122)
at
java.sql.DriverManager.getConnection(Unknown Source)
at java.sql.DriverManager.getConnection(Unknown
Source)
at
achalpos.JdbcConnector.<init>(JdbcConnector.java:25)
at
achalpos.StandardMenu.<init>(StandardMenu.java:155)
at achalpos.AchalPos.jbInit(AchalPos.java:81)
at
achalpos.AchalPos.<init>(AchalPos.java:40)
at
achalpos.AchalPos.main(AchalPos.java:51)
End of Stack Trace
And more over the ipc-daemon which I am running at the back end is consuming more and more
memory with out flushing, thus bloking the whole network traffic.
I would be thank ful, if any one can suggest some solution.
-----
Warm Regards
Shÿam Peri
II Floor, Punja Building,
M.G.Road,
Ballalbagh,
Mangalore-575003
Ph : 91-824-2451001/5
Fax : 91-824-2451050
DISCLAIMER: This message contains privileged and confidential information and is
intended only for the individual named.If you are not the intended
recipient you should not disseminate,distribute,store,print, copy or
deliver this message.Please notify the sender immediately by e-mail if
you have received this e-mail by mistake and delete this e-mail from
your system.
Attachment | Content-Type | Size |
---|---|---|
Untitled1 | text/html | 3.0 KB |
From | Date | Subject | |
---|---|---|---|
Next Message | Ganesan Kanavathy | 2003-10-16 04:40:25 | pg_hba.conf |
Previous Message | Ganesan Kanavathy | 2003-10-16 04:08:11 | Re: pg_dump.. auto backup |
From | Date | Subject | |
---|---|---|---|
Next Message | shiva | 2003-10-16 07:47:29 | Install Probs |
Previous Message | shyamperi | 2003-10-15 21:31:58 | Configuration of postgres on windows |