Note: This was originally posted by an inactive account. Content was preserved by moving under an admin account.
Originally posted by: mgajdosikHi,
I got following error, when trying to extract huge file, not sure what the size was exactly and unfortunately cannot find it anymore. Is there something that needs to be set up on the server to handle larger files? Or the node needs to be fixed?
Thanks
Marek
Got Python exception
Installing log (09/26/2010 08:51:37) ...
2010-09-26 08:52:20; Level: 3; Type: 0; Desc: ""; File: "/opt/lavastorm/python/lib/python2.4/gzip.py"; Line: 295; Context: "_add_read_data( ) - Exception"
2010-09-26 08:52:20; Level: 3; Type: 0; Desc: "Error pumping node (Traceback (most recent call last):
File "/opt/lavastorm/lib/python/lavastorm/brain/python1.py", line 912, in Run
while n.pump(quant):
File "/opt/lavastorm/db/../tmp/brain/Ziggo_E2E_Kenan/20100912/temp.gn-furap-prd-01.25465.7677.1285483897387.prop", line 48, in pump
outfile.write(zip.read())
File "/opt/lavastorm/python/lib/python2.4/gzip.py", line 218, in read
self._read(readsize)
File "/opt/lavastorm/python/lib/python2.4/gzip.py", line 278, in _read
self._add_read_data( uncompress )
File "/opt/lavastorm/python/lib/python2.4/gzip.py", line 295, in _add_read_data
self.extrabuf = self.extrabuf + data
MemoryError
)"; File: "/opt/lavastorm/python/lib/python2.4/gzip.py"; Line: 295; Context: "_add_read_data( ) - Exception"
Uninstalling log (09/26/2010 08:52:20) ...
Error in sys.excepthook:Traceback (most recent call last): File "/opt/lavastorm/lib/python/lavastorm/brain/python1.py", line 947, in <lambda> return lambda exc, value, tb: Python1ExceptHook(control, exc, value, tb)TypeError: 'NoneType' object is not callableOriginal exception was:Traceback (most recent call last): File "/opt/lavastorm/db/../tmp/brain/Ziggo_E2E_Kenan/20100912/temp.gn-furap-prd-01.25465.7676.1285483897386.prop", line 1, in ? import lavastorm.brain.python1 File "/opt/lavastorm/lib/python/lavastorm/brain/python1.py", line 956, in ? runMain() File "/opt/lavastorm/lib/python/lavastorm/brain/python1.py", line 954, in runMain raise BrainNodeException, "Encountered error running node"lavastorm.brain.python1.BrainNodeException: Encountered error running node