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

Add gradle task to stop bluegenes #2121

Closed
danielabutano opened this issue Oct 4, 2019 · 3 comments
Closed

Add gradle task to stop bluegenes #2121

danielabutano opened this issue Oct 4, 2019 · 3 comments
Assignees

Comments

@danielabutano
Copy link
Member

We have a blueGenesStart gralde task but not blueGenesStop

@danielabutano danielabutano changed the title Add gradle task to stop bluegene Add gradle task to stop bluegenes Oct 4, 2019
@danielabutano danielabutano added this to the InterMine 4.1.1 milestone Oct 7, 2019
@danielabutano danielabutano added this to InterMine 4.1.1 in Roadmap & release planning Oct 7, 2019
@heralden
Copy link
Member

heralden commented Oct 8, 2019

Bluegenes has a stop_web_server_BANG_ function to stop the web server. We could also make the main method take an argument to stop the server.

But I don't think it will be necessary to use these, as killing the process should be enough. I don't know how to do this with gradle/gretty though.

@danielabutano
Copy link
Member Author

danielabutano commented Jan 15, 2020

When we start bluegenes (from gradle) we call the java main class bluegenes.core; similarly to stop bluegenes we need a java main class.
I have tried
task blueGenesStop(type: JavaExec) { group = 'BlueGenes' classpath = configurations.onlyRunTime main = 'bluegenes.core$stop_web_server_BANG_' }
but it doesn't work.
Decompiling the code, it seems that the java class bluegenes.core$stop_web_server_BANG_ is not a java main class.
This is not urgent.

@danielabutano danielabutano moved this from InterMine 4.1.2 (January 2019) to InterMine 5.0.0 in Roadmap & release planning Jan 15, 2020
@danielabutano danielabutano moved this from InterMine 5.0.0 BlueGenes - february 2021 to InterMine 5.1.0 (model changes) in Roadmap & release planning Feb 18, 2021
@danielabutano
Copy link
Member Author

No needed.
The task blueGenesStart is only used to dev purpouses

@danielabutano danielabutano removed this from the Future InterMine release milestone May 30, 2022
@danielabutano danielabutano moved this from InterMine 5.2.0 (curator & templates sharing) to InterMine 6.0 (migration to Spring) - Autumn 2024 in Roadmap & release planning May 30, 2022
@danielabutano danielabutano removed this from InterMine 6.0 (migration to Spring) - Autumn 2024 in Roadmap & release planning May 30, 2022
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

3 participants