summaryrefslogtreecommitdiff
path: root/content/xdocs/FAQ.html
diff options
context:
space:
mode:
Diffstat (limited to 'content/xdocs/FAQ.html')
-rwxr-xr-xcontent/xdocs/FAQ.html79
1 files changed, 0 insertions, 79 deletions
diff --git a/content/xdocs/FAQ.html b/content/xdocs/FAQ.html
deleted file mode 100755
index 314f9041d0..0000000000
--- a/content/xdocs/FAQ.html
+++ /dev/null
@@ -1,79 +0,0 @@
-<html>
- <head>
- <title>Apache Qpid : FAQ</title>
- <link rel="stylesheet" href="styles/site.css" type="text/css" />
- <META http-equiv="Content-Type" content="text/html; charset=UTF-8">
- </head>
-
- <body>
- <table class="pagecontent" border="0" cellpadding="0" cellspacing="0" width="100%" bgcolor="#ffffff">
- <tr>
- <td valign="top" class="pagebody">
- <div class="pageheader">
- <span class="pagetitle">
- Apache Qpid : FAQ
- </span>
- </div>
- <div class="pagesubheading">
- This page last changed on Jun 29, 2007 by <font color="#0050B2">ritchiem</font>.
- </div>
-
- <script type='text/javascript'>//<![CDATA[
-function debug() { }
-// ]]></script><script type='text/javascript' src='/confluence/download/resources/org.randombits.confluence.composition:composition-setup/js/browser.js'>//<![CDATA[
-// ]]></script><script type='text/javascript' src='/confluence/download/resources/org.randombits.confluence.composition:composition-setup/js/behaviour.js'>//<![CDATA[
-// ]]></script><script type='text/javascript' src='/confluence/download/resources/org.randombits.confluence.composition:composition-setup/js/memory.js'>//<![CDATA[
-// ]]></script><script type='text/javascript' src='/confluence/download/resources/org.randombits.confluence.composition:composition-setup/js/cloak.js'>//<![CDATA[
-// ]]></script><script type='text/javascript'>//<![CDATA[
-Cloak.closeHTML = "<img src=\'/confluence/download/resources/org.randombits.confluence.composition:toggle-cloak/img/navigate_down_10.gif\'/>";
-Cloak.openHTML = "<img src=\'/confluence/download/resources/org.randombits.confluence.composition:toggle-cloak/img/navigate_right_10.gif\'/>";
-Cloak.toggleZone = true;
-Cloak.memoryDuration = 0;
-Cloak.memoryPrefix = "contentId:60677";
-Cloak.memoryPath = "/confluence/";
-// ]]></script><style type='text/css'>
-.cloakToggle { /* Definition for state toggling image */
-cursor:hand;
-cursor:pointer;
-}
-</style><script type='text/javascript' src='/confluence/download/resources/org.randombits.confluence.composition:composition-setup/js/transitions.js'>//<![CDATA[
-// ]]></script><script type='text/javascript' src='/confluence/download/resources/org.randombits.confluence.composition:composition-setup/js/deck.js'>//<![CDATA[
-// ]]></script><link rel='stylesheet' type='text/css' href='/confluence/styles/main-action.css?pluginCompleteKey=org.randombits.confluence.composition:composition-setup&stylesheetName=deck&spaceKey=qpid'/><script type='text/javascript'>//<![CDATA[
-Deck.memoryDuration = 0;
-Deck.memoryPrefix = "contentId:60677";
-Deck.memoryPath = "/confluence/";
-// ]]></script>
-
-
-
-<h2><a name="FAQ-Errors"></a>Errors</h2>
-
-<h3><a name="FAQ-Igetthefollowingerroronconnection%22ServerConnectionFailedReason%3AQpidserverconnectiontimedout%22%3F"></a><span id='tgl_content_q1' class='cloakToggle'></span> I get the following error on connection "Server Connection Failed Reason: Qpid server connection timed out" ?</h3>
-<span id='content_q1' class='cloak' style='display: none'>
-<p>There are two possibilities here:</p>
-
-<p>1) The management server is not running on the broker / the specified port check the <a href="Configure the Broker via config.xml.html" title="Configure the Broker via config.xml">XML Configuration</a> page for further details.</p>
-
-<p>2) The management server running using JMX connectivity but the console is trying to use SASL for connections. This is the <b>default</b> configuration of the <em>qpidmc.bat</em>. Either adjust the config to use SASL:</p>
-<div class="preformatted"><div class="preformattedContent">
-<pre> &lt;security-enabled&gt;true&lt;/security-enabled&gt;
-</pre>
-</div></div>
-<p>or remove the <em>-Dsecurity=CRAM-MD5</em> from the command line in <em>qpidmc.bat</em></p>
-
-</span>
-
-
- </td>
- </tr>
- </table>
- <table border="0" cellpadding="0" cellspacing="0" width="100%">
- <tr>
- <td height="12" background="border/border_bottom.gif"><img src="border/spacer.gif" width="1" height="1" border="0"/></td>
- </tr>
- <tr>
- <td align="center"><font color="grey">Document generated by Confluence on Apr 22, 2008 02:47</font></td>
- </tr>
- </table>
- </body>
-</html> \ No newline at end of file