Profile « JBoss « Java Enterprise Q&A





1. JBoss Monitoring / Profiling    stackoverflow.com

I have a legacy JBoss 4.0.4/EJB 2.1/PostgreSQL system with zillions of "transaction scripted" procedures as server EJB methods, and many of them have very slow and clumsy execution times due to ...

2. jBoss Profile - how?    stackoverflow.com

I want to profile my jBoss Apps on a remote server. I've tried the Eclipse TPTP project but with an invoked agent my jBoss Portal doesn't start and it ends in ...

3. How to create own server profile in JBoss AS 5 and 6    stackoverflow.com

I am using JBoss AS 5 + 6 as an application server, however only as a simple EJB3/Web container with ear and war deployment but without special capabilities such as clustering, ...

4. Recommended profiling method for J2EE deployed in JBoss AS 5    stackoverflow.com

Greetings, I'm attempting to profile a J2EE project (EJBs, Servlet, JSP) which is deployed in JBoss Application Server 5. I would like to find the methods which use the most cpu and memory. What ...

5. Unable to profile JBoss 5 using jvisualvm    stackoverflow.com

I've been getting some java.lang.OutOfMemoryError: GC overhead limit exceeded errors while running my Java app overnight:

java.lang.OutOfMemoryError: Java heap space
Dumping heap to java_pid6376.hprof ...
Heap dump file created [512149941 bytes in 23.586 ...

6. user profile info    stackoverflow.com

I am trying to fetch user info in my portlet (JSR 286 portlet deployed in JBoss GateIn) like

     Map userInfo = (Map) request.getAttribute(PortletRequest.USER_INFO);
but I get nothing back. ...