PgpoolAdmin: Error Message pcp_node_count command error occurred.

From: becktoan <hoangthanhtoan(at)hotmail(dot)com>
To: pgadmin-support(at)postgresql(dot)org
Subject: PgpoolAdmin: Error Message pcp_node_count command error occurred.
Date: 2013-01-08 03:34:23
Message-ID: 1357616063553-5739098.post@n5.nabble.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-support

Dear all,

please help me.

when I show pgpool status menu in pgpool admin. then I get this error:
PgpoolAdmin: Error Message pcp_node_count command error occurred.

But on Node-status menu: I get some information correctly:
IP Address Port Status
localhost 5432 Down
10.1.101.150 5432 Up

I think the error comes from the PCP* commands.

but when I run on the terminal:
 # pcp_node_count-d 10 localhost 9898 apache tunglan
DEBUG: send: tos = "R", len = 44
DEBUG: recv: tos = "r", len = 21, data = AuthenticationOK
DEBUG: send: tos = "L", len = 4
DEBUG: recv: tos = "l", len = 22, data = CommandComplete
2
DEBUG: send: tos = "X", len = 4

#pcp_node_count -d 10 localhost 9898 apache tunglan
DEBUG: send: tos="R", len=44
DEBUG: recv: tos="r", len=21, data=AuthenticationOK
DEBUG: send: tos="L", len=4
DEBUG: recv: tos="l", len=22, data=CommandComplete
2
DEBUG: send: tos="X", len=4
-bash-3.2$ pcp_node_info -d 0 localhost 9898 postgres tunglan 0
DEBUG: send: tos="R", len=46
DEBUG: recv: tos="r", len=21, data=AuthenticationOK
DEBUG: send: tos="I", len=6
DEBUG: recv: tos="i", len=55, data=CommandComplete
localhost 5432 3 0.500000
DEBUG: send: tos="X", len=4

everything is ok on terminal.

please help me.
thank you for your help.

--
View this message in context: http://postgresql.1045698.n5.nabble.com/PgpoolAdmin-Error-Message-pcp-node-count-command-error-occurred-tp5739098.html
Sent from the PostgreSQL - pgadmin support mailing list archive at Nabble.com.

Responses

Browse pgadmin-support by date

  From Date Subject
Next Message Guillaume Lelarge 2013-01-08 08:55:37 Re: PgpoolAdmin: Error Message pcp_node_count command error occurred.
Previous Message John Spencer 2013-01-07 20:43:41 how to build pgadmin3 when wxgtk was built with --disable-unicode ?