<div dir="ltr"><div><div><div><div><div><div><div><div>Hi Yadu/Gagan,<br><br></div>Thanks for fast response. I was able to resolve the problem...<br><br></div>Issue was with the way the restart was done.<br></div>3 ways to restart I am using:<br></div>1. Console<br></div>2. ec2-run-instances<br></div>3. launchPad<br><br></div>Some restarts were done with mixture of above 3. I performed a pure LaunchPad restart , and it passed successfully. Thanks once again.<br><br><br></div>Regards,<br>Ajay Anthony.<br></div><div class="gmail_extra"><br><div class="gmail_quote">On Sat, Oct 25, 2014 at 9:59 PM, Yadu Nand Babuji <span dir="ltr"><<a href="mailto:yadunand@uchicago.edu" target="_blank">yadunand@uchicago.edu</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div bgcolor="#FFFFFF" text="#000000">
Hi Ajay,<br>
<br>
Could you send me the following:<br>
<br>
1. The runNNN directory for a failing run. <br>
2. The ~/s3fs-fuse/cps*log file<br>
<br>
If you could add my public key to the ~/.ssh/authorized_keys file, I
can take a look as well.<br>
You can get my public key from here :
<a href="http://users.rcc.uchicago.edu/~yadunand/yadunand_id_rsa.pub" target="_blank">http://users.rcc.uchicago.edu/~yadunand/yadunand_id_rsa.pub</a><br>
<br>
Thanks,<br>
Yadu<div><div class="h5"><br>
<br>
<div>On 10/25/2014 08:47 PM, Ajay Anthony
wrote:<br>
</div>
<blockquote type="cite">
<div dir="ltr">
<div>
<div>Hi Gagan,<br>
<br>
</div>
Restarted for the 8th time. Still getting the same issue. Do
we need to make any more other configuration changes besides
ones mentioned above,<br>
<br>
</div>
Thanks and regards,<br>
Ajay Anthony.<br>
</div>
<div class="gmail_extra"><br>
<div class="gmail_quote">On Sat, Oct 25, 2014 at 9:42 PM, Gagan
Munisiddha Gowda <span dir="ltr"><<a href="mailto:ggowda@hawk.iit.edu" target="_blank">ggowda@hawk.iit.edu</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<p dir="ltr">Hi Ajay, </p>
<p dir="ltr">Could you try restarting your entire cluster.
(terminate and start ) </p>
<p dir="ltr">This happens occasionally for some unknown
reason. </p>
<p dir="ltr">Regards, <br>
Gagan</p>
<div class="gmail_quote">
<div>
<div>On 26/10/2014 7:05 am, "Ajay Anthony"
<<a href="mailto:aanthon2@hawk.iit.edu" target="_blank">aanthon2@hawk.iit.edu</a>>
wrote:<br type="attribution">
</div>
</div>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div>
<div>
<div dir="ltr">
<div>
<div>Hi Swift users,<br>
<br>
</div>
Kindly help me in below issue. Stuck on this
issue almost whole day.<br>
<br>
</div>
I am trying to run <span style="background-color:rgb(255,255,0)">swift
word.swift</span> on headnode in aws and have 1
worker running.<br>
<div>
<div><br>
<font size="1"><span style="font-family:courier new,monospace">2014-10-26
01:17:52,685+0000 INFO
AbstractCoasterChannel TCPChannel[client,
<a href="http://127.0.0.1:50010" target="_blank">http://127.0.0.1:50010</a>]
setting name to <a href="http://127.0.0.1:50010" target="_blank">http://127.0.0.1:50010</a><br>
2014-10-26 01:17:52,709+0000 INFO Execute
TASK_STATUS_CHANGE
taskid=urn:R-0-1414286270539 status=1<br>
2014-10-26 01:17:52,712+0000 INFO
LateBindingScheduler jobs queued: 0<br>
2014-10-26 01:17:52,712+0000 DEBUG swift
APPLICATION_EXCEPTION jobid=bash-lupsjczl
- Application exception: null<br>
<b>Caused by:
org.globus.cog.abstraction.impl.common.task.TaskSubmissionException:
Could not submit job<br>
Caused by:
org.globus.cog.coaster.channels.ChannelException:
Failed to create socket<br>
Caused by: java.net.ConnectException:
Connection refused</b></span></font><br>
<br>
<br>
</div>
<div>Below are my configuratioins:<br>
</div>
<div><span style="background-color:rgb(255,255,0)">swift.conf:</span><br>
<br>
<font size="1">sites: </font><font size="1"><font size="1">cloud-static</font><br>
<br>
site.cloud-static {<br>
execution {<br>
type:"coaster-persistent"<br>
URL: "<a href="http://127.0.0.1:50010" target="_blank">http://127.0.0.1:50010</a>"<br>
jobManager: "local:local"<br>
options {<br>
maxJobs: 10<br>
tasksPerNode: 2<br>
}<br>
}<br>
<br>
initialParallelTasks: 20<br>
maxParallelTasks: 20<br>
filesystem.type: local<br>
workDirectory: /tmp/swiftwork<br>
staging: local<br>
app.ALL {executable: "*"}<br>
}</font><br>
<br>
</div>
<div>Below is the Swift version I am using:<br>
<font size="1"><span style="font-family:courier new,monospace">ubuntu@ip-172-31-17-186:~/cloud-tutorials/swift-cloud-tutorial/word_count$
<span style="background-color:rgb(255,255,0)">swift
-version</span><br>
Swift trunk git-rev:
2d334140f2c288e5aeb3d354de0ecda35b4b3aac
heads/master 6130 (modified locally)</span></font><br>
<br>
</div>
<div>I am able to run with "sites: local"
successfully , but failing with "sites:
cloud-static".<br>
</div>
<div><br>
</div>
<div>Please suggest on what can be the issue. <br>
<br>
</div>
<div>Thanks and Regards,<br>
AJay ANthony.<br>
</div>
</div>
</div>
<br>
</div>
</div>
_______________________________________________<br>
Swift-user mailing list<br>
<a href="mailto:Swift-user@ci.uchicago.edu" target="_blank">Swift-user@ci.uchicago.edu</a><br>
<a href="https://lists.ci.uchicago.edu/cgi-bin/mailman/listinfo/swift-user" target="_blank">https://lists.ci.uchicago.edu/cgi-bin/mailman/listinfo/swift-user</a><br>
</blockquote>
</div>
</blockquote>
</div>
<br>
</div>
<br>
<fieldset></fieldset>
<br>
<pre>_______________________________________________
Swift-user mailing list
<a href="mailto:Swift-user@ci.uchicago.edu" target="_blank">Swift-user@ci.uchicago.edu</a>
<a href="https://lists.ci.uchicago.edu/cgi-bin/mailman/listinfo/swift-user" target="_blank">https://lists.ci.uchicago.edu/cgi-bin/mailman/listinfo/swift-user</a></pre>
</blockquote>
<br>
</div></div></div>
</blockquote></div><br></div>