in reply to Re: how to debug CGI when response is slow
in thread how to debug CGI when response is slow

Thanks to everyone.

I could figure out the issue.

This bug http://www-01.ibm.com/support/docview.wss?uid=swg1PK28569 made me to go on infinite loop.

  • Comment on Re^2: how to debug CGI when response is slow

Replies are listed 'Best First'.
Re^3: how to debug CGI when response is slow
by smg1827 (Initiate) on May 17, 2012 at 14:59 UTC

    I noticed that IBM link stopped working from today and it was working yesterday.

    In case if you are interested in knowing the content of that IBM url then see from my cache...

    PK28569: Infinite loop when java.io.tmpdir does not exist, or if the user does not have write access

    Error description The AppServer does not start when the temp directory, specified via -Djava.io.tmpdir, does not exist, or if the user does not write access to the directory. An infinite loop occurrs in the class org.eclipse.hyades.logging.core.Guid, in the 'getUniqueTimeStamp' method. (The loop occurrs because the IOException from 'File.createNewFile' is mis-interpreted, and the loop is allowed to cycle.)