As a demo user of appdynamics i got an option to understand/work on "Sample Application of Appdynamics".
i have download the sample application.
When i run the sample application it is not installing any application on my machine and not able to connect appdynamics controller.
Steps i followed:
1) unzip the folder of the sample application
2) click on the INSTALL_Windows file
3) Input "Y" and click Enter.
I don't see any screen after that.
My machine has java version 1.7 as mentioned in the document.
Regards,
Kishore
I have talked to the support people from AppDynamics as I had the same issue and they said that currently they are facing an issuw witht the Windows environment. They have tried and confirmed that their Mac and Linux versions are working perfectly.
I have the same issue with Ubuntu. It fails to start the tomcat server 95% of the time and I can't figure out why. I've been poking around at this off and on for 3 weeks now. It's not working perfectly in the wild.
I have a similar problem on ubuntu 12. I can run the Install_linux script but it will not start the tomcat server. I have Java 1.7.0_79 installed.
In the log is something like :
Servlet / threw load() exception
java.lang.ClassNotFoundException: org.apache.jasper.servlet.JspServlet
at org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoader.java:1720)
at org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoader.java:1571)
at org.apache.catalina.core.DefaultInstanceManager.loadClass(DefaultInstanceManager.java:506)
at org.apache.catalina.core.DefaultInstanceManager.loadClassMaybePrivileged(DefaultInstanceManager.java:488)
at org.apache.catalina.core.DefaultInstanceManager.newInstance(DefaultInstanceManager.java:115)
at org.apache.catalina.core.StandardWrapper.loadServlet(StandardWrapper.java:1148)
at org.apache.catalina.core.StandardWrapper.load(StandardWrapper.java:1087)
Any hint's