Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Perform the following steps to run the tracer utility for gathering informationgather information about thread dump:

For Windows:

  1. Go to the <Adeptia-Installation-Folder>/ServerKernel/tracerdiagnostic folder.
  2. Execute  server-infoeither KernelDump.bat or WebRunnerDump.bat file.
  3. The zip folder, in the format server_info_<date>_<time>.zip, is created, in the tracer folder, containing all the required information.

For Linux:

  1. Open the terminal.console window appears prompting you with the options.

    Thread Dump: A thread dump is a list of all the Java threads that are currently active in a Java Virtual Machine.

    Memory Dump: A memory dump is a process in which the contents of the memory are displayed and stored that helps to diagnose, identify and resolve the problem that led to the failure.

  2. Depending upon the selected option, files will be created in the diagnostic folder.

    KernelDump.bat

    For Thread Dump, the file will be in the format: KN_Thread_Dump_Date_time.log
    For Memory Dump, the file will be in the format: KN_Memory_Dump_Date_time.hprof

          WebRunnerDump.bat

          For Thread Dump, the file will be in the format: WB_Thread_Dump_Date_time.log
          For Memory Dump, the file will be in the format: WB_Memory_Dump_Date_time.hprof


For Linux:

To gather information about Adeptia's files, folders, and databases

  • Go to the <Adeptia-Installation-Folder >/ServerKernel/tracer/etc folder.
  • Configure application.xml file.
  • Execute ./server-info.sh file or server-info.bat file.
    1. Go to the <Adeptia-Installation-Folder >Folder>/ServerKernel/tracerdiagnostic folder.
    2. Execute ./server-info.sh file. Make sure that file has execute permission.
    3. The zip folder, in the format server_info_<date>_<time>.zip, is created, in the tracer folder, containing all the required information. 

     

    Info
    1. Execute either KernelDump.sh or WebRunnerDump.sh.
    2. The console window appears prompting you with the options.

      Thread Dump: A thread dump is a list of all the Java threads that are currently active in a Java Virtual Machine.

      Memory Dump: A memory dump is a process in which the contents of the memory are displayed and stored that helps to diagnose, identify and resolve the problem that led to the failure.

    3. Depending upon the selected option, files will be created in the diagnostic folder.

      For KernelDump.sh

      For Thread Dump, the file will be in the format: KN_Thread_Dump_Date_time.log
      For Memory Dump, the file will be in the format: KN_Memory_Dump_Date_time.hprof

              For WebRunnerDump.sh


              For Thread Dump, the file will be in the format: WB_Thread_Dump_Date_time.log
              For Memory Dump, the file will be in the format: WB_Memory_Dump_Date_time.hprof