<html><body><div style="color:#000; background-color:#fff; font-family:bookman old style, new york, times, serif;font-size:12pt"><div><span>hello sir,</span></div><div style="color: rgb(0, 0, 0); font-size: 16px; font-family: 'bookman old style', 'new york', times, serif; background-color: transparent; font-style: normal;"><span><br></span></div><div style="color: rgb(0, 0, 0); font-size: 16px; font-family: 'bookman old style', 'new york', times, serif; background-color: transparent; font-style: normal;"><span>Please help me to know how to check port of account server and how can I connect to them directly.</span></div><div><br><blockquote style="border-left: 2px solid rgb(16, 16, 255); margin-left: 5px; margin-top: 5px; padding-left: 5px;">  <div style="font-family: 'bookman old style', 'new york', times, serif; font-size: 12pt;"> <div style="font-family: 'times new roman', 'new york', times, serif; font-size: 12pt;"> <div dir="ltr"> <hr size="1"> 
 <font size="2" face="Arial"> <b><span style="font-weight:bold;">From:</span></b> Clay Gerrard <clay.gerrard@gmail.com><br> <b><span style="font-weight: bold;">To:</span></b> pragya jain <prag_2648@yahoo.co.in> <br> <b><span style="font-weight: bold;">Sent:</span></b> Thursday, 29 August 2013 8:59 PM<br> <b><span style="font-weight: bold;">Subject:</span></b> Re: problem in creating account in swift<br> </font> </div> <div class="y_msg_container"><br><div id="yiv9346873443"><div dir="ltr">Probably something in the rings, maybe the wrong ports for the account servers?  Or maybe something in the account server config - what port are they on?  can you connect to them directly?  The proxy log lines would say exactly what caused the 503 - can see anything in /var/log/syslog - or maybe /var/log/swift ?</div>
<div class="yiv9346873443gmail_extra"><br><br><div class="yiv9346873443gmail_quote">On Thu, Aug 29, 2013 at 7:01 AM, pragya jain <span dir="ltr"><<a rel="nofollow" ymailto="mailto:prag_2648@yahoo.co.in" target="_blank" href="mailto:prag_2648@yahoo.co.in">prag_2648@yahoo.co.in</a>></span> wrote:<br>
<blockquote class="yiv9346873443gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;"><div><div style="font-size: 12pt; font-family: 'bookman old style', 'new york', times, serif;"><div style="font-size:12pt;"><span>hello sir,</span></div>
<div style="background-color:transparent;"><span><br></span></div><div style="font-size:medium;">connection is established successfully. But, when I try to create an account, I face the problem.</div><div style="font-size:medium;">
<br></div><div style="background-color:transparent;">root@arun-Aspire-5742:~# sudo swift-init account start</div><div style="font-size:medium;">Starting account-server...(/etc/swift/account-server.conf)</div><div style="font-size:medium;">
root@arun-Aspire-5742:~# sudo swift-init proxy start</div><div style="font-size:medium;">Starting proxy-server...(/etc/swift/proxy-server.conf)</div><div style="font-size:medium;">root@arun-Aspire-5742:~# curl -v -H 'X-Auth-User:prag2648:pragya' -H 'X-Auth-Key:pj2648'
 <a rel="nofollow" target="_blank"  href="http://localhost:8080/auth/v1.0/">http://localhost:8080/auth/v1.0/</a></div><div style="font-size:medium;">* About to connect() to localhost port 8080 (#0)</div><div style="font-size:medium;">*   Trying 127.0.0.1... connected</div>
<div style="font-size:medium;">> GET /auth/v1.0/ HTTP/1.1</div><div style="font-size:medium;">> User-Agent: curl/7.22.0 (i686-pc-linux-gnu) libcurl/7.22.0 OpenSSL/1.0.1 zlib/<a rel="nofollow" target="_blank"  href="http://1.2.3.4/">1.2.3.4</a> libidn/1.23 librtmp/2.3</div>
<div style="font-size:medium;">> Host: localhost:8080</div><div style="font-size:medium;">> Accept: */*</div><div style="font-size:medium;">> X-Auth-User:prag2648:pragya</div><div style="font-size:medium;">> X-Auth-Key:pj2648</div>
<div style="font-size:medium;">> </div><div style="font-size:medium;">< HTTP/1.1 200 OK</div><div style="font-size:medium;">< X-Storage-Url: <a rel="nofollow" target="_blank"  href="http://localhost:8080/v1/AUTH_prag2648">http://localhost:8080/v1/AUTH_prag2648</a></div>
<div style="font-size:medium;">< X-Auth-Token:
 AUTH_tk3867b7599d5346559ee0baaa09e0f40d</div><div style="font-size:medium;">< Content-Type: text/html; charset=UTF-8</div><div style="font-size:medium;">< X-Storage-Token: AUTH_tk3867b7599d5346559ee0baaa09e0f40d</div>
<div style="font-size:medium;">< Content-Length: 0</div><div style="font-size:medium;">< X-Trans-Id: txe2ab76a7617e40399f456-00521f3d16</div><div style="font-size:medium;">< Date: Thu, 29 Aug 2013 12:22:46 GMT</div>
<div style="font-size:medium;">< </div><div style="font-size:medium;">* Connection #0 to host localhost left intact</div><div style="font-size:medium;">* Closing connection #0</div><div style="font-size:medium;">root@arun-Aspire-5742:~# python</div>
<div style="font-size:medium;">Python 2.7.3 (default, Apr 10 2013, 05:46:21) </div><div style="font-size:medium;">[GCC 4.6.3] on linux2</div><div style="font-size:medium;">Type "help", "copyright", "credits" or "license" for more
 information.</div><div style="font-size:medium;"><div>>>> import swift.common.memcached as memcached</div><div>>>> memcache = memcached.MemcacheRing(['127.0.0.1:11211'])</div><div>>>> print memcache.get('AUTH_/user/prag2648:pragya')</div>
<div>AUTH_tk3867b7599d5346559ee0baaa09e0f40d</div><div>>>> print memcache.get('AUTH_/token/AUTH_tk3867b7599d5346559ee0baaa09e0f40d')</div><div>[1377865366.826027, 'prag2648,prag2648:pragya,.reseller_admin,AUTH_prag2648']</div>
<div>>>> </div><div><div>root@arun-Aspire-5742:~# curl -v -H 'X-Storage-Token:AUTH_tk3867b7599d5346559ee0baaa09e0f40d' <a rel="nofollow" target="_blank"  href="http://127.0.0.1/v1/Auth_prag2648/">http://127.0.0.1/v1/Auth_prag2648/</a></div>
<div>* About to connect() to 127.0.0.1 port 80 (#0)</div><div>*   Trying 127.0.0.1... Connection refused</div><div>* couldn't connect to host</div><div>* Closing connection #0</div><div>curl: (7) couldn't connect to host</div>
<div><div>root@arun-Aspire-5742:~# curl -v -H
 'X-Storage-Token:AUTH_tk3867b7599d5346559ee0baaa09e0f40d' <a rel="nofollow" target="_blank"  href="http://localhost:8080/v1/AUTH_prag2648/">http://localhost:8080/v1/AUTH_prag2648/</a></div><div>* About to connect() to localhost port 8080 (#0)</div>
<div>*   Trying 127.0.0.1... connected</div><div>> GET /v1/AUTH_prag2648/ HTTP/1.1</div><div>> User-Agent: curl/7.22.0 (i686-pc-linux-gnu) libcurl/7.22.0 OpenSSL/1.0.1 zlib/</div></div></div></div><div style="font-size:16px;">
<div>1.2.3.4 libidn/1.23 librtmp/2.3</div><div>> Host: localhost:8080</div><div>> Accept: */*</div><div>> X-Storage-Token:AUTH_tk3867b7599d5346559ee0baaa09e0f40d</div><div>> </div><div>< HTTP/1.1 503 Internal Server Error</div>
<div>< Content-Length: 118</div><div>< Content-Type: text/html; charset=UTF-8</div><div>< X-Trans-Id: txd6fd9eead36e4b74b0869-00521f3efe</div><div>< Date: Thu, 29 Aug 2013 12:30:55 GMT</div><div>< </div><div>
* Connection #0 to host localhost left intact</div><div>* Closing connection
 #0</div><div><html><h1>Service Unavailable</h1><p>The server is currently unavailable. Please try again at a later time.</p></html>root@arun-Aspire-5742:~# </div><div><br></div><div>Please help me in this regard.</div>
<div><br></div><div>---</div><div><br></div><div>Pragya Jain</div></div></div></div></blockquote></div><br></div></div><br><br></div> </div> </div> </blockquote></div>   </div></body></html>