icecube / skymap_scanner

A distributed system that performs a likelihood scan of event directions for IceCube real-time alerts using CPU cluster(s) and queue-based message passing.
5 stars 2 forks source link

Condor error on client starter #223

Closed mlincett closed 7 months ago

mlincett commented 9 months ago

When trying to run a scan manually on condor, resources/client_starter.py raises a Condor API error.

2023-10-12 10:49:02 sub-2.icecube.wisc.edu clientmanager[909283] WARNING Not connecting to SkyDriver
2023-10-12 10:49:02 sub-2.icecube.wisc.edu clientmanager[909283] INFO Connected to Schedd collector='' schedd=''
terminate called after throwing an instance of 'boost::python::error_already_set'

This seems similar to the issue in SkyDriver that was recently fixed, although I am not sure the underlying cause is the same.