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

metadig-engine unable to detect compute environment #200

Closed
gothub opened this issue Mar 20, 2019 · 1 comment
Closed

metadig-engine unable to detect compute environment #200

gothub opened this issue Mar 20, 2019 · 1 comment
Assignees
Labels
bug metadig All issues related to metadig metadig-engine
Milestone

Comments

@gothub
Copy link
Contributor

gothub commented Mar 20, 2019

metadig-engine can run in several different environments: standalone from MDQEngine class; standaone using RabbitMQ; in a Java servlet. The engine needs to detect when it is in a servlet engine so that it can acquire config info that is available to the servlet, when in standalone (for debugging) it reads config info from a different location.

The mechanism to detect the environment is not working, so when run in standalone mode for debugging, it tries to read config info from the wrong location and fails.

@gothub gothub added bug metadig-engine metadig All issues related to metadig labels Mar 20, 2019
@gothub gothub added this to the 2.0.2 milestone Mar 20, 2019
@gothub gothub self-assigned this Mar 20, 2019
@gothub
Copy link
Contributor Author

gothub commented Mar 20, 2019

Fixed in commit b133394

@gothub gothub closed this as completed Mar 20, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug metadig All issues related to metadig metadig-engine
Projects
None yet
Development

No branches or pull requests

1 participant