aspose file tools
The moose likes Other Java Products and Servers and the fly likes Application on JRun Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Products » Other Java Products and Servers
Reply Bookmark "Application on JRun" Watch "Application on JRun" New topic
Author

Application on JRun

Seema Hemant
Greenhorn

Joined: Mar 07, 2010
Posts: 5
Hi. I posted this under "Other Java Products and Servers" however I did not get any replies. So, trying my luck here. Here goes the issue:-

We have a client application hosted on a JRun server (shared server for multiple applications). We could see java.lang.OutOfMemoryError in the default log which is causing the application outages. Could you please let me know how to get rid of this error?

Also, if someone could let me know if there are any tools readily available to read/understand the trhead dump taken from JRun server.
David Newton
Author
Rancher

Joined: Sep 29, 2008
Posts: 12617

How to get rid of the error? Either allocate more memory, or figure out why you're using too much.

Moving this post back to the other forum; JRun isn't open source (as far as I know).
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: Application on JRun
 
Similar Threads
JRun Server - OutOfMemoryError
How to set a Java Web Server for EJB?
Servlet that reload any class file in server
Secure Web/App Servers
JRun is crashing on every 2nd or 3rd hit