Hello
We have simple installation of AEM on jBoss on windows with MySQL. After restart the jBoss server tries to start, but there is significant delay of MySgl service and the jBoss fails to start. Is there a way to force the Jboss service wait for MySQL?
Many thanks for some help
Best regards Jiri
Solved! Go to Solution.
Views
Replies
Total Likes
@JiriLio This should not happen ideally unless there is something at infra blocking mysql service to start. You can manually start MySQL first and then start the JBoss that is certainly possible and ok.
You can also create a custom bat file(for windows) which should do 3 things.
OOTB turnkey set-ups have MySQL configured as the dependent service for JBoss service i.e JBoss will wait for MySQL to come up before starting the server.
I didn't get the question actually- do you want to decouple the dependency or couple the two?
Go to JBoss service properties in the services.msc and then dependencies, you will be able to couple/decouple the MySQL service.
@JiriLio This should not happen ideally unless there is something at infra blocking mysql service to start. You can manually start MySQL first and then start the JBoss that is certainly possible and ok.
You can also create a custom bat file(for windows) which should do 3 things.
Views
Likes
Replies