slimandslam commented on issue #93: URL: https://github.com/apache/airavata-mft/issues/93#issuecomment-1499931850
In my case, I had Java 11 installed, but Java 8 was the selected runtime (my bad). However, there were two things that made it harder to debug than it should have been. One thing was that the CLI wasn't responding with "cannot contact daemon" (or something similar). I guess that will be handled in https://github.com/apache/airavata-mft/issues/94 The other thing is that your script said: ``` Standalone Service stopped ... Starting Standalone Service ... Standalone Service started ... MFT Started ``` But it almost certainly exited immediately after this. You can test it by running it with the Java 8 runtime. Perhaps your script should check for the version of the Java runtime just before starting the service since having multiple Java runtimes is not uncommon. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
