We are trying to start the Devtest Portal by using the ./PortalService start command.
If we check the ./PortalService status command after a few seconds it says the Portal is not running.
We are not getting any error messages but also no logs are being created.
How can we find out what the problem is.
All supported DevTest releases.
CA Service Virtualization
This is usually an environmental permissions issue or a hung process.
Go to the /tmp folder on the Linux machine.
Execute command : ls -lart i4jdaemon*
Look for a PortalService process. If there, delete it, you must be the user that started it.
If it is not there then try starting the portal using the below command:
./PortalService start-launchd
this will show the logs on the console: