Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

cannot start runs without TUBii #505

Open
tlatorre-uchicago opened this issue May 1, 2018 · 2 comments
Open

cannot start runs without TUBii #505

tlatorre-uchicago opened this issue May 1, 2018 · 2 comments

Comments

@tlatorre-uchicago
Copy link

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?

@EdLeming
Copy link
Contributor

EdLeming commented May 1, 2018

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 :

https://github.com/snoplus/orca/blob/master/Source/Experiments/SNOP/SNOPModel.m#L761
(From a commit last August)

https://github.com/snoplus/orca/blob/master/Source/Experiments/SNOP/SNOPModel.m#L808
(From a different commit last August)

Both commits are associated with adding TUBii info to standard runs. I imagine those are the culprits. I can test in the morning.

@tlatorre-uchicago
Copy link
Author

Ah good point. I'll have to go back and look to see when we ran without TUBii. Perhaps it was before TUBii was added to the standard runs.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants