Log Location for Single Node Installation

For Tomcat

 If you select the single node in the Installation Mode window, the logs folder will be created at the following locations:

  • For Quantum Fabric: <UserInstallDirectory>\logs
    • If you install Console, the <UserInstallDirectory>\logs folder has three log files. They are: mbaasportal.log (for mbaas portal), accountsService.log (for accounts), and workspaceService.log (for workspace.)
    • If you install Identity Service, the <UserInstallDirectory>\logs folder has one log file - authService.log (for authentication.)
  •  For Quantum Fabric Integration: <UserInstallDirectory>\logs
    • If you install Integration Service, the <UserInstallDirectory>\logs folder has five log files. They are: admin.log (for admin), datasource-payload.log (for datasource), device-payload.log (for device), download.log (download), and middleware.log (middleware.)

      NOTE:    Based on the combination of components selected during installation, the <UserInstallDirectory>\logs folder will have log files for each component.

  • For Quantum Fabric Engagement Services: <UserInstallDirectory>\logs folder contains these log files: kms.log  and  kms-messages.log.
  • To check Tomcat Server logs, refer to the following location:
    <QuantumFabric_Install_DIR>\tomcat\logs

For JBoss

 If you select the single node in the Installation Mode window, the logs folder will be created at the following locations:

  • For Quantum Fabric: <UserInstallDirectory>\logs
    • If you install Console, the <UserInstallDirectory>\logs folder has three log files. They are: mbaasportal.log (for mbaas portal), accountsService.log (for accounts), and workspaceService.log (for workspace.)
    • If you install Identity Service, the <UserInstallDirectory>\logs folder has one log file - authService.log (for authentication.)
  •  For Quantum Fabric Integration: <UserInstallDirectory>\logs
    • If you install Integration Service, the <UserInstallDirectory>\logs folder has five log files. They are: admin.log (for admin), datasource-payload.log (for datasource), device-payload.log (for device), download.log (download), and middleware.log (middleware.)

      NOTE:    Based on the combination of components selected during installation, the <UserInstallDirectory>\logs folder will have log files for each component.

  • For Quantum Fabric Engagement Services: <UserInstallDirectory>\logs folder contains these log files: kms.log  and  kms-messages.log.
  • To check JBoss Server logs, refer to the following location:
    <JBOSS_DIR>\standalone\logs

For WebLogic

 If you select the single node in the Installation Mode window, the logs folder will be created at the following locations:

  • For Quantum Fabric: <USERHOME>\konymflogs
    • If you install Console, the <USERHOME>\konymflogs folder has three log files. They are: mbaasportal.log (for mbaas portal), accountsService.log (for accounts), and workspaceService.log (for workspace.)
    • If you install Identity Service, the <USERHOME>\konymflogs folder has one log file - authService.log (for authentication.)
    • If you install Integration Service, the <USERHOME>\konymflogs folder has five log files. They are: admin.log (for admin), datasource-payload.log (for datasource), device-payload.log (for device), download.log (download), and middleware.log (middleware.)

      • For example, on Windows, if an admin installed Quantum Fabric as a User1, product logs are located at  C:\Users\User1\konymflogs    

      NOTE:    Based on the combination of components selected during installation, the <USERHOME>\konymflogs folder will have log files for each component.

  • For Quantum Fabric Engagement Services: <USERHOME>\konymflogs folder contains these log files: kms.log  and  kms-messages.log.
  • For WebLogic Server logs, by default, the server log file is located below the server instance's root directory: root-directory\server-name\server-name.log
    For example, if you created a domain in the c:\user_projects\domains\MyDomain directory, and you used the c:\user_projects\domains\MyDomain\startWebLogicServer.cmd script to start the server, then, by default, the log file is located in c:\user_projects\domains\MyDomain\MyServer\MyServer.log.

    If the Server File Name field contains only a filename, the log file is located in the root-directory\server-name directory.

    For more details, refer to http://docs.oracle.com/cd/E13222_01/wls/docs81/ConsoleHelp/logging.html#1045661