summaryrefslogtreecommitdiff
path: root/content/xdocs/FAQ.html
blob: 314f9041d0bb4f7a8a9701a18b0aa8bcc90d65a5 (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
<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>