This article will contain check-list if nothing appears in the console after the installation of JENNIFER .NET agent.
Helper Utility To check the Problem
Process Explorer: download it from this link: http:
//technet.microsoft.com/en-us/sysinternals/bb896653.
After sending a request, go to the task manager and see if the w3wp.exe process has been created.
In the case of ASP.NET website, when you check the memory in your task manager, you will see that at least 50MB of memory is occupied. If not, then the website is not likely to use .NET framework.
Using the latest version of Process Explorer you can launch the process's property windows and you will see that the ".NET Performance" tab appears in the menu as shown:
Or in your Process Explorer, you can select the process and press "Ctrl+D" key.
Then, as shown below, you will see a list of DLLs in the process.
The list must be a .NET process only if it has the "System.dll" file.
In IIS task manager, launch the property windows for the web application subject to monitoring and check the "Application Pool".
Run your process explorer and launch the property windows for the process. Check if the "APP_POOL_ID" value in the environment variable matches the "Application Pool" name of the web application
In the Process Explorer, select "Environment" tab and check the following environment variables:
Check if the following items are in "C:\Windows\assembly" folder
If .NET framework 4.0 is installed on the server, then you also need to check if the following items are installed in "C:\Windows\Microsoft.NET\assembly\GAC_MSIL" folder
Check the DLL path defined in InprocServer32 key in the lower area of the HKEY_CLASSES_ROOT\CLSID\{FF8C2B6C-DBB5-4AED-9876-2CED6FFAF4C9}. (Check if the file actually exists)
Check the DLL path defined in InprocServer32 key in the lower area of the HKEY_CLASSES_ROOT\CLSID\{FF8C2B6C-DBB5-4AED-9876-2CED6FFAF4C9}. (Check if the file actually exists)
In your Process Explorer, check the process.
If they exist, check if the following DLL's have been loaded
You need to run the [instalation folder\utility\IISConfigHelper.exe to see if the items such as "JenniferServer", "UDP Port", "Listen Port" and "LWST Port" are configured correctly.
In a previous article, JENNIFER Events and Alerts, we gave an introduction to JENNIFER EVENTS system. In this article, we will see how the EVENT system can be used in action. We will see how to analyz...
JENNIFER Events is a flexible notification system that allows the operation teams to receive notification about incidents that take place in a system. JENNIFER Event Rules allows you to configure Even...
Dynamic method profile is a powerful feature in JENNIFER that allows you to increase/decrease the profiling level of a transaction without restarting the application server. First of all, what is a...
What is Deployment Indicator When a new version of the code is deployed in production, JENNIFER can automatically detect this change and display the changed resource in the deployment. A vertical...
Mule is a lightweight Java-based enterprise service bus (ESB) and integration framework developed by MuleSoft. Mule ESB allows developers to connect applications together easily and quickly, enabling...