Results 1 to 10 of 26

Hybrid View

  1. #1
    Power Member
    Join Date
    Nov 2012
    Posts
    182
    Yes I am using the IBM JDK. There may be a way to do it but I will have to check. The server runs in a batch process so I very much doubt I will be able to get what you want.

    As for the TRACE - I did as asked (and I have now confirmed that the server is loading the file that I have altered) but I don't see any extra information in the log file. The only entries for MonitorText are INFO.

  2. #2
    Administrator
    Join Date
    Jul 2006
    Location
    Milan, Italy
    Posts
    521
    This might help in getting the thread dump on IBM JDK:
    http://publib.boulder.ibm.com/infoce...Fjavadump.html

    Basically, you should add "–Xdump:java" to the JAVA_OPTS variable in LS.sh.
    Then, you can trigger a dump by calling "kill -QUIT pid" on the PID of the JVM (which will not be terminated).

 

 

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
All times are GMT +1. The time now is 03:25 AM.