I had been able to run IPython Notebook locally and connect to StarCluster using:<div>rc = Client('/home/alessandro/.starcluster/ipcluster/myfourthcluster-us-west-1.json', sshkey='/home/alessandro/.ssh/path-ops.pem', packer='pickle')</div>
<div>I upgraded IPython from 0.12 to 0.13 and it worked for the most part, though I had some trouble at times, so following the advice at <a href="https://github.com/ipython/ipython/issues/2171">https://github.com/ipython/ipython/issues/2171</a> I upgraded to 0.14. After restarting myfourthcluster I was no longer able to connect. I was still running 0.13 locally and was able to generate the attached crash report. I noticed that my local copy of IPython was looking for a "url" field in the JSON file which now looks like:</div>
<div><div style="color:rgb(34,34,34);font-family:arial,sans-serif;font-size:13px;background-color:rgb(255,255,255)">{</div><div style="color:rgb(34,34,34);font-family:arial,sans-serif;font-size:13px;background-color:rgb(255,255,255)">
"control": XXXXX, </div><div style="color:rgb(34,34,34);font-family:arial,sans-serif;font-size:13px;background-color:rgb(255,255,255)"> "task": XXXXX, </div><div style="color:rgb(34,34,34);font-family:arial,sans-serif;font-size:13px;background-color:rgb(255,255,255)">
"notification": XXXXX, </div><div style="color:rgb(34,34,34);font-family:arial,sans-serif;font-size:13px;background-color:rgb(255,255,255)"> "exec_key": "XXXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX",</div>
<div style="color:rgb(34,34,34);font-family:arial,sans-serif;font-size:13px;background-color:rgb(255,255,255)"> "task_scheme": "leastload", </div><div style="color:rgb(34,34,34);font-family:arial,sans-serif;font-size:13px;background-color:rgb(255,255,255)">
"mux": XXXXX, </div><div style="color:rgb(34,34,34);font-family:arial,sans-serif;font-size:13px;background-color:rgb(255,255,255)"> "iopub": XXXXX, </div><div style="color:rgb(34,34,34);font-family:arial,sans-serif;font-size:13px;background-color:rgb(255,255,255)">
"ssh": "<a href="mailto:sgeadmin@ec2-XX-XX-XX-XX.us-west-1.compute.amazonaws.com" target="_blank" style="color:rgb(17,85,204)">sgeadmin@ec2-XX-XX-XX-XX.us-west-1.compute.amazonaws.com</a>", </div><div style="color:rgb(34,34,34);font-family:arial,sans-serif;font-size:13px;background-color:rgb(255,255,255)">
"registration": XXXXX, </div><div style="color:rgb(34,34,34);font-family:arial,sans-serif;font-size:13px;background-color:rgb(255,255,255)"> "interface": "tcp://XX.XX.XX.XX", </div><div style="color:rgb(34,34,34);font-family:arial,sans-serif;font-size:13px;background-color:rgb(255,255,255)">
"pack": "pickle", </div><div style="color:rgb(34,34,34);font-family:arial,sans-serif;font-size:13px;background-color:rgb(255,255,255)"> "unpack": "pickle", </div><div style="color:rgb(34,34,34);font-family:arial,sans-serif;font-size:13px;background-color:rgb(255,255,255)">
"location": "XX.XX.XX.XX"</div><div style="color:rgb(34,34,34);font-family:arial,sans-serif;font-size:13px;background-color:rgb(255,255,255)">}</div></div><div style="color:rgb(34,34,34);font-family:arial,sans-serif;font-size:13px;background-color:rgb(255,255,255)">
I noticed that a JSON file I had for an older instance looked quite different:</div><div style="color:rgb(34,34,34);font-family:arial,sans-serif;font-size:13px;background-color:rgb(255,255,255)"><div>{</div><div> "url": "tcp:///XX.XX.XX.XX:XXXXX", </div>
<div> "exec_key": XXXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX, </div><div> "ssh": "<a href="mailto:sgeadmin@ec2-XX-XX-XX-XX.us-west-1.compute.amazonaws.com" target="_blank" style="color:rgb(17,85,204)">sgeadmin@ec2-XX-XX-XX-XX.us-west-1.compute.amazonaws.com</a>", </div>
<div> "location": "XX.XX.XX.XX"</div><div>}</div><div>I tried adding a "url" field but could not figure out what to fill it with.</div><div>I then figured that the problem could be because of a mismatch between 0.13 on my local machine and 0.14 remotely, so I upgraded.</div>
<div>Now when I try the above Client command, it hangs indefinitely.</div><div><br></div><div>Please help!</div><div><br></div><div>Thank you,</div><div>-Alessandro</div></div>