You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ORCA should be able to start runs without TUBii, but on the teststand currently it seems as if you cannot start runs without TUBii. To reproduce, open the TUBii GUI and change the hostname to a non existent hostname and try to start a run. You should get the following error:
Run Not Started because of exception: RedisClient, reason: Operation timed out
I'm pretty sure that this used to work. @EdLeming any idea if any recent changes might have affected this?
The text was updated successfully, but these errors were encountered:
I don't believe there have been any recent changes that will affect this. Looking through the code there are two places in the SNOPModel which try to interact with the TUBii server without an immediate try, catch (hence it's caught higher up the line in the ORRunModel - where that message originates) . Both calls are inside the runInitialization method :
ORCA should be able to start runs without TUBii, but on the teststand currently it seems as if you cannot start runs without TUBii. To reproduce, open the TUBii GUI and change the hostname to a non existent hostname and try to start a run. You should get the following error:
I'm pretty sure that this used to work. @EdLeming any idea if any recent changes might have affected this?
The text was updated successfully, but these errors were encountered: