Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>I am assuming you are mostly interested in errors related to the App Server and not the application.</p> <p>The errors related to AppServer can fall under the following cat</p> <ol> <li>Memory - These errors, as you pointed out are OutOFMemory, PermGen and so on. You can easily monitor these using JMX console or use JMX API's.</li> <li>Network - These errors occur because of firewalls or unreliable network or network congestion. Depending on what you may need different set of tools to diagnose the issues. The outcome of network issues typically results in service unavailability, performance issues, HA failure, Cluster disintegration etc...</li> <li>Security - These are not necessarily errors but something you need to monitor to make sure there is no breach.</li> <li>Performance - Performance is a huge topic but in general you need to monitor resources that are critical for performance whether they are connection pools or thread pools or memory pools as these will determine how your application will perform.</li> <li>Resource Constraints - This is where you need to understand your application better to configure enough resources to process the request. Otherwise you'll see erros. For ex: If you are expecting 100 concurrent users you need to have at least 100 threads to handle all those requests otherwise you'll start to drop the requests.</li> </ol> <p>I was being very generic in identifying the potential errors in your application server. There could be more depending on your application server of choice. Also depending on your choice your monitoring tools may vary.</p> <p>Hope this help.</p> <p>Good luck!</p>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
    2. VO
      singulars
      1. This table or related slice is empty.
    3. VO
      singulars
      1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload