Closed larsbutler closed 13 years ago
If a source model defines a source with a 'minMagnitude' which is less than the MINIMUM_MAGNITUDE in the job config file, a celery daemon running the task will throw errors like this:
[2011-06-13 10:47:48,552: ERROR/MainProcess] Task openquake.hazard.tasks.compute_hazard_curve[b5be76a0-7872-4fb2-b642-646d7a1c4154] raised exception: ,))>'. Reason: 'Can't pickle : attribute lookup jpype._jclass.org.opensha.commons.exceptions.DataPoint2DException failed'.> MaybeEncodingError: Error sending result: ',))>'. Reason: 'Can't pickle : attribute lookup jpype._jclass.org.opensha.commons.exceptions.DataPoint2DException failed'.
This kind of error needs to be handled better. We should add this case to blackbox test suite.
Moved to: https://bugs.launchpad.net/openquake/+bug/825044
If a source model defines a source with a 'minMagnitude' which is less than the MINIMUM_MAGNITUDE in the job config file, a celery daemon running the task will throw errors like this:
This kind of error needs to be handled better. We should add this case to blackbox test suite.