cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Machine Agent Can't start "Invalid argument"

Junaid.Wahab
Builder

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  

 
./machine-agent -d -p /opt/appdynamics/machineagent/pidfile
Using java executable at /opt/appdynamics/machineagent/jre/bin/java
#nohup: /opt/appdynamics/machineagent/jre/bin/java: Invalid argument
 

 

3 REPLIES 3

Mario.Morelli
Architect

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

 

 



Found something helpful? Click the Accept as Solution button to help others find answers faster.
Liked something? Click the Thumbs Up button.

Learn more about me in the Community Member Spotlight Q & A

Okik.Setianto
Producer

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?

 

 

Junaid.Wahab
Builder

Thanks for your help. Problem has been solved. The problem with some AppDynamics agent folder permission issues that's why not all the files were loaded. Now I have another problem with App Agent. creating new discussion. Thanks