I am trying to enable machine agent in Solaris server. JAVA verison 11.0. Machine Agent version 20.9.
I am getting following error. I checked JAVA path is correct. everything is according to the doc. But not able to start agent. any thoughts
Solved! Go to Solution.
I am trying to enable machine agent in Solaris server. JAVA verison 11.0. Machine Agent version 20.9.
I am getting following error. I checked JAVA path is correct. everything is according to the doc. But not able to start agent. any thoughts
Hi there
Firstly did you use the correct Solaris machine Agent, X86 or SPARC?
Can you do the following
Run the following command and provide the output
java -version
Also try and start it manually the following way
navigate to the root <agent installation directory>
and run the following command
nohup java -jar ./machineagent.jar &
Check if the agent starts
Hi Bro,
Have you defined the account-name, access-key, application-name, tier-name, and node-name in the controller_info.xml? If yes, can you attach the machine-agent.log?