summaryrefslogtreecommitdiff
path: root/doc/en/errorCode.html
blob: 47dc9272a5a1905c92c7f4e950b6334fc9a1b8cd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>{$message.strNodeStatus|escape}</title>
<link href="../screen.css" rel="stylesheet" type="text/css" />

</head>
<body>
<div id="header">
  <h1><img src="../images/logo.gif" alt="pgpoolAdmin" /></h1>
</div>
<div id="menu">
  <ul>
    <li><a href="../index_en.html">Introduction</a></li>
    <li><a href="install.html">Install</a></li>
    <li><a href="login.html">Login</a></li>
    <li><a href="status.html">pgpool Status</a></li>
    <li><a href="nodeServerStatus.html">Node Status</a></li>
    <li><a href="queryCache.html">Query Cache</a></li>
    <li><a href="systemDb.html">Partitioning Rule</a></li>
    <li><a href="pgconfig.html">pgpool.conf Setting</a></li>
    <li><a href="config.html">pgpoolAdmin Setting</a></li>
    <li><a href="changePassword.html">Change Password</a></li>
    <li><a href="logout.html">Logout</a></li>
    <li><a href="errorCode.html">Error Code</a></li>
  </ul>
</div>
<div id="content">
<h2>Error Code</h2>

<h3>Common</h3>
<table>
  <tr>
    <th class="right_border"><label>Error Code</label></th>
    <th class="right_border"><label>Error Message</label></th>
    <th><label>Measures</label></th>
  </tr>
<tr><th class="right_border"><label>e1</label></th><td  class="right_border">No found pgmgt.conf.php.</td><td>Please confirm whether the pgmgt.conf.php file is in the conf directory. Moreover, please confirm whether there is an appropriate right of access. </td></tr>

<tr><th class="right_border"><label>e2</label></th><td  class="right_border">No found message catalog.</td><td>Please confirm whether the message catalog file is in the lang directory. </td></tr>
<tr><th class="right_border"><label>e3</label></th><td  class="right_border">PCP command error occurred.</td><td>Please confirm whether in the place that the Pcp command specified by a set </td></tr>
<tr><th class="right_border"><label>e4</label></th><td  class="right_border">No found pgpool.conf.</td><td>Please confirm whether in the place that the Pcp command specified by a set menu.</td></tr>
<tr><th class="right_border"><label>e5</label></th><td  class="right_border">No found Smarty template file.</td><td>Please confirm whether the template file for the display is in the template directory. </td></tr>
<tr><th class="right_border"><label>e6</label></th><td  class="right_border">No found help.</td><td>Please confirm whether the Help file is in template/help or less. </td></tr>

<tr><th class="right_border"><label>e7</label></th><td  class="right_border">No found Parameter in pgpmgt.conf.php</td><td>Please confirm whether the parameter to be specified to pgmgt.conf.php. </td></tr>
<tr><th class="right_border"><label>e8</label></th><td  class="right_border">No found pcp_timeout in pgpool.conf</td><td>Please confirm whether pcp_timeout to be specified with pgpool.conf. </td></tr>
<tr><th class="right_border"><label>e9</label></th><td  class="right_border">No found pcp_port in pgpool.conf</td><td>Please confirm whether pcp_port to be specified with pgpool.conf. </td></tr>
</table>

<h3>pgpool Status</h3>
<table>

  <tr>
    <th class="right_border"><label>Error Code</label></th>
    <th class="right_border"><label>Error Message</label></th>
    <th><label>Measures</label></th>
  </tr>
<tr><th class="right_border"><label>e1001</label></th><td  class="right_border">PCP command error occurred.</td><td>It is displayed when failing in the call of the pcp command. Please confirm whether in the place that the Pcp command specified by a set menu. </td></tr>

<tr><th class="right_border"><label>e1002</label></th><td  class="right_border">pcp_node_count command error occurred.</td><td>It is an execution of pcp_node_count error. Please confirm whether pcp_node_count can be normally executed. </td></tr>
<tr><th class="right_border"><label>e1003</label></th><td  class="right_border">pcp_node_info command error occurred.</td><td>It is an execution of pcp_node_info error. Please confirm whether pcp_node_info can be normally executed. </td></tr>
<tr><th class="right_border"><label>e1004</label></th><td  class="right_border">pcp_proc_count command error occurred.</td><td>It is an execution of pcp_proc_count error. Please confirm whether pcp_proc_count can be normally executed. </td></tr>
<tr><th class="right_border"><label>e1005</label></th><td  class="right_border">pcp_proc_info command error occurred.</td><td>It is an execution of pcp_proc_info error. Please confirm whether pcp_proc_info can be normally executed. </td></tr>
<tr><th class="right_border"><label>e1006</label></th><td  class="right_border">pcp_stop_pgpool command error occurred.</td><td>It is an execution of pcp_stop_pgpool error. Please confirm whether pcp_stop_pgpool can be normally executed. </td></tr>

<tr><th class="right_border"><label>e1007</label></th><td  class="right_border">pcp_detach_node command error occurred.</td><td>It is an execution of pcp_detach_node error. Please confirm whether pcp_detach_node can be normally executed. </td></tr>
<tr><th class="right_border"><label>e1008</label></th><td  class="right_border">No found pgpool.conf.</td><td>Please confirm whether in the place that pgpool.conf specified by a set menu. Moreover, please confirm whether there is an appropriate right of access to pgpool.conf. </td></tr>
<tr><th class="right_border"><label>e1009</label></th><td  class="right_border">No found pcp.conf.</td><td>Please confirm whether in the place that pcp.conf specified by a set menu. Moreover, please confirm whether there is an appropriate right of access to pcp.conf. </td></tr>
<tr><th class="right_border"><label>e1010</label></th><td  class="right_border">pcp_attach_node command error occurred.</td><td>It is an execution of pcp_attach_node error. Please confirm whether pcp_detach_node can be normally executed. </td></tr>
<tr><th class="right_border"><label>e1011</label></th><td  class="right_border">No found log ifle.</td><td>Please confirm whether in the place that the pgpool log file specified by a set menu. Moreover, please confirm whether there is an appropriate right of access to the specified log file. It is made for the directory specified with logdir of pgpool.conf by the file name of pgpool.log when not specifying it. </td></tr>
<tr><th class="right_border"><label>e1012</label></th><td  class="right_border">pcp_recovery_node command error occurred.</td><td>It is an execution of pcp_recovery_node error. Please confirm whether pcp_recovery_node can be normally executed. </td></tr>
<tr><th class="right_border"><label>e1013</label></th><td  class="right_border">pcp_watchdog_info command error occurred.</td><td>It is an execution of pcp_watchdog_info error. Please confirm whether pcp_watchdog_info can be normally executed. </td></tr>

</table>

<h3>Node Status</h3>
<table>
  <tr>
    <th class="right_border"><label>Error Code</label></th>
    <th class="right_border"><label>Error Message</label></th>
    <th><label>Measures</label></th>
  </tr>

<tr><th class="right_border"><label>e8001</label></th><td  class="right_border">Detailed information cannot be acquired.</td><td>Please confirm whether to connect it with the node by the psql command. </td></tr>
</table>

<h3>Query Cache</h3>
<table>
  <tr>
    <th class="right_border"><label>Error Code</label></th>
    <th class="right_border"><label>Error Message</label></th>

    <th><label>Measures</label></th>
  </tr>
<tr><th class="right_border"><label>e2001</label></th><td  class="right_border">Database connection error occurred.</td><td>Please confirm whether to connect it with the data base specified with system DB of pgpool.conf. </td></tr>
<tr><th class="right_border"><label>e2002</label></th><td  class="right_border">The error occurred when SELECT was executed</td><td>Please confirm whether the record of Cericasshutabl can be normally acquired. </td></tr>
<tr><th class="right_border"><label>e2003</label></th><td  class="right_border">No found pgpool.conf.</td><td>Please confirm whether in the place that pcp.conf specified by a set menu. Moreover, please confirm whether there is an appropriate right of access to pcp.conf. </td></tr>

</table>

<h3>Partitioning Rule</h3>
<table>
  <tr>
    <th class="right_border"><label>Error Code</label></th>
    <th class="right_border"><label>Error Message</label></th>
    <th><label>Measures</label></th>
  </tr>

<tr><th class="right_border"><label>e3001</label></th><td  class="right_border">Database connection error occurred.</td><td>Please confirm whether to connect it with the data base specified with system DB of pgpool.conf. </td></tr>
<tr><th class="right_border"><label>e3002</label></th><td  class="right_border">The SQL error occurred when SELECT was executed</td><td>Please confirm whether the record of system DB table can be normally acquired. </td></tr>
<tr><th class="right_border"><label>e3003</label></th><td  class="right_border">The SQL error occurred when INSERT was executed</td><td>Please confirm whether the record can be normally inserted in system DB table. </td></tr>
<tr><th class="right_border"><label>e3004</label></th><td  class="right_border">The SQL error occurred when UPDATE was executed</td><td>Please confirm whether the record of system DB table can be normally renewed. </td></tr>
<tr><th class="right_border"><label>e3005</label></th><td  class="right_border">The SQL error occurred when DELETE was executed</td><td>Please confirm whether the record of system DB table can be normally deleted. </td></tr>

<tr><th class="right_border"><label>e3006</label></th><td  class="right_border">No found pgpool.conf.</td><td>Please confirm whether in the place that pcp.conf specified by a set menu. Moreover, please confirm whether there is an appropriate right of access to pcp.conf. </td></tr>

</table>

<h3>pgpool.conf Setting</h3>
<table>
  <tr>
    <th class="right_border"><label>Error Code</label></th>
    <th class="right_border"><label>Error Message</label></th>

    <th><label>Measures</label></th>
  </tr>
<tr><th class="right_border"><label>e4001</label></th><td  class="right_border">No found pgpool.conf.</td><td>Please confirm whether in the place that pcp.conf specified by a set menu. Moreover, please confirm whether there is an appropriate right of access to pcp.conf. </td></tr>
<tr><th class="right_border"><label>e4002</label></th><td  class="right_border">It is not possible to read to pgpool.conf. </td><td>Please confirm whether there is a reading right of access in pgpool.conf. </td></tr>
<tr><th class="right_border"><label>e4003</label></th><td  class="right_border">It is not possible to write to pgpool.conf. </td><td>Please confirm whether there is a writing right of access in pgpool.conf. </td></tr>

<tr><th class="right_border"><label>e4004</label></th><td  class="right_border">There is not required parameter in pgpool.conf</td><td>Please confirm whether there are all parameters in pgpool.conf. </td></tr>
</table>

<h3>pgpoolAdmin Setting</h3>
<table>
  <tr>
    <th class="right_border"><label>Error Code</label></th>
    <th class="right_border"><label>Error Message</label></th>

    <th><label>Measures</label></th>
  </tr>
<tr><th class="right_border"><label>e5001</label></th><td  class="right_border">No found pgmgt.conf.php.</td><td>Please confirm whether the pgmgt.conf.php file is in the conf directory. Moreover, please confirm whether there is an appropriate right of access. </td></tr>
<tr><th class="right_border"><label>e5002</label></th><td  class="right_border">It is not possible to read to pgmgt.conf.php.</td><td>Please confirm whether there is a reading right of access in the pgmgt.conf.php file. </td></tr>
<tr><th class="right_border"><label>e5003</label></th><td  class="right_border">It is not possible to write to pgmgt.conf.php.</td><td>Please confirm whether there is a writing right of access in the pgmgt.conf.php file. </td></tr>

</table>

<h3>Change Password</h3>
<table>
  <tr>
    <th class="right_border"><label>Error Code</label></th>
    <th class="right_border"><label>Error Message</label></th>
    <th><label>Measures</label></th>
  </tr>

<tr><th class="right_border"><label>e6001</label></th><td  class="right_border">No found pcp.conf</td><td>Please confirm whether in the place that pcp.conf specified by a set </td></tr>
<tr><th class="right_border"><label>e6002</label></th><td  class="right_border">It is not possible to read to pcp.conf. </td><td>menu. </td></tr>
<tr><th class="right_border"><label>e6003</label></th><td  class="right_border">It is not possible to write to pcp.conf. </td><td>Please confirm whether there is a reading right of access in the pcp.conf file. </td></tr>
</table>

<h3>Logout</h3>
<table>

  <tr>
    <th class="right_border"><label>Error Code</label></th>
    <th class="right_border"><label>Error Message</label></th>
    <th><label>Measures</label></th>
  </tr>
<tr><th class="right_border"><label>e7001</label></th><td  class="right_border">No found pcp.conf.</td><td>Please confirm whether in the place that pcp.conf specified by a set menu. </td></tr>

</table>

</div>
<div id="footer">
  <address>
  Version 2.1<br />
  Copyright &copy; 2006 - 2008 <a href="http://pgpool.projects.postgresql.org/">pgpool Global Development Group</a>. All rights reserved.
  </address></div>
</body>
</html>