IBM webMethods Hybrid Integration

IBM webMethods Hybrid Integration

Join this online group to communicate across IBM product users and experts by sharing advice and best practices with peers and staying up to date regarding product enhancements.

 View Only
  • 1.  External thread dump

    Posted Thu October 28, 2010 08:59 AM

    can anyone help me how to get the thread dump externally if my IS is installed as SERVICE and it is installed on windows machine…Iam using 7.1.2 version :confused:


    #webMethods
    #Integration-Server-and-ESB
    #webMethods-Archive


  • 2.  RE: External thread dump

    Posted Thu October 28, 2010 10:56 AM

    Could you please make your point clear for “my IS is installed as SERVICE”.

    If your IS is installed on UNIX OS, then you can take the thread dump by firing the command in UNIX,

    Kill -3

    Thanks and Regards,
    Yadhunandhan C


    #webMethods
    #webMethods-Archive
    #Integration-Server-and-ESB


  • 3.  RE: External thread dump

    Posted Thu October 28, 2010 03:12 PM

    You can use stacktrace utility for this, can be downloaded from Microsoft site… additionally there are other tools which performs the same operation and some command line utilities like jps (ported with JDK)…


    #Integration-Server-and-ESB
    #webMethods
    #webMethods-Archive


  • 4.  RE: External thread dump

    Posted Fri October 29, 2010 08:33 AM

    hai …

    i have downloaded the virtualVm to get the thread dump and heap dump of my IS but i am not able to get the thread dump can u help me…


    #webMethods-Archive
    #Integration-Server-and-ESB
    #webMethods


  • 5.  RE: External thread dump

    Posted Fri October 29, 2010 03:31 PM

    Use Process explorer to get the process ID of the IS Service and then use the Stack trace to get the thread dump (You will need the process ID to get the thread dump from stack trace).

    Cheers,
    Akshith


    #webMethods-Archive
    #webMethods
    #Integration-Server-and-ESB


  • 6.  RE: External thread dump

    Posted Fri October 29, 2010 09:29 PM

    here you go… follow the above post … n u should be good :slight_smile: Revert back if you still stuck at anyplace…


    #Integration-Server-and-ESB
    #webMethods-Archive
    #webMethods


  • 7.  RE: External thread dump

    Posted Tue November 02, 2010 08:16 AM

    thanks for your information, and when i am running the stack trace with the process ID it is saying “4272 java.exe session:0 threads:174 parent:264
    There is no valid license.”


    #webMethods
    #webMethods-Archive
    #Integration-Server-and-ESB


  • 8.  RE: External thread dump

    Posted Tue November 02, 2010 03:04 PM

    Please visit the below link

    [url]http://forum.adaptj.com/viewtopic.php?f=2&t=9#p187[/url]

    There is a resolution in that post!

    Open Tools->Local Console and copy/paste the following command:
    location(org.adaptj.shell.Main.class);
    Press
    You will see where is your java web start cache.
    You can also run the following command and remove the tool if its is there:
    javaws -viewer
    Try to save the .jnlp file as text and check the same property. You may have something caching the old version of the file.

    Cheers,
    Akshith


    #webMethods
    #webMethods-Archive
    #Integration-Server-and-ESB