abhilekhsingh / gc3pie

Automatically exported from code.google.com/p/gc3pie
0 stars 0 forks source link

Empty list of exceptions #400

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
On gtsub_control script invocation got the following error:

gc3.gc3libs: ERROR: Ignored error in submitting task 
'GTSubControllApplication.11': AssertionError: Application.submit_error called 
with empty list of exceptions.
gc3.gc3libs: DEBUG: Ignored error in submitting task 
'GTSubControllApplication.11': AssertionError: Application.submit_error called 
with empty list of exceptions.
Traceback (most recent call last):
  File "/home/tyanko/gc3pie/local/lib/python2.7/site-packages/gc3libs/core.py", line 968, in progress
    self._core.submit(task)
  File "/home/tyanko/gc3pie/local/lib/python2.7/site-packages/gc3libs/core.py", line 168, in submit
    return self.__submit_application(app, resubmit, **extra_args)
  File "/home/tyanko/gc3pie/local/lib/python2.7/site-packages/gc3libs/core.py", line 267, in __submit_application
    ex = app.submit_error(exs)
  File "/home/tyanko/gc3pie/local/lib/python2.7/site-packages/gc3libs/__init__.py", line 1457, in submit_error
    "Application.submit_error called with empty list of exceptions."
AssertionError: Application.submit_error called with empty list of exceptions.

Application.submit_error should return a non empty list of exceptions.

Original issue reported on code.google.com by tyanko.a...@gmail.com on 26 Jun 2013 at 3:27

GoogleCodeExporter commented 9 years ago
Can you please provide the gstub_control script  source code?

Original comment by antonio....@gmail.com on 26 Jun 2013 at 3:43

GoogleCodeExporter commented 9 years ago
Tyanko can you please check if this bug is till valid?

Original comment by antonio....@gmail.com on 28 Nov 2013 at 2:45