RE: Single Service stop and restart in Gogo Shell

Jamie Sammons, modified 2 Years ago. New Member Posts: 3 Join Date: 1/30/23 Recent Posts

Hey everybody,

I have implemented a service who uses many sub-services. When there is a problem to one of those then the top-service doesn's start. How can I detect in Gogo Shell which of those sub-services doesn't run?

Thank you in advance.

thumbnail
David H Nebinger, modified 2 Years ago. Liferay Legend Posts: 14933 Join Date: 9/2/06 Recent Posts

You can use

scr:list

on the bundle id to get the list of services. Find the "top" service, and use

scr:info

on its service id. This will tell you everything which is not resolved.