Skip to main content

alphaWorks  >  Forums  >  Pattern Modeling and Analysis Tool for IBM Java Garbage Collector  >  developerWorks

Exception when opening native_stderr.log    Point your RSS reader here for a feed of the latest messages in this thread


     

 
 

My developerWorks
 Welcome, Guest
Sign in or register
Permlink Replies: 2 - Pages: 1 - Last Post: May 1, 2009 10:16 AM Last Post By: tkparker11 Threads: [ Previous | Next ]

Posts: 2
Registered: Oct 09, 2004 08:47:44 PM
Exception when opening native_stderr.log
Posted: Sep 20, 2006 08:39:43 PM
Click to report abuse...   Click to reply to this thread Reply
I'm using PMAT for the first time, the version is ga121.jar. We have WAS 6.0.2.11 and getting this error when opening native_stderr.log. Please advise.

Exception in thread "Thread-3" java.lang.ArrayIndexOutOfBoundsException: -1
at com.ibm.jinwoo.gc.FileTask.processJ9(FileTask.java:2485)
at com.ibm.jinwoo.gc.FileTask$ActualTask.<init>(FileTask.java:152)
at com.ibm.jinwoo.gc.FileTask$1.construct(FileTask.java:1565)
at com.ibm.jinwoo.gc.ThreadHandler$1.run(ThreadHandler.java:23)
at java.lang.Thread.run(Unknown Source)

Posts: 2
Registered: Oct 09, 2004 08:47:44 PM
Re: Exception when opening native_stderr.log
Posted: Sep 20, 2006 08:49:31 PM   in response to: in response to: 's post
Click to report abuse...   Click to reply to this thread Reply
Disregard this posting. I solved the problem. Thx.
tkparker11

Posts: 3
Registered: May 01, 2009 09:54:40 AM
Re: Exception when opening native_stderr.log
Posted: May 01, 2009 10:16:06 AM   in response to: in response to: 's post
Click to report abuse...   Click to reply to this thread Reply
I'm having issues getting PMAT to recognize my native_stdout.log as a verbose gc log.
{from i5/OS V5R4 running WAS 6.1 Express with 1.5 JVM}

Using this string to initiate PMAT:
java -Xmx500m -jar ga36.jar

When I try to open native_stdout.log, it tells me "Cannot find any verbose garbage collection log"

native_stdout.log contains:
GC 20: starting collection, reason stop the world collection.
GC 20: starting collection, reason stop the world collection.
GC 19: live objects 2045671; collected objects 526101; collected(KB) 149995.
GC 19: queued for finalization 0; total soft references 4498; cleared soft references 0.
GC 19: current heap(KB) 584228; current threshold(KB) 98304.
GC 19: collect (milliseconds) 221811.
GC 19: current cycle allocation(KB) 223; previous cycle allocation(KB) 309901.
GC 19: total weak references 11167; cleared weak references 0.

What am I doing wrong?

Point your RSS reader here for a feed of the latest messages in all forums