Dears,
when i am trying to add below info to JVM start Script i got below Error Plesae advise how can i fix this issue :
part of script that start PROCESS=${JAVA_HOME}"java -d64 -cp "${CLASSPATH}" "${JAVA}" "${arg}
the script that i tried to run : ${JAVA_HOME}"java -d64 -cp "${CLASSPATH}" "${JAVA}" "${arg} -javaagent:*******/javaagent.jar -Dappdynamics.controll
er.hostName=***** -Dappdynamics.controller.port=8090 -Dappdynamics.agent.applicationName=***** -Dappdynamics.agent.tierName=Inv
entory -Dappdynamics.agent.nodeName=***** -Dappdynamics.agent.accountAccessKey=****
Erros Message that i got : -javaagent:/export/home/wsms/POC/javaagent.jar: No such file or directory
Hi Ahmed
Can you check permissions on your javaagent.jar file? The user running the java script to attach needs to have access to the file (and RW on the whole directory). Have you unzipped the AppServerAgent into this POC directory?
JB
yes i have checked them and i have no issues in permission