summaryrefslogtreecommitdiff
path: root/qpid/doc/book/src/java-broker/Java-Broker-Appendix-Operational-Logging-Messages.xml
diff options
context:
space:
mode:
authorAlex Rudyy <orudyy@apache.org>2014-11-18 17:14:08 +0000
committerAlex Rudyy <orudyy@apache.org>2014-11-18 17:14:08 +0000
commit5be3260851d5e10b736ff18754f2e1ff5092bc9f (patch)
tree4a24e28732a7fbb7c030d5509cfac5558305479c /qpid/doc/book/src/java-broker/Java-Broker-Appendix-Operational-Logging-Messages.xml
parenta4ba3fe79a79aa063154da0676fe1336c271c256 (diff)
downloadqpid-python-5be3260851d5e10b736ff18754f2e1ff5092bc9f.tar.gz
QPID-6233: [Java Broker] Update operational logging appendix in Java Broker documentation
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1640391 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/doc/book/src/java-broker/Java-Broker-Appendix-Operational-Logging-Messages.xml')
-rw-r--r--qpid/doc/book/src/java-broker/Java-Broker-Appendix-Operational-Logging-Messages.xml109
1 files changed, 109 insertions, 0 deletions
diff --git a/qpid/doc/book/src/java-broker/Java-Broker-Appendix-Operational-Logging-Messages.xml b/qpid/doc/book/src/java-broker/Java-Broker-Appendix-Operational-Logging-Messages.xml
index 8b84605683..0c0adffbe3 100644
--- a/qpid/doc/book/src/java-broker/Java-Broker-Appendix-Operational-Logging-Messages.xml
+++ b/qpid/doc/book/src/java-broker/Java-Broker-Appendix-Operational-Logging-Messages.xml
@@ -369,6 +369,15 @@
threshold so the flow to disk feature has been deactivated.</para>
</entry>
</row>
+ <row id="Java-Broker-Appendix-Operation-Logging-Message-BRK-1016">
+ <entry morerows="1">BRK-1016</entry>
+ <entry>Fatal error : <replaceable>root cause</replaceable> : See log file for more information</entry>
+ </row>
+ <row>
+ <entry>
+ <para>Indicates that broker was shut down due to fatal error.</para>
+ </entry>
+ </row>
</tbody>
</tgroup>
</table>
@@ -528,6 +537,26 @@
details.</para>
</entry>
</row>
+ <row id="Java-Broker-Appendix-Operation-Logging-Message-VHT-1006">
+ <entry morerows="1">VHT-1006</entry>
+ <entry>Filesystem is over <replaceable>size in %</replaceable> per cent full, enforcing flow control.</entry>
+ </row>
+ <row>
+ <entry>
+ <para>Indicates that virtual host flow control is activated
+ when the usage of file system containing Virtualhost message store exceeded predefined limit.</para>
+ </entry>
+ </row>
+ <row id="Java-Broker-Appendix-Operation-Logging-Message-VHT-1007">
+ <entry morerows="1">VHT-1007</entry>
+ <entry>Filesystem is no longer over <replaceable>size in %</replaceable> per cent full.</entry>
+ </row>
+ <row>
+ <entry>
+ <para>Indicates that virtual host flow control is deactivated
+ when the usage of file system containing Virtualhost message falls under predefined limit.</para>
+ </entry>
+ </row>
</tbody>
</tgroup>
</table>
@@ -848,6 +877,26 @@
</para>
</entry>
</row>
+ <row id="Java-Broker-Appendix-Operation-Logging-Message-CHN-1012">
+ <entry morerows="1">CHN-1012</entry>
+ <entry>Flow Control Ignored. Channel will be closed.</entry>
+ </row>
+ <row>
+ <entry>
+ <para>Indicates that a channel violating the imposed flow control has been closed
+ </para>
+ </entry>
+ </row>
+ <row id="Java-Broker-Appendix-Operation-Logging-Message-CHN-1013">
+ <entry morerows="1">CHN-1013</entry>
+ <entry>Uncommitted transaction contains <replaceable>size</replaceable> bytes of incoming message data.</entry>
+ </row>
+ <row>
+ <entry>
+ <para>Warns about uncommitted transaction with large message(s)
+ </para>
+ </entry>
+ </row>
</tbody>
</tgroup>
</table>
@@ -1301,4 +1350,64 @@
</tgroup>
</table>
+ <table pgwide="1" id="Java-Broker-Appendix-Operation-Logging-Message-List-Port">
+ <title>Port Log Messages</title>
+ <tgroup cols="2">
+ <thead>
+ <row>
+ <entry>Message Id</entry>
+ <entry>Message Text / Purpose</entry>
+ </row>
+ </thead>
+ <tbody>
+ <row id="Java-Broker-Appendix-Operation-Logging-Message-PRT-1001">
+ <entry morerows="1">PRT-1001</entry>
+ <entry>Create</entry>
+ </row>
+ <row>
+ <entry>
+ <para>Port has been created.</para>
+ </entry>
+ </row>
+ <row id="Java-Broker-Appendix-Operation-Logging-Message-PRT-1002">
+ <entry morerows="1">PRT-1002</entry>
+ <entry>Open</entry>
+ </row>
+ <row>
+ <entry>
+ <para>Port has been open</para>
+ </entry>
+ </row>
+ <row id="Java-Broker-Appendix-Operation-Logging-Message-PRT-1003">
+ <entry morerows="1">PRT-1003</entry>
+ <entry>Close</entry>
+ </row>
+ <row>
+ <entry>
+ <para>Port has been closed</para>
+ </entry>
+ </row>
+ <row id="Java-Broker-Appendix-Operation-Logging-Message-PRT-1004">
+ <entry morerows="1">PRT-1004</entry>
+ <entry>Connection count <replaceable>number</replaceable> within <replaceable>warn limit</replaceable> % of maximum <replaceable>limit</replaceable>
+ </entry>
+ </row>
+ <row>
+ <entry>
+ <para>Warns that number of open connections approaches maximum allowed limit</para>
+ </entry>
+ </row>
+ <row id="Java-Broker-Appendix-Operation-Logging-Message-PRT-1005">
+ <entry morerows="1">PRT-1005</entry>
+ <entry>Connection from <replaceable>host</replaceable> rejected</entry>
+ </row>
+ <row>
+ <entry>
+ <para>Connection from given host is rejected because of reaching the maximum allowed limit</para>
+ </entry>
+ </row>
+ </tbody>
+ </tgroup>
+</table>
+
</appendix>