Hi,
It just seems like an extra hoop to jump through, I'd skip the platform-admin (console) to manage the controllers. We have one unit file for the console and one for controllers, which seems to work well.
Regards,
Mattias
... View more
Just a guess... the name cch1wpobiw can't be resolved and/or reached from Java on the controller. Try using a fully-qualified domain name, eg. server.domain.com or the IP-address instead. Also confirm that the target machine can be reached from the Controller using for instance C:\> telnet server.domain.com 80 (change 80 to the correct port number )
... View more
Replace the @-sign with %40
For instance user@domain.com becomes user%40domain.com
Ref: https://docs.appdynamics.com/display/PRO44/Using+the+Controller+APIs
... View more