[Ipython-tickets] [IPython] #160: IPython1 remote controller problems triggered by mlabwrap
IPython
ipython-tickets@scipy....
Thu May 24 08:48:37 CDT 2007
#160: IPython1 remote controller problems triggered by mlabwrap
--------------------+-------------------------------------------------------
Reporter: jitter | Owner: bgranger
Type: defect | Status: new
Priority: normal | Milestone:
Component: saw | Version:
Severity: normal | Resolution:
Keywords: |
--------------------+-------------------------------------------------------
Comment (by jitter):
An exception that is also triggered sometimes (especially in cases where
the load on the cluster nodes is high and starting Matlab takes some
time):
{{{
Traceback (most recent call last):
File "testcase.py", line 24, in ?
remoteController.executeAll(some_instructions)
File "/usr/lib64/python2.4/site-
packages/ipython1-0.9alpha2-py2.4.egg/ipython1/kernel/multienginexmlrpc.py",
line 533, in executeAll
return self.execute('all', lines, block)
File "/usr/lib64/python2.4/site-
packages/ipython1-0.9alpha2-py2.4.egg/ipython1/kernel/multienginexmlrpc.py",
line 520, in execute
result = self._executeRemoteMethod(self._server.execute,
self._clientID, localBlock, targets, lines)
File "/usr/lib64/python2.4/site-
packages/ipython1-0.9alpha2-py2.4.egg/ipython1/kernel/multienginexmlrpc.py",
line 390, in _executeRemoteMethod
result = self._unpackageResult(rawResult)
File "/usr/lib64/python2.4/site-
packages/ipython1-0.9alpha2-py2.4.egg/ipython1/kernel/multienginexmlrpc.py",
line 399, in _unpackageResult
return self._returnOrRaise(result)
File "/usr/lib64/python2.4/site-
packages/ipython1-0.9alpha2-py2.4.egg/ipython1/kernel/multienginexmlrpc.py",
line 403, in _returnOrRaise
result.raiseException()
File "/usr/lib64/python2.4/site-packages/twisted/python/failure.py",
line 259, in raiseException
raise self.type, self.value, self.tb
ipython1.kernel.error.NoEnginesRegistered: There are no engines
registered.
Check the logs in ~/.ipython/log if you think there
should have been.
}}}
The log files look normal, though.
- jitter
P.S. I know that this is a very specific setup and it might be hard for
you to reproduce the bug. The only thing I can offer is that I'll run
tests whenever you post a script here.
--
Ticket URL: <http://projects.scipy.org/ipython/ipython/ticket/160#comment:1>
IPython <http://ipython.scipy.org>
The IPython interactive Python system
More information about the Ipython-tickets
mailing list