Advertisement
Guest User

Untitled

a guest
Jul 29th, 2014
311
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.95 KB | None | 0 0
  1. 2014-07-29 21:37:44.389 [NotebookApp] Saving notebook at /Active Subspaces of Quadratic functions.ipynb
  2. 2014-07-29 21:38:12.626 [NotebookApp] Kernel interrupted: 427b5332-cbe4-4e12-a366-1a5db295a639
  3. 2014-07-29 21:38:32.154 [NotebookApp] Kernel interrupted: 427b5332-cbe4-4e12-a366-1a5db295a639
  4. 2014-07-29 21:38:41.507 [NotebookApp] Kernel interrupted: 427b5332-cbe4-4e12-a366-1a5db295a639
  5. 2014-07-29 21:39:31.399 [NotebookApp] Kernel interrupted: 427b5332-cbe4-4e12-a366-1a5db295a639
  6. 2014-07-29 21:39:43.567 [NotebookApp] Saving notebook at /Active Subspaces of Quadratic functions.ipynb
  7. 2014-07-29 21:39:43.590 [NotebookApp] WARNING | Unexpected error while autosaving notebook: /Users/dgleich/Dropbox/research/publications/2014/active-subspace/Active Subspaces of Quadratic functions.ipynb [Errno 28] No space left on device
  8. 2014-07-29 21:39:43.599 [tornado.access] WARNING | 400 PUT /api/notebooks/Active%20Subspaces%20of%20Quadratic%20functions.ipynb (::1) 33.48ms referer=http://localhost:8889/notebooks/Active%20Subspaces%20of%20Quadratic%20functions.ipynb
  9. 2014-07-29 21:40:01.251 [NotebookApp] KernelRestarter: restarting kernel (1/5)
  10. WARNING:root:kernel 427b5332-cbe4-4e12-a366-1a5db295a639 restarted
  11. ---------------------------------------------------------------------------
  12. IOError Traceback (most recent call last)
  13. <string> in <module>()
  14.  
  15. /Library/Python/2.7/site-packages/IPython/kernel/zmq/kernelapp.pyc in main()
  16. 466 """Run an IPKernel as an application"""
  17. 467 app = IPKernelApp.instance()
  18. --> 468 app.initialize()
  19. app.initialize = <bound method IPKernelApp.initialize of <IPython.kernel.zmq.kernelapp.IPKernelApp object at 0x10ff20f10>>
  20. 469 app.start()
  21. 470
  22.  
  23. /Library/Python/2.7/site-packages/IPython/kernel/zmq/kernelapp.pyc in initialize(self=<IPython.kernel.zmq.kernelapp.IPKernelApp object>, argv=None)
  24.  
  25. /Library/Python/2.7/site-packages/IPython/config/application.pyc in catch_config_error(method=<function initialize>, app=<IPython.kernel.zmq.kernelapp.IPKernelApp object>, *args=(None,), **kwargs={})
  26. 90 """
  27. 91 try:
  28. ---> 92 return method(app, *args, **kwargs)
  29. method = <function initialize at 0x11009f1b8>
  30. app = <IPython.kernel.zmq.kernelapp.IPKernelApp object at 0x10ff20f10>
  31. args = (None,)
  32. kwargs = {}
  33. 93 except (TraitError, ArgumentError) as e:
  34. 94 app.print_help()
  35.  
  36. /Library/Python/2.7/site-packages/IPython/kernel/zmq/kernelapp.pyc in initialize(self=<IPython.kernel.zmq.kernelapp.IPKernelApp object>, argv=None)
  37. 437 # writing/displaying connection info must be *after* init_sockets/heartbeat
  38. 438 self.log_connection_info()
  39. --> 439 self.write_connection_file()
  40. self.write_connection_file = <bound method IPKernelApp.write_connection_file of <IPython.kernel.zmq.kernelapp.IPKernelApp object at 0x10ff20f10>>
  41. 440 self.init_io()
  42. 441 self.init_signal()
  43.  
  44. /Library/Python/2.7/site-packages/IPython/kernel/zmq/kernelapp.pyc in write_connection_file(self=<IPython.kernel.zmq.kernelapp.IPKernelApp object>)
  45. 259 write_connection_file(cf, ip=self.ip, key=self.session.key, transport=self.transport,
  46. 260 shell_port=self.shell_port, stdin_port=self.stdin_port, hb_port=self.hb_port,
  47. --> 261 iopub_port=self.iopub_port, control_port=self.control_port)
  48. global iopub_port = undefined
  49. self.iopub_port = 50897
  50. global control_port = undefined
  51. self.control_port = 50899
  52. 262
  53. 263 def cleanup_connection_file(self):
  54.  
  55. /Library/Python/2.7/site-packages/IPython/kernel/connect.pyc in write_connection_file(fname=u'/Users/dgleich/.ipython/profile_default/security/kernel-427b5332-cbe4-4e12-a366-1a5db295a639.json', shell_port=50896, iopub_port=50897, stdin_port=50898, hb_port=50900, control_port=50899, ip=u'127.0.0.1', key='13e2baf8-2b39-4948-ac9d-d2395aab9f48', transport='tcp', signature_scheme='hmac-sha256')
  56. 148
  57. 149 with open(fname, 'w') as f:
  58. --> 150 f.write(json.dumps(cfg, indent=2))
  59. f.write = <built-in method write of file object at 0x110116150>
  60. global json.dumps = <function dumps at 0x10f8e9230>
  61. cfg = {'stdin_port': 50898, 'ip': u'127.0.0.1', 'control_port': 50899, 'hb_port': 50900, 'signature_scheme': 'hmac-sha256', 'key': '13e2baf8-2b39-4948-ac9d-d2395aab9f48', 'shell_port': 50896, 'transport': 'tcp', 'iopub_port': 50897}
  62. global indent = undefined
  63. 151
  64. 152 return fname, cfg
  65.  
  66. IOError: [Errno 28] No space left on device
  67. 2014-07-29 21:40:04.321 [NotebookApp] KernelRestarter: restarting kernel (2/5)
  68. WARNING:root:kernel 427b5332-cbe4-4e12-a366-1a5db295a639 restarted
  69. [IPKernelApp] ERROR | Failed to load connection file: u'/Users/dgleich/.ipython/profile_default/security/kernel-427b5332-cbe4-4e12-a366-1a5db295a639.json'
  70. Traceback (most recent call last):
  71. File "/Library/Python/2.7/site-packages/IPython/kernel/zmq/kernelapp.py", line 288, in init_connection_file
  72. self.load_connection_file()
  73. File "/Library/Python/2.7/site-packages/IPython/kernel/zmq/kernelapp.py", line 242, in load_connection_file
  74. cfg = json.loads(s)
  75. File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/json/__init__.py", line 338, in loads
  76. return _default_decoder.decode(s)
  77. File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/json/decoder.py", line 365, in decode
  78. obj, end = self.raw_decode(s, idx=_w(s, 0).end())
  79. File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/json/decoder.py", line 383, in raw_decode
  80. raise ValueError("No JSON object could be decoded")
  81. ValueError: No JSON object could be decoded
  82. 2014-07-29 21:40:07.330 [NotebookApp] KernelRestarter: restarting kernel (3/5)
  83. WARNING:root:kernel 427b5332-cbe4-4e12-a366-1a5db295a639 restarted
  84. [IPKernelApp] ERROR | Failed to load connection file: u'/Users/dgleich/.ipython/profile_default/security/kernel-427b5332-cbe4-4e12-a366-1a5db295a639.json'
  85. Traceback (most recent call last):
  86. File "/Library/Python/2.7/site-packages/IPython/kernel/zmq/kernelapp.py", line 288, in init_connection_file
  87. self.load_connection_file()
  88. File "/Library/Python/2.7/site-packages/IPython/kernel/zmq/kernelapp.py", line 242, in load_connection_file
  89. cfg = json.loads(s)
  90. File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/json/__init__.py", line 338, in loads
  91. return _default_decoder.decode(s)
  92. File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/json/decoder.py", line 365, in decode
  93. obj, end = self.raw_decode(s, idx=_w(s, 0).end())
  94. File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/json/decoder.py", line 383, in raw_decode
  95. raise ValueError("No JSON object could be decoded")
  96. ValueError: No JSON object could be decoded
  97. 2014-07-29 21:40:10.338 [NotebookApp] KernelRestarter: restarting kernel (4/5)
  98. WARNING:root:kernel 427b5332-cbe4-4e12-a366-1a5db295a639 restarted
  99. [IPKernelApp] ERROR | Failed to load connection file: u'/Users/dgleich/.ipython/profile_default/security/kernel-427b5332-cbe4-4e12-a366-1a5db295a639.json'
  100. Traceback (most recent call last):
  101. File "/Library/Python/2.7/site-packages/IPython/kernel/zmq/kernelapp.py", line 288, in init_connection_file
  102. self.load_connection_file()
  103. File "/Library/Python/2.7/site-packages/IPython/kernel/zmq/kernelapp.py", line 242, in load_connection_file
  104. cfg = json.loads(s)
  105. File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/json/__init__.py", line 338, in loads
  106. return _default_decoder.decode(s)
  107. File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/json/decoder.py", line 365, in decode
  108. obj, end = self.raw_decode(s, idx=_w(s, 0).end())
  109. File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/json/decoder.py", line 383, in raw_decode
  110. raise ValueError("No JSON object could be decoded")
  111. ValueError: No JSON object could be decoded
  112. 2014-07-29 21:40:13.344 [NotebookApp] WARNING | KernelRestarter: restart failed
  113. 2014-07-29 21:40:13.344 [NotebookApp] WARNING | Kernel 427b5332-cbe4-4e12-a366-1a5db295a639 died, removing from map.
  114. ERROR:root:kernel 427b5332-cbe4-4e12-a366-1a5db295a639 restarted failed!
  115.  
  116. 2014-07-29 21:41:51.230 [NotebookApp] WARNING | Unreadable Notebook: /Users/dgleich/Dropbox/research/publications/2014/active-subspace/Active Subspaces of Quadratic functions.ipynb Notebook does not appear to be JSON: u''...
  117. 2014-07-29 21:41:51.231 [tornado.access] WARNING | 400 GET /api/notebooks/Active%20Subspaces%20of%20Quadratic%20functions.ipynb?_=1406684507908 (::1) 2.19ms referer=http://localhost:8889/notebooks/Active%20Subspaces%20of%20Quadratic%20functions.ipynb
  118.  
  119.  
  120. 2014-07-29 21:42:12.272 [NotebookApp] WARNING | Unreadable Notebook: /Users/dgleich/Dropbox/research/publications/2014/active-subspace/Active Subspaces of Quadratic functions.ipynb Notebook does not appear to be JSON: u''...
  121. 2014-07-29 21:42:12.274 [tornado.access] WARNING | 400 GET /api/notebooks/Active%20Subspaces%20of%20Quadratic%20functions.ipynb?_=1406684531737 (::1) 3.00ms referer=http://localhost:8889/notebooks/Active%20Subspaces%20of%20Quadratic%20functions.ipynb
  122. ^C2014-07-29 21:42:32.338 [NotebookApp] interrupted
  123. Serving notebooks from local directory: /Users/dgleich/Dropbox/research/publications/2014/active-subspace
  124. 0 active kernels
  125. The IPython Notebook is running at: http://localhost:8889/
  126. Shutdown this notebook server (y/[n])? ls
  127. resuming operation...
  128. less ^C2014-07-29 21:42:35.009 [NotebookApp] interrupted
  129. Serving notebooks from local directory: /Users/dgleich/Dropbox/research/publications/2014/active-subspace
  130. 0 active kernels
  131. The IPython Notebook is running at: http://localhost:8889/
  132. Shutdown this notebook server (y/[n])? y
  133. 2014-07-29 21:42:36.043 [NotebookApp] CRITICAL | Shutdown confirmed
  134. 2014-07-29 21:42:36.044 [NotebookApp] Shutting down kernels
  135. erdos:active-subspace dgleich$ ls
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement