Why servlet goes to failed activation state?
Solved! Go to Solution.
Views
Replies
Total Likes
Hi @lone_Ranger please go to http://localhost:4502/system/console/components or http://localhost:4502/system/console/bundles and search your servlet there. On clicking your servlet you can see which packages are missing. Check if any service is in unsatisfied state. Share the info here.
Hi @lone_Ranger
Could you please share the code or check the error log for more details? This will help to guide you better.
I would like to focus on below points -
Views
Replies
Total Likes
Hi @lone_Ranger please go to http://localhost:4502/system/console/components or http://localhost:4502/system/console/bundles and search your servlet there. On clicking your servlet you can see which packages are missing. Check if any service is in unsatisfied state. Share the info here.
thanks this helped to resolve exception ....
Views
Replies
Total Likes
From the bundle, click on the servlet.
it will take you to its details.
Here you would be to check if all dependencies are satisfied.
Also, please check the logs when you install the Servlet via bundle installation
Views
Likes
Replies