Unable to collect with JCmdThreadDump: Could not finish within the timeout of 5 seconds

Issue #13 new
Sue Tennant created an issue

I'm getting a timeout of 5 seconds error when using this tool. I tried to start the tool this way, but it still shows 5 second timeout, any idea how to resolve this issue?

./data-collector-1.0.3.jar -Dcollection.timeout=30 &

Comments (1)

  1. Dave C Account Deactivated

    Heya Sue, looks like we need to run it like this for that JVM argument to be picked up:

    java -jar -Dcollection.timeout=30 data-collector-1.0.3.jar
    

    Can you please let me know if that works for you?

    And I'll update the docs, thanks for raising this :)

  2. Log in to comment