<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
      <title>Lite Forum</title>
      <link>http://liteforums.appdynamics.com/discussions/feed.rss</link>
      <pubDate>Thu, 23 Feb 12 12:28:05 +0000</pubDate>
         <description>Lite Forum</description>
   <language>en-CA</language>
   <atom:link href="/discussions/feed.rss" rel="self" type="application/rss+xml" />
   <item>
      <title>Following Asynchronous Transactions In Call Graph</title>
      <link>http://liteforums.appdynamics.com/discussion/281/following-asynchronous-transactions-in-call-graph</link>
      <pubDate>Tue, 21 Feb 2012 05:06:43 +0000</pubDate>
      <dc:creator>jameskisp</dc:creator>
      <guid isPermaLink="false">281@/discussions</guid>
      <description><![CDATA[I am trying to use AppDynamics Lite to trace &amp; analyze the call graph of a Java application that performs asynchronous computations using the following idiom:<br /><br />	FutureTask<object> thrd=new FutureTask<object>(new Handling(requestHandleService, data));<br />	excutor.execute(thrd);<br />	reply = (String)thrd.get();<br /><br />However, I am not able to get AppDynamics Lite to follow the asynchronous transactions in the call graph.  Is this capability available only in the Pro edition?  Any advice will be greatly appreciated.<br /><br /></object></object>]]></description>
   </item>
   <item>
      <title>Running Tomcat 6 on CentOS Linux - /bin/catalina.sh: line 235: [start: command not found</title>
      <link>http://liteforums.appdynamics.com/discussion/280/running-tomcat-6-on-centos-linux-bincatalina-sh-line-235-start-command-not-found</link>
      <pubDate>Mon, 20 Feb 2012 21:20:57 +0000</pubDate>
      <dc:creator>loki70x7</dc:creator>
      <guid isPermaLink="false">280@/discussions</guid>
      <description><![CDATA[I am trying to setup the App Dynamics on a CentOS using a Tomcat 6. I keep getting the following error on startup:<br /><br />/bin/catalina.sh: line 235: [start: command not found<br /><br />Below is a snippet of my script:<br /><br />if [ -z "$LOGGING_MANAGER" ]; then<br />  JAVA_OPTS="$JAVA_OPTS -Djava.util.logging.manager=org.apache.juli.ClassLoaderLogManager"<br />else<br />  JAVA_OPTS="$JAVA_OPTS $LOGGING_MANAGER"<br />fi<br /><br />This is what I added to line 236 of the catalina.sh directly below the above:<br /><br />if ["$1" ="start" -o"$1" ="run"]; then <br />	export JAVA_OPTS="$JAVA_OPTS -javaagent:/home/endeca/TestJava/javaagent.jar"<br />fi<br /><br />Any idea what could problems like this?]]></description>
   </item>
   <item>
      <title>Monitoring Oracle SOA 11g only shows Adminserver and SOA1 server does not show</title>
      <link>http://liteforums.appdynamics.com/discussion/279/monitoring-oracle-soa-11g-only-shows-adminserver-and-soa1-server-does-not-show</link>
      <pubDate>Fri, 17 Feb 2012 20:09:40 +0000</pubDate>
      <dc:creator>rmunad</dc:creator>
      <guid isPermaLink="false">279@/discussions</guid>
      <description><![CDATA[I have configured Viewer and agent on a host which is running Oracle SOA 11g (AdminServer and SOA1 server). Added the following line to the startWeblogic.sh <br /><br />JAVA_OPTIONS="${JAVA_OPTIONS} -javaagent:/app/oracle/admin/appDynamics/AppServerAgentLite/javaagent.jar -Dappdynamics.viewer.port=7777"<br /><br />Started AdminServer it showed up on the viewer<br />Started SOA1 server it does not show up in the viewer<br /><br />AdminServer std.out<br /><br />Install Directory resolved to[/app/oracle/admin/appdynamics/AppServerAgent]<br />[INFO]: JavAgent - Using Agent Version [Server Agent Lite v3.3.3.2 GA Build Date 2011-12-20 16:51]<br />[INFO]: JavAgent - Running IBM Agent [No]<br />[INFO]: AgentInstallManager - AppDynamics Agent edition [lite]<br />[INFO]: AgentInstallManager - Appdynamics lite agent is setup with viewer at host [127.0.0.1], port [7777]. You may specify the viewer host and port by setting the system property 'appdynamics.viewer.host', 'appdynamics.viewer.port'<br />[INFO]: AgentInstallManager - Full Agent Registration Info Resolver is running<br />[INFO]: AgentInstallManager - Full Agent Registration Info Resolver using system property [appdynamics.agent.applicationName] for application name [Server App]<br />[INFO]: AgentInstallManager - Full Agent Registration Info Resolver using system property [appdynamics.agent.tierName] for tier name [Server Tier]<br />[INFO]: AgentInstallManager - Full Agent Registration Info Resolver using system property [appdynamics.agent.nodeName] for node name [Server Node]<br />[INFO]: AgentInstallManager - Full Agent Registration Info Resolver using application name [Server App]<br />[INFO]: AgentInstallManager - Full Agent Registration Info Resolver using tier name [Server Tier]<br />[INFO]: AgentInstallManager - Full Agent Registration Info Resolver using node name [Server Node]<br />[INFO]: AgentInstallManager - Full Agent Registration Info Resolver finished running<br />[INFO]: AgentInstallManager - Agent runtime directory set to [/app/oracle/admin/appdynamics/AppServerAgent]<br />[INFO]: AgentInstallManager - Agent node directory set to [Server Node]<br />[INFO]: JavAgent - Agent Directory [/app/oracle/admin/appdynamics/AppServerAgent]<br />Agent Logging Directory [/app/oracle/admin/appdynamics/AppServerAgent/logs/Server Node]<br />Running obfuscated agent<br />Registered app server agent with Node ID[1] Component ID[1] Application ID [1]<br />Started AppDynamics Java Agent Successfully.<br /><br /><br /><br /><br />SOA1 std.out<br /><br />Install Directory resolved to[/app/oracle/admin/appdynamics/AppServerAgent]<br />[INFO]: JavAgent - Using Agent Version [Server Agent Lite v3.3.3.2 GA Build Date 2011-12-20 16:51]<br />[INFO]: JavAgent - Running IBM Agent [No]<br />[INFO]: AgentInstallManager - AppDynamics Agent edition [lite]<br />[INFO]: AgentInstallManager - Appdynamics lite agent is setup with viewer at host [127.0.0.1], port [7777]. You may specify the viewer host and port by setting the system property 'appdynamics.viewer.host', 'appdynamics.viewer.port'<br />[INFO]: AgentInstallManager - Full Agent Registration Info Resolver is running<br />[INFO]: AgentInstallManager - Full Agent Registration Info Resolver using system property [appdynamics.agent.applicationName] for application name [Server App]<br />[INFO]: AgentInstallManager - Full Agent Registration Info Resolver using system property [appdynamics.agent.tierName] for tier name [Server Tier]<br />[INFO]: AgentInstallManager - Full Agent Registration Info Resolver using system property [appdynamics.agent.nodeName] for node name [Server Node]<br />[INFO]: AgentInstallManager - Full Agent Registration Info Resolver using application name [Server App]<br />[INFO]: AgentInstallManager - Full Agent Registration Info Resolver using tier name [Server Tier]<br />[INFO]: AgentInstallManager - Full Agent Registration Info Resolver using node name [Server Node]<br />[INFO]: AgentInstallManager - Full Agent Registration Info Resolver finished running<br />[INFO]: AgentInstallManager - Agent runtime directory set to [/app/oracle/admin/appdynamics/AppServerAgent]<br />[INFO]: AgentInstallManager - Agent node directory set to [Server Node]<br />[INFO]: JavAgent - Agent Directory [/app/oracle/admin/appdynamics/AppServerAgent]<br />Agent Logging Directory [/app/oracle/admin/appdynamics/AppServerAgent/logs/Server Node]<br />Running obfuscated agent<br />Registered app server agent with Node ID[1] Component ID[1] Application ID [1]<br />Started AppDynamics Java Agent Successfully.<br /><br />Any idea why I am not seeing all the components?]]></description>
   </item>
   <item>
      <title>Call Graph does not appear</title>
      <link>http://liteforums.appdynamics.com/discussion/274/call-graph-does-not-appear</link>
      <pubDate>Mon, 06 Feb 2012 18:14:24 +0000</pubDate>
      <dc:creator>neeraj_tomer</dc:creator>
      <guid isPermaLink="false">274@/discussions</guid>
      <description><![CDATA[Hi,<br /><br />I am evaluating the AppDynamics lite for our applications, i installed it on apache-tomcat-6.0.32. In viewer everything seems to be working fine except the call graph, it only present POJO as<br /><br />Name: org.apache.cxf.transport.servlet.AbstractHTTPServlet:service<br />Type: POJO<br />Class: org.apache.cxf.transport.servlet.AbstractHTTPServlet<br />Method: service<br />Line Number: Unknown<br /><br />My servlet is the entry point and it is displaying in the overview tab(Business transaction). After clicking on that, i started the diagnostic session and set the threshold for transactions up to minimum level. After dong load test on the Servlet, nothing is displayed in the call graph tab except the one which i pasted above. I have select the servlet/spring/ejb/jms etc amd those are enabled<br /><br />Apart from the call rest is working fine. Seems that i am missing something. Any help is very much appreciative.]]></description>
   </item>
   <item>
      <title>Not logging all requests</title>
      <link>http://liteforums.appdynamics.com/discussion/278/not-logging-all-requests</link>
      <pubDate>Wed, 15 Feb 2012 19:00:41 +0000</pubDate>
      <dc:creator>rrajeevan</dc:creator>
      <guid isPermaLink="false">278@/discussions</guid>
      <description><![CDATA[Hi, <br />I have successfully installed App Dynamics to one of our App Servers. However, while monitoring the requests, i observed that it does not log all the requests. Is there a way/configuration to enforce monitoring for specific requests? I tried "Transaction Detection" under  configuration for the viewer. Still doesn't help.<br /><br />Any help is appreciated!<br /><br />Thanks]]></description>
   </item>
   <item>
      <title>Nothing shows up in Application Flow Map and Business Transactions</title>
      <link>http://liteforums.appdynamics.com/discussion/277/nothing-shows-up-in-application-flow-map-and-business-transactions</link>
      <pubDate>Tue, 14 Feb 2012 21:58:53 +0000</pubDate>
      <dc:creator>Jason</dc:creator>
      <guid isPermaLink="false">277@/discussions</guid>
      <description><![CDATA[I am using AppDynamicsLite viewer on my custom Java Server.  I use mysql-connector-java for db queries and org.apache.commons.pool and org.apache.commons.dbcp for db connection pool.  I have got the CPU usage upto 80%-90% but I still do not see anything in the viewer.<br /><br />I have followed the standard video tutorial for configuring the viewer and agent (the viewer runs on default port).  However, the only thing i see on the viewer is "Standalone JVM".  Is there something else I need to configure before I see data in the viewer?]]></description>
   </item>
   <item>
      <title>cannot login into viewer</title>
      <link>http://liteforums.appdynamics.com/discussion/144/cannot-login-into-viewer</link>
      <pubDate>Mon, 08 Nov 2010 07:23:40 +0000</pubDate>
      <dc:creator>martinko</dc:creator>
      <guid isPermaLink="false">144@/discussions</guid>
      <description><![CDATA[Using Flash 10.1.53, Firefox 3.6.12, java 1.6.0.18, Win XP or RHEL 5<br /><br />Starting the viewer with default settings, integrating agent into jboss 5.1, I can see in the log or console there were conencted and the agent is sending data. <br />that's ok, but I cannot log in into viewer. <br />After connecting to server:8990 I'm getting the login request,  but after entering the admin/admin, the browser ist just reading and transfering the data.. <br />I tried it also with Explorer, also from another computer with anoter firefox...<br />There is some problem, but I somehow cannot get the reason..<br />pls help with some advice...]]></description>
   </item>
   <item>
      <title>AppDynamics and Hadoop cluster</title>
      <link>http://liteforums.appdynamics.com/discussion/276/appdynamics-and-hadoop-cluster</link>
      <pubDate>Sat, 11 Feb 2012 19:58:53 +0000</pubDate>
      <dc:creator>JoshR</dc:creator>
      <guid isPermaLink="false">276@/discussions</guid>
      <description><![CDATA[Hi,<br />I am new to AppDynamics and am wondering if there is info on using for  APM in a Hadoop cluster. I came across info<br />about Cassandra:<br /><a href="http://www.appdynamics.com/blog/2011/06/01/appdynamics-monitoring-cassandra/#more-825" target="_blank" rel="nofollow">http://www.appdynamics.com/blog/2011/06/01/appdynamics-monitoring-cassandra/#more-825</a><br /><br />However, I am keen on understanding how the different components in a multi-node Hadoop cluster can be monitored. Are there any limitations in the current release etc.<br /><br />Any response is greatly appreciated.<br /><br />Thanks,<br />Josh]]></description>
   </item>
   <item>
      <title>ClassNotFoundException(s) after Server Agent installation in JBoss AS7</title>
      <link>http://liteforums.appdynamics.com/discussion/262/classnotfoundexceptions-after-server-agent-installation-in-jboss-as7</link>
      <pubDate>Mon, 09 Jan 2012 13:16:56 +0000</pubDate>
      <dc:creator>tomtberg</dc:creator>
      <guid isPermaLink="false">262@/discussions</guid>
      <description><![CDATA[I tried to install the server agent in JBoss AS7 following the instructions on  <a href="http://litedocs.appdynamics.com/display/ADLite/JBoss" target="_blank" rel="nofollow">http://litedocs.appdynamics.com/display/ADLite/JBoss</a> .<br /><br />The changes lead to ClassNotFoundExceptions during the serverstart/deployment as shown below. I assume the default installation process is not compatible with the new AS7 classloading. See <a href="https://docs.jboss.org/author/display/AS71/Class+Loading+in+AS7" target="_blank" rel="nofollow">https://docs.jboss.org/author/display/AS71/Class+Loading+in+AS7</a> for details. <br /><br />Any help on how to setup the agent with AS7 would be appreciated.<br /><br />Regards <br />Tom<br /><br />13:44:13,470 ERROR [org.jboss.msc.service.fail] (MSC service thread 1-4) MSC00001: Failed to start service jboss.persistenceunit."web-online.war#web-pu": org.jboss.msc.service.StartException in service jboss.persistenceunit."web-online.war#web-pu": Failed to start service<br />	at org.jboss.msc.service.ServiceControllerImpl$StartTask.run(ServiceControllerImpl.java:1780) [jboss-msc-1.0.1.GA.jar:1.0.1.GA]<br />	at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886) [:1.6.0_29]<br />	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908) [:1.6.0_29]<br />	at java.lang.Thread.run(Thread.java:680) [:1.6.0_29]<br />Caused by: java.lang.NoClassDefFoundError: com/singularity/ee/agent/appagent/entrypoint/bciengine/FastMethodInterceptorDelegator<br />	at org.jboss.jca.adapters.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java)<br />	at org.hibernate.ejb.connection.InjectedDataSourceConnectionProvider.getConnection(InjectedDataSourceConnectionProvider.java:67)<br />	at org.hibernate.engine.jdbc.internal.JdbcServicesImpl$ConnectionProviderJdbcConnectionAccess.obtainConnection(JdbcServicesImpl.java:227)<br />	at org.hibernate.engine.jdbc.internal.JdbcServicesImpl.configure(JdbcServicesImpl.java:113)<br />	at org.hibernate.service.internal.StandardServiceRegistryImpl.configureService(StandardServiceRegistryImpl.java:75)<br />	at org.hibernate.service.internal.AbstractServiceRegistryImpl.initializeService(AbstractServiceRegistryImpl.java:159)<br />	at org.hibernate.service.internal.AbstractServiceRegistryImpl.getService(AbstractServiceRegistryImpl.java:131)<br />	at org.hibernate.cfg.SettingsFactory.buildSettings(SettingsFactory.java:71)<br />	at org.hibernate.cfg.Configuration.buildSettingsInternal(Configuration.java:2270)<br />	at org.hibernate.cfg.Configuration.buildSettings(Configuration.java:2266)<br />	at org.hibernate.cfg.Configuration.buildSessionFactory(Configuration.java:1735)<br />	at org.hibernate.ejb.EntityManagerFactoryImpl.(EntityManagerFactoryImpl.java:76)<br />	at org.hibernate.ejb.Ejb3Configuration.buildEntityManagerFactory(Ejb3Configuration.java:905)<br />	at org.hibernate.ejb.Ejb3Configuration.buildEntityManagerFactory(Ejb3Configuration.java:890)<br />	at org.hibernate.ejb.HibernatePersistence.createContainerEntityManagerFactory(HibernatePersistence.java:73)<br />	at org.jboss.as.jpa.service.PersistenceUnitServiceImpl.createContainerEntityManagerFactory(PersistenceUnitServiceImpl.java:149)<br />	at org.jboss.as.jpa.service.PersistenceUnitServiceImpl.start(PersistenceUnitServiceImpl.java:79)<br />	at org.jboss.msc.service.ServiceControllerImpl$StartTask.startService(ServiceControllerImpl.java:1824) [jboss-msc-1.0.1.GA.jar:1.0.1.GA]<br />	at org.jboss.msc.service.ServiceControllerImpl$StartTask.run(ServiceControllerImpl.java:1759) [jboss-msc-1.0.1.GA.jar:1.0.1.GA]<br />	... 3 more<br />Caused by: java.lang.ClassNotFoundException: com.singularity.ee.agent.appagent.entrypoint.bciengine.FastMethodInterceptorDelegator from [Module "org.jboss.ironjacamar.jdbcadapters:main" from local module loader <a rel="nofollow" href="/profile/191e0eb">@191e0eb</a> (roots: /Users/rr/develop/jboss71CR1b/modules)]<br />	at org.jboss.modules.ModuleClassLoader.findClass(ModuleClassLoader.java:190) [jboss-modules.jar:1.1.0.CR6]<br />	at org.jboss.modules.ConcurrentClassLoader.performLoadClassUnchecked(ConcurrentClassLoader.java:468) [jboss-modules.jar:1.1.0.CR6]<br />	at org.jboss.modules.ConcurrentClassLoader.performLoadClassChecked(ConcurrentClassLoader.java:456) [jboss-modules.jar:1.1.0.CR6]<br />	at org.jboss.modules.ConcurrentClassLoader.performLoadClassChecked(ConcurrentClassLoader.java:423) [jboss-modules.jar:1.1.0.CR6]<br />	at org.jboss.modules.ConcurrentClassLoader.performLoadClass(ConcurrentClassLoader.java:398) [jboss-modules.jar:1.1.0.CR6]<br />	at org.jboss.modules.ConcurrentClassLoader.loadClass(ConcurrentClassLoader.java:120) [jboss-modules.jar:1.1.0.CR6]<br />	... 22 more<br />]]></description>
   </item>
   <item>
      <title>Cannot connect to viewer</title>
      <link>http://liteforums.appdynamics.com/discussion/270/cannot-connect-to-viewer</link>
      <pubDate>Thu, 02 Feb 2012 12:31:10 +0000</pubDate>
      <dc:creator>iprhba0</dc:creator>
      <guid isPermaLink="false">270@/discussions</guid>
      <description><![CDATA[Hi,<br />I installed AppDynamicsLite and the LiteViewer software on our Application server, added the line:<br />-javaagent:/software/Appdynamics/AppDynamicsLite/javaagent.jar  to the startscript of our application server.<br />I installed the viewer on the same server, and started the process with  java -jar adlite-viewer.jar, and after that I restarted the application server.<br />I use all defaults (port 8990 etc).<br />Java version is 1.5. <br />However, I cannot connect to the viewer from my desktop.<br />Using different browsers, typing: hostname:8990 results in waiting for the webpage and finally getting an unavailable message in my browser.<br />Further info:<br /><br />netstat --listen  <br /><br />tcp        0      0 *:8990                      *:*                         LISTEN<br /><br />netstat -vatn | grep ip-address of my desktop<br /><br />tcp        1      0 10.60.20.29:8990            10.60.24.70:2140            CLOSE_WAIT<br />tcp      411      0 10.60.20.29:8990            10.60.24.70:2124            CLOSE_WAIT<br /><br />The liteviewer.log file doesn.t give me any clues, no errormessages at all:<br /><br />[btpool0-1] 02 Feb 2012 11:27:32,413  INFO [btpool0-1] ConfigurationHandler - Agent Registration for Install Dir[/software/Appdynamics/AppDynamicsLite]<br />[btpool0-1] 02 Feb 2012 11:27:32,413  INFO [btpool0-1] ConfigurationHandler - Agent Registration for Host Name [cjiblx3095.ont.cjib.minjus.nl]<br />[main] 02 Feb 2012 11:28:03,157  INFO [main] AgentHandlerServlet - *****************************************************************<br />[main] 02 Feb 2012 11:28:03,157  INFO [main] AgentHandlerServlet - Starting  ....AppDynamics Lite Viewer 2.1 GA Build Date 2011-11-30 21:24:28<br />[main] 02 Feb 2012 11:28:03,626  INFO [main] o - Read user registration. Registration complete: [true]<br />[main] 02 Feb 2012 11:28:03,664  INFO [main] LiteAlertManager - Initialized Data Directory [/software/Appdynamics/AppDynamicsLite]<br />[main] 02 Feb 2012 11:28:03,672  INFO [main] LiteAlertManager - Creating alert: Default ART Alert<br />[main] 02 Feb 2012 11:28:03,672  INFO [main] LiteAlertManager - Creating alert: Default Errors/min. Alert<br />[main] 02 Feb 2012 11:28:03,672  INFO [main] LiteAlertManager - Alerts already exist or were created in the past; defaults will not be created.<br />[main] 02 Feb 2012 11:28:03,672  INFO [main] DirectoryResolver - Deleting directory [/software/Appdynamics/AppDynamicsLite/data]<br /><br />Can you give me a hint how to get a proper connection to my viewer?<br />Thanks in advance,<br />Henk Balt]]></description>
   </item>
   <item>
      <title>Reset Viewer Data</title>
      <link>http://liteforums.appdynamics.com/discussion/272/reset-viewer-data</link>
      <pubDate>Sun, 05 Feb 2012 06:06:59 +0000</pubDate>
      <dc:creator>ritwikm</dc:creator>
      <guid isPermaLink="false">272@/discussions</guid>
      <description><![CDATA[Hello,<br /><br />Is there a way to reset the viewer so that all collected stats are reset? This would certainly help when benchmarking/isolating different transactions without restarting the viewer. <br /><br />Thanks,<br />Ritwik]]></description>
   </item>
   <item>
      <title>Is it possible to access AppDynamics in a programmatic way?</title>
      <link>http://liteforums.appdynamics.com/discussion/273/is-it-possible-to-access-appdynamics-in-a-programmatic-way</link>
      <pubDate>Sun, 05 Feb 2012 20:10:38 +0000</pubDate>
      <dc:creator>migi</dc:creator>
      <guid isPermaLink="false">273@/discussions</guid>
      <description><![CDATA[We are trying to integrate some performance metrics in our test suites and I wonder whether AppDynamics could be used for this purpose. Is there any form of API that an external program, for instance test suite, could use to access data gathered by the agent? Or maybe it can be extracted somehow from the viewer?]]></description>
   </item>
   <item>
      <title>Viewer not starting</title>
      <link>http://liteforums.appdynamics.com/discussion/271/viewer-not-starting</link>
      <pubDate>Sun, 05 Feb 2012 04:43:02 +0000</pubDate>
      <dc:creator>ritwikm</dc:creator>
      <guid isPermaLink="false">271@/discussions</guid>
      <description><![CDATA[Hello,<br /><br />I have installed the appDynamics Lite application on our WebLogic server. Both the agent and viewer are installed on this machine. It is an IBM HS22 server running RHEL 5.4. However when I try to start the viewer, I get the following error:<br /><br /><br />[apiuser@k7870-27 Viewer]$ java -jar adlite-viewer.jar<br />Starting ... AppDynamics Lite Viewer 2.1 GA Build Date 2011-11-30 21:24:28<br />Lite Viewer Home Directory[/data/AppDynamics/Viewer]<br />Using Java Version [1.6] for Lite Viewer<br />Starting adlite-viewer on port 8990.<br />2012-02-04 23:38:06.938::INFO:  Logging to STDERR via org.mortbay.log.StdErrLog<br />2012-02-04 23:38:06.960::INFO:  jetty-<br />2012-02-04 23:38:07.054::WARN:  Can't reuse /tmp/Jetty_0_0_0_0_8990_adlite-viewer.jar____-x5l502, using /tmp/Jetty_0_0_0_0_8990_adlite-viewer.jar____-x5l502_8468207453961330578<br />2012-02-04 23:38:07.054::INFO:  Extract jar:file:/data/AppDynamics/Viewer/adlite-viewer.jar!/ to /tmp/Jetty_0_0_0_0_8990_adlite-viewer.jar____-x5l502_8468207453961330578/webapp<br />2012-02-04 23:38:07.749::INFO:  NO JSP Support for /, did not find org.apache.jasper.servlet.JspServlet<br />Logging Configuration File[/data/AppDynamics/Viewer/log4j.xml]<br />2012-02-04 23:38:08.251::WARN:  failed AgentHandlerServlet<br />javax.servlet.ServletException: java.lang.NullPointerException<br />        at org.mortbay.jetty.servlet.ServletHolder.initServlet(ServletHolder.java:437)<br />        at org.mortbay.jetty.servlet.ServletHolder.doStart(ServletHolder.java:256)<br />        at org.mortbay.component.AbstractLifeCycle.start(AbstractLifeCycle.java:40)<br />        at org.mortbay.jetty.servlet.ServletHandler.initialize(ServletHandler.java:617)<br />        at org.mortbay.jetty.servlet.Context.startContext(Context.java:139)<br />        at org.mortbay.jetty.webapp.WebAppContext.startContext(WebAppContext.java:1218)<br />        at org.mortbay.jetty.handler.ContextHandler.doStart(ContextHandler.java:500)<br />        at org.mortbay.jetty.webapp.WebAppContext.doStart(WebAppContext.java:448)<br />        at org.mortbay.component.AbstractLifeCycle.start(AbstractLifeCycle.java:40)<br />        at org.mortbay.jetty.handler.HandlerWrapper.doStart(HandlerWrapper.java:117)<br />        at org.mortbay.jetty.Server.doStart(Server.java:210)<br />        at org.mortbay.component.AbstractLifeCycle.start(AbstractLifeCycle.java:40)<br />        at com.appdynamics.lite.viewer.main.Main.main(Main.java:119)<br />        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)<br />        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)<br />        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)<br />        at java.lang.reflect.Method.invoke(Method.java:597)<br />        at com.simontuffs.onejar.Boot.run(Boot.java:306)<br />        at com.simontuffs.onejar.Boot.main(Boot.java:159)<br />Caused by: java.lang.NullPointerException<br />        at com.appdynamics.lite.viewer.ab.a(ab.java:214)<br />        at com.appdynamics.lite.viewer.ab.b(ab.java:61)<br />        at com.appdynamics.lite.viewer.ab.(ab.java:50)<br />        at com.appdynamics.lite.viewer.agent.AgentHandlerServlet.a(AgentHandlerServlet.java:117)<br />        at com.appdynamics.lite.viewer.agent.AgentHandlerServlet.init(AgentHandlerServlet.java:90)<br />        at javax.servlet.GenericServlet.init(GenericServlet.java:241)<br />        at org.mortbay.jetty.servlet.ServletHolder.initServlet(ServletHolder.java:433)<br />        ... 18 more<br />2012-02-04 23:38:08.252::WARN:  Nested in javax.servlet.ServletException: java.lang.NullPointerException:<br />java.lang.NullPointerException<br />..<br />...<br />...<br /><br />2012-02-04 23:38:08.535::WARN:  Failed startup of context org.mortbay.jetty.webapp.WebAppContext@2db6235b{/,jar:file:/data/AppDynamics/Viewer/adlite-viewer.jar!/}<br />javax.servlet.ServletException: java.lang.NullPointerException<br />        at org.mortbay.jetty.servlet.ServletHolder.initServlet(ServletHolder.java:437)<br />        at org.mortbay.jetty.servlet.ServletHolder.doStart(ServletHolder.java:256)<br />        at org.mortbay.component.AbstractLifeCycle.start(AbstractLifeCycle.java:40)<br />        at org.mortbay.jetty.servlet.ServletHandler.initialize(ServletHandler.java:617)<br />...<br />...<br />...<br />        at com.simontuffs.onejar.Boot.run(Boot.java:306)<br />        at com.simontuffs.onejar.Boot.main(Boot.java:159)<br />Caused by: java.lang.NullPointerException<br />        at com.appdynamics.lite.viewer.ab.a(ab.java:214)<br />        at com.appdynamics.lite.viewer.ab.b(ab.java:61)<br />        at com.appdynamics.lite.viewer.ab.(ab.java:50)<br />        at com.appdynamics.lite.viewer.agent.AgentHandlerServlet.a(AgentHandlerServlet.java:117)<br />        at com.appdynamics.lite.viewer.agent.AgentHandlerServlet.init(AgentHandlerServlet.java:90)<br />        at javax.servlet.GenericServlet.init(GenericServlet.java:241)<br />        at org.mortbay.jetty.servlet.ServletHolder.initServlet(ServletHolder.java:433)<br />        ... 18 more<br />2012-02-04 23:38:08.535::WARN:  Nested in javax.servlet.ServletException: java.lang.NullPointerException:<br />java.lang.NullPointerException<br />        at com.appdynamics.lite.viewer.ab.a(ab.java:214)<br />        at com.appdynamics.lite.viewer.ab.b(ab.java:61)<br />        at com.appdynamics.lite.viewer.ab.(ab.java:50)<br />        at com.appdynamics.lite.viewer.agent.AgentHandlerServlet.a(AgentHandlerServlet.java:117)<br />        at com.appdynamics.lite.viewer.agent.AgentHandlerServlet.init(AgentHandlerServlet.java:90)<br />        at javax.servlet.GenericServlet.init(GenericServlet.java:241)<br />        at org.mortbay.jetty.servlet.ServletHolder.initServlet(ServletHolder.java:433)<br />        at org.mortbay.jetty.servlet.ServletHolder.doStart(ServletHolder.java:256)<br />...<br />...<br />...<br />2012-02-04 23:38:08.538::INFO:  Started SocketConnector @ 0.0.0.0:8990<br /><br />Any ideas as why this might be happening?<br /><br />Thanks,<br />Ritwik]]></description>
   </item>
   <item>
      <title>AppLite:  Login Never Returns</title>
      <link>http://liteforums.appdynamics.com/discussion/236/applite-login-never-returns</link>
      <pubDate>Tue, 08 Nov 2011 20:31:54 +0000</pubDate>
      <dc:creator>armin</dc:creator>
      <guid isPermaLink="false">236@/discussions</guid>
      <description><![CDATA[I've installed AppLite and am able to bring up the login screen on my browser.  I'll intentionally enter an incorrect login/password and the console displays the message "Incorrect login credentials provided."  Once I enter the correct credentials, the application goes off the deep end and never comes back.  The spinner keeps spinning and the logs nor the console show any exceptions.  Both the viewer and the application are being run as root.  The output on the console is as follows:<br /><br />Starting ... AppDynamics Lite Viewer 2.0 GA Build Date 2011-10-11 20:40:31<br />Lite Viewer Home Directory[/opt/LiteViewer]<br />Using Java Version [1.6] for Lite Viewer<br />Starting adlite-viewer on port 10006.<br />2011-11-08 16:46:23.734::INFO:  Logging to STDERR via org.mortbay.log.StdErrLog<br />2011-11-08 16:46:23.772::INFO:  jetty-<br />2011-11-08 16:46:23.995::INFO:  Extract jar:file:/opt/LiteViewer/adlite-viewer.jar!/ to /tmp/Jetty_0_0_0_0_10006_adlite-<br />viewer.jar____avucll/webapp<br />2011-11-08 16:46:25.236::INFO:  NO JSP Support for /, did not find org.apache.jasper.servlet.JspServlet<br />Logging Configuration File[/opt/LiteViewer/log4j.xml]<br />Nov 8, 2011 4:46:26 PM com.appdynamics.lite.viewer.core.l e<br />INFO: initializing rules ............<br />Nov 8, 2011 4:46:26 PM com.appdynamics.lite.viewer.core.l e<br />INFO: initializing rules ............2<br />2011-11-08 16:46:26.729::INFO:  Started SocketConnector @ 0.0.0.0:10006<br />Type 'shutdown' to shutdown the viewer process<br /> Viewer Lite Shell:&gt;<br /><br />Any ideas why I can't get past the login screen?<br /><br />    -Armin]]></description>
   </item>
   <item>
      <title>How to configure a jar file to be monirored by App Dynamics??</title>
      <link>http://liteforums.appdynamics.com/discussion/189/how-to-configure-a-jar-file-to-be-monirored-by-app-dynamics</link>
      <pubDate>Thu, 28 Apr 2011 07:48:44 +0000</pubDate>
      <dc:creator>mkashif</dc:creator>
      <guid isPermaLink="false">189@/discussions</guid>
      <description><![CDATA[I have to monitor my application using App Dynamics Lite. My application is in the form of a JAR file. <br />How can i configure it to be monitored ?]]></description>
   </item>
   <item>
      <title>Two JDBCs(at the Application Flow Map)</title>
      <link>http://liteforums.appdynamics.com/discussion/267/two-jdbcsat-the-application-flow-map</link>
      <pubDate>Sun, 15 Jan 2012 13:07:57 +0000</pubDate>
      <dc:creator>lian</dc:creator>
      <guid isPermaLink="false">267@/discussions</guid>
      <description><![CDATA[I'm running the appdynamics at weblogic10.01 and oracle10g.<br />There is no problem to monitor some transaction, <br />but I don't know why there are two jdbc from one standalon JVM.<br />(at Application Flow Map)<br />In weblogic10.01 console, there is one datasource of cource.<br /><br />                       /-------------------------SDSRTE-Oracle<br />Standalone JVM<br />                       \-------------------------SDSRTE-Oracle DB<br /><br />Anyone know the reason?]]></description>
   </item>
   <item>
      <title>Can I use AppDynamics to collect operating system statistics?</title>
      <link>http://liteforums.appdynamics.com/discussion/264/can-i-use-appdynamics-to-collect-operating-system-statistics</link>
      <pubDate>Mon, 09 Jan 2012 20:11:37 +0000</pubDate>
      <dc:creator>timjstewart</dc:creator>
      <guid isPermaLink="false">264@/discussions</guid>
      <description><![CDATA[We're considering the use of AppDynamics to gather metrics from a farm of GNU/Linux servers running Java processes.  In addition to the JMX metrics AppDynamics can collect, we'd like to collect the following sort of metrics:<br /><br />* CPU Utilization<br />* UDP Packet Errors<br />* Sockets in CLOSE_WAIT state<br />* Etc.<br /><br />We can access these metrics easily using Linux commands but we'd like the metrics to be made accessible to AppDynamics so that we can correlate data points from JMX to operating system level metrics to get a good overall picture of the state of our system.  In other words, we're fine writing the metrics collection scripts as long as AppDynamics can call them and incorporate the results into AppDynamics for further analysis.<br /><br />Is this capability supported currently by AppDynamics?<br /><br />Thanks!<br /><br />Tim]]></description>
   </item>
   <item>
      <title>Error in Agent Logs</title>
      <link>http://liteforums.appdynamics.com/discussion/268/error-in-agent-logs</link>
      <pubDate>Tue, 17 Jan 2012 05:55:39 +0000</pubDate>
      <dc:creator>rdm</dc:creator>
      <guid isPermaLink="false">268@/discussions</guid>
      <description><![CDATA[Hi, Currently I can see my WebSphere App Server (Standalone JVM) in the Viewer, but when using the application running on this server, nothing is picked up. Is this related to the error I am seeing in the Agent Logs, which occurs after starting my WAS??<br /><br />If so, how can I fix this error?<br /><br />[WT=0] 17 Jan 2012 15:27:20,897  WARN WASIIOPServerCorrelationInterceptor - Error in reading header for WAS RMI request MethodExecutionEnvironment{ invokedObject='com.ibm.ws.orb.WSServerDelegate' className='com.ibm.CORBA.iiop.ServerDelegate', methodName='dispatch', invokedObject hashcode='742665284', paramValues =[class com.ibm.rmi.iiop.ServerRequestImpl], thrownException=null, returnValue class =null}<br />java.lang.NullPointerException<br /> at com.singularity.ee.agent.lc.a(Unknown Source)<br /> at com.singularity.ee.agent.appagent.services.transactionmonitor.rmi.q.a(Unknown Source)<br /> at com.singularity.ee.agent.appagent.services.c.onMethodBegin(Unknown Source)<br /> at com.singularity.ee.agent.appagent.entrypoint.bciengine.MethodInterceptorDelegator.invokeOnBegin(Unknown Source)<br /> at com.singularity.ee.agent.appagent.entrypoint.bciengine.MethodInterceptorDelegator.safeOnMethodBegin(Unknown Source)<br /> at com.ibm.CORBA.iiop.ServerDelegate.dispatch(Unknown Source)<br /> at com.ibm.rmi.iiop.ORB.process(Unknown Source)<br /> at com.ibm.CORBA.iiop.ORB.process(Unknown Source)<br /> at com.ibm.rmi.iiop.Connection.respondTo(Unknown Source)<br /> at com.ibm.rmi.iiop.Connection.doWork(Unknown Source)<br /> at com.ibm.rmi.iiop.WorkUnitImpl.doWork(Unknown Source)<br /> at com.ibm.rmi.iiop.WorkerThread.run(Unknown Source)<br /> at java.lang.Thread.run(Unknown Source)]]></description>
   </item>
   <item>
      <title>Blank Screen when going back to Overview</title>
      <link>http://liteforums.appdynamics.com/discussion/249/blank-screen-when-going-back-to-overview</link>
      <pubDate>Mon, 12 Dec 2011 14:33:48 +0000</pubDate>
      <dc:creator>jholden699</dc:creator>
      <guid isPermaLink="false">249@/discussions</guid>
      <description><![CDATA[Installed the latest AppDynamics Lite onto our production server, in an application having performance issues.  Works fine for a few minutes, but once I drill into something, the overview becomes useless until I restart the Viewer application.  I see no errors in the Viewer console or any log files.  It doesn't help if I clear cache or try another browser.  If I go back and log in again the screen just comes up black.  I have tried setting -Xmx to 1024m but that doesn't seem to have made a difference.<br /><br />Restarting the viewer console seems to work for a while again.]]></description>
   </item>
   <item>
      <title>NoClassDefFoundError: FastMethodInterceptorDelegator</title>
      <link>http://liteforums.appdynamics.com/discussion/263/noclassdeffounderror-fastmethodinterceptordelegator</link>
      <pubDate>Mon, 09 Jan 2012 15:06:24 +0000</pubDate>
      <dc:creator>sahlix</dc:creator>
      <guid isPermaLink="false">263@/discussions</guid>
      <description><![CDATA[I'm running glassfish 3.1.1 with appdynamics server agent v3.3.2.1 GA.<br /><br />When accessing the server via servlet i get the exception:<br /><br />PWC3989: An exception or error occurred in the container during the request processing<br />java.lang.NoClassDefFoundError: com/singularity/ee/agent/appagent/entrypoint/bciengine/FastMethodInterceptorDelegator<br />        at javax.faces.webapp.FacesServlet.service(FacesServlet.java)<br />        at org.apache.catalina.core.StandardWrapper.service(StandardWrapper.java:1539)<br />        at org.apache.catalina.core.ApplicationDispatcher.doInvoke(ApplicationDispatcher.java:787)<br />        at org.apache.catalina.core.ApplicationDispatcher.invoke(ApplicationDispatcher.java:649)<br />        at org.apache.catalina.core.ApplicationDispatcher.processRequest(ApplicationDispatcher.java:483)<br />        at org.apache.catalina.core.ApplicationDispatcher.doDispatch(ApplicationDispatcher.java:454)<br />        at org.apache.catalina.core.ApplicationDispatcher.dispatch(ApplicationDispatcher.java:350)<br />        at org.apache.catalina.core.ApplicationDispatcher.forward(ApplicationDispatcher.java:300)<br />        at org.glassfish.admingui.common.security.AdminConsoleAuthModule.validateRequest(AdminConsoleAuthModule.java:231)<br />        at com.sun.enterprise.security.jmac.config.GFServerConfigProvider$GFServerAuthContext.validateRequest(GFServerConfigProvider.java:1171)<br />        at com.sun.web.security.RealmAdapter.validate(RealmAdapter.java:1445)<br />        at com.sun.web.security.RealmAdapter.invokeAuthenticateDelegate(RealmAdapter.java:1323)<br />        at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:551)<br />        at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:623)<br />        at org.apache.catalina.core.StandardPipeline.doChainInvoke(StandardPipeline.java:600)<br />        at com.sun.enterprise.web.WebPipeline.invoke(WebPipeline.java:96)<br />        at com.sun.enterprise.web.PESessionLockingStandardPipeline.invoke(PESessionLockingStandardPipeline.java:91)<br />        at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:162)<br />        at org.apache.catalina.connector.CoyoteAdapter.doService(CoyoteAdapter.java:330)<br />        at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:231)<br />        at com.sun.enterprise.v3.services.impl.ContainerMapper.service(ContainerMapper.java:232)<br />        at com.sun.grizzly.http.ProcessorTask.invokeAdapter(ProcessorTask.java:828)<br />        at com.sun.grizzly.http.ProcessorTask.doProcess(ProcessorTask.java:725)<br />        at com.sun.grizzly.http.ProcessorTask.process(ProcessorTask.java:1019)<br />        at com.sun.grizzly.http.DefaultProtocolFilter.execute(DefaultProtocolFilter.java:225)<br />        at com.sun.grizzly.DefaultProtocolChain.executeProtocolFilter(DefaultProtocolChain.java:137)<br />        at com.sun.grizzly.DefaultProtocolChain.execute(DefaultProtocolChain.java:104)<br />        at com.sun.grizzly.DefaultProtocolChain.execute(DefaultProtocolChain.java:90)<br />        at com.sun.grizzly.http.HttpProtocolChain.execute(HttpProtocolChain.java:79)<br />        at com.sun.grizzly.ProtocolChainContextTask.doCall(ProtocolChainContextTask.java:54)<br />        at com.sun.grizzly.SelectionKeyContextTask.call(SelectionKeyContextTask.java:59)<br />        at com.sun.grizzly.ContextTask.run(ContextTask.java:71)<br />        at com.sun.grizzly.util.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:532)<br />        at com.sun.grizzly.util.AbstractThreadPool$Worker.run(AbstractThreadPool.java:513)<br />        at java.lang.Thread.run(Thread.java:662)<br />Caused by: java.lang.ClassNotFoundException: com.singularity.ee.agent.appagent.entrypoint.bciengine.FastMethodInterceptorDelegator not found by org.glassfish.javax.faces [131]<br />        at org.apache.felix.framework.ModuleImpl.findClassOrResourceByDelegation(ModuleImpl.java:787)<br />        at org.apache.felix.framework.ModuleImpl.access$400(ModuleImpl.java:71)<br />        at org.apache.felix.framework.ModuleImpl$ModuleClassLoader.loadClass(ModuleImpl.java:1768)<br />        at java.lang.ClassLoader.loadClass(ClassLoader.java:248)<br />        ... 35 more<br /><br />Best regards,<br /><br />Alexander.]]></description>
   </item>
   </channel>
</rss>
