Hi,
Is there a way to identify if the server startup is complete ?
I need to perform this as part of an env creation script, before the code can be deployed.
AEM version : 5.6.1
Thanks.
Solved! Go to Solution.
Hi,
if you can parse the logs then you could look for the two messages below in either stdout.log or error.log
stdout.log 09.08.2016 08:09:53.807 *INFO * [main] Startup completed
error.log 09.08.2016 08:09:53.806 *INFO* [main] org.apache.felix.framework BundleEvent STARTED
Regards,
Opkar
Hi
I am not sure, where i am wrong, but just check the response of "http://localhost:4502/", if it is responding you with 404 then it is not started.
Or
Check for "http://localhost:4502/libs/granite/core/content/login.html?resource=%2F&$$login$$=%24%24login%24%24&..." If 404 :- Not started
if response is there, then it is started.
~kautuk
Views
Replies
Total Likes
Hi,
if you can parse the logs then you could look for the two messages below in either stdout.log or error.log
stdout.log 09.08.2016 08:09:53.807 *INFO * [main] Startup completed
error.log 09.08.2016 08:09:53.806 *INFO* [main] org.apache.felix.framework BundleEvent STARTED
Regards,
Opkar
Opkar Gill wrote...
Hi,
if you can parse the logs then you could look for the two messages below in either stdout.log or error.log
stdout.log 09.08.2016 08:09:53.807 *INFO * [main] Startup completed
error.log 09.08.2016 08:09:53.806 *INFO* [main] org.apache.felix.framework BundleEvent STARTED
Regards,
Opkar
Awesome Help Opkar. This adds information to my kitty.
~kautuk
Views
Replies
Total Likes