Commit f6c42b9b by Elias Sarraf

cleanup project rename projects & directories

parent a3b42ed1
templateWebApp/Win32/
templateAppServer/__history/ templateXDataServer/__history/
templateXDataServer/Win32/
templateAppServer/source/__history/
templateAppServer/Win32/Debug/
*.res *.res
*.identcache *.identcache
*.local *.local
*.zip
*.exe
webTemplateApp/__history/
webTemplateApp/css/__history/ templateWebApp/__history/
webTemplateApp/Win32/Debug/ templateWebApp/config/__history/
*.zip templateXDataServer/bin/logs/
<div id="div_wrapper">
<nav class="navbar navbar-expand-lg bg-body-tertiary border-bottom shadow-sm">
<div class="container-fluid">
<div class="d-flex align-items-center gap-2">
<a id="lbl_app_title" class="navbar-brand fw-semibold" href="index.html">Koehler-Gibson Orders</a>
<span id="lbl_version" class="badge text-bg-light border text-muted fw-normal"></span>
</div>
<div class="collapse navbar-collapse show" id="pnl_navbar_nav_dropdown">
<ul class="navbar-nav ms-auto">
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle d-flex align-items-center gap-2" id="lnk_navbar_dropdown_menu_link"
role="button" data-bs-toggle="dropdown" aria-expanded="false">
<i class="fa fa-user fa-fw"></i>
<span id="lbl_username" class="fw-semibold">Username</span>
</a>
<ul class="dropdown-menu dropdown-menu-end shadow-sm" aria-labelledby="lnk_navbar_dropdown_menu_link">
<li>
<a class="dropdown-item d-flex align-items-center gap-2" id="lbl_home" href="#">
<i class="fa fa-home fa-fw"></i><span>Home</span>
</a>
</li>
<li>
<a class="dropdown-item d-flex align-items-center gap-2" id="lbl_user_profile" href="#">
<i class="fa fa-user fa-fw"></i><span>User Profile</span>
</a>
</li>
<li><hr class="dropdown-divider"></li>
<li>
<a class="dropdown-item d-flex align-items-center gap-2 text-danger" id="lbl_logout" href="#">
<i class="fa fa-sign-out fa-fw"></i><span>Logout</span>
</a>
</li>
</ul>
</li>
</ul>
</div>
</div>
</nav>
<!-- Toast -->
<div id="pnl_toast_wrapper" class="position-fixed top-0 start-0 mt-5 ms-4"
style="z-index: 1080; min-width: 300px; max-width: 500px;">
<div id="toast_bootstrap" class="toast align-items-center text-white bg-success border-0 shadow" role="alert"
aria-live="assertive" aria-atomic="true">
<div class="d-flex">
<div class="toast-body" id="lbl_bootstrap_toast_body">
Success message
</div>
<button type="button" class="btn-close btn-close-white me-2 m-auto" data-bs-dismiss="toast"
aria-label="Close"></button>
</div>
</div>
</div>
<!-- Main Panel (where all forms display) -->
<div class="container-fluid py-3">
<div class="row">
<div id="pnl_main" class="col-12"></div>
</div>
<div class="row mt-3">
<div class="col-12">
<textarea class="form-control font-monospace" id="memo_debug" rows="4" placeholder="Debug output..."></textarea>
</div>
</div>
</div>
<!-- Spinner Modal -->
<div id="div_spinner" class="position-absolute top-50 start-50 translate-middle d-none">
<div class="lds-roller">
<div></div><div></div><div></div><div></div>
<div></div><div></div><div></div><div></div>
</div>
</div>
<!-- Error Modal -->
<div class="modal fade" id="mdl_error" tabindex="-1" aria-labelledby="lbl_modal_title" aria-hidden="true">
<div class="modal-dialog">
<div class="modal-content shadow-lg">
<div class="modal-header">
<h5 class="modal-title" id="lbl_modal_title">Error</h5>
<button type="button" class="btn-close" data-bs-dismiss="modal" aria-label="Close"></button>
</div>
<div class="modal-body fs-6 fw-bold" id="lbl_modal_body">
Please contact EMSystems to solve the issue.
</div>
<div class="modal-footer justify-content-center">
<button type="button" id="btn_modal_restart" class="btn btn-primary">Back to Orders</button>
</div>
</div>
</div>
</div>
<!-- Confirmation Modal -->
<div class="modal fade" id="mdl_confirmation" tabindex="-1" aria-hidden="true">
<div class="modal-dialog">
<div class="modal-content shadow-lg">
<div class="modal-header">
<h5 class="modal-title">Confirm</h5>
<button type="button" class="btn-close" data-bs-dismiss="modal" aria-label="Close"></button>
</div>
<div class="modal-body fw-bold" id="lbl_confirmation_body">
Placeholder text
</div>
<div class="modal-footer justify-content-center">
<button type="button" class="btn btn-primary me-3" id="btn_confirm_left">Cancel</button>
<button type="button" class="btn btn-secondary" id="btn_confirm_right">Confirm</button>
</div>
</div>
</div>
</div>
<!-- Notification Modal -->
<div class="modal fade" id="mdl_notification" tabindex="-1" aria-labelledby="lbl_notification_title"
aria-hidden="true">
<div class="modal-dialog">
<div class="modal-content shadow-lg">
<div class="modal-header">
<h5 class="modal-title" id="lbl_notification_title">Info</h5>
<button type="button" class="btn-close" data-bs-dismiss="modal" aria-label="Close"></button>
</div>
<div class="modal-body fs-6 fw-bold" id="lbl_notification_body">
Please contact EMSystems to solve the issue.
</div>
<div class="modal-footer justify-content-center">
<button type="button" id="btn_modal_close" class="btn btn-primary">Close</button>
</div>
</div>
</div>
</div>
</div>
<div class="container py-4">
<div class="d-flex flex-wrap align-items-center justify-content-between gap-3 mb-4">
<div>
<div id="lbl_test" class="h2 fw-semibold mb-1">Test Form</div>
<div class="text-muted">Quick API + JWT/version diagnostics</div>
</div>
<button id="btn_test_api" class="btn btn-primary">Test API</button>
</div>
<div class="card border-0 shadow-sm">
<div class="card-header bg-body-tertiary d-flex align-items-center justify-content-between">
<div class="fw-semibold">Debug Output</div>
</div>
<div class="card-body" style="min-height: 70vh;">
<textarea id="memo_test_debug"
class="form-control font-monospace h-100"
style="min-height: 65vh;"
rows="28"
placeholder="Click “Test API” to populate diagnostics..."></textarea>
</div>
</div>
</div>
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<meta content="width=device-width, initial-scale=1" name="viewport"/>
<link href="data:;base64,=" rel="icon"/>
<title>EM Systems Template App</title>
<link href="https://cdnjs.cloudflare.com/ajax/libs/flag-icon-css/2.3.1/css/flag-icon.min.css" rel="stylesheet"/>
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet"/>
<link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.0/css/all.min.css" rel="stylesheet"/>
<link href="css/app.css" rel="stylesheet"/>
<link href="css/spinner.css" rel="stylesheet"/>
<script crossorigin="anonymous" integrity="sha256-eKhayi8LEQwp4NKxN+CfCh+3qOVUtJn3QNZ0TciWLP4=" src="https://code.jquery.com/jquery-3.7.1.js"></script>
<link crossorigin="anonymous" href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.8/dist/css/bootstrap.min.css" rel="stylesheet"/>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.8/dist/js/bootstrap.bundle.min.js"></script>
<script src="webTemplateApp.js"></script>
</head>
<body>
<noscript>Your browser does not support JavaScript!</noscript>
<script>rtl.run();</script>
</body>
</html>
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
[2026-01-09 14:04:04.595][1] --LoadServerConfig - start
[2026-01-09 14:04:04.597][1] -- Config file: C:\Projects\emWebAppTemplate\templateAppServer\bin\templateXDataServer.json
[2026-01-09 14:04:04.606][1] -- Config file found.
[2026-01-09 14:04:04.614][1] --TServerConfig.Create - start
[2026-01-09 14:04:04.620][1] --TServerConfig.Create - end
[2026-01-09 14:04:04.627][1] -- localConfig loaded from config file
[2026-01-09 14:04:04.637][1] -- serverConfig.Free - called
[2026-01-09 14:04:04.645][1] -- serverConfig := localConfig - called
[2026-01-09 14:04:04.652][1] --- Server Config Values ---
[2026-01-09 14:04:04.658][1] -- url: http://localhost:2004/emsys/template/ [default]
[2026-01-09 14:04:04.664][1] -- adminPassword: whatisthisusedfor [default]
[2026-01-09 14:04:04.671][1] -- jwtTokenSecret: [from config/default]
[2026-01-09 14:04:04.680][1] -- webAppFolder: static [default]
[2026-01-09 14:04:04.685][1] -- reportsFolder: static\reports\ [default]
[2026-01-09 14:04:04.691][1] --LoadServerConfig - end
[2026-01-09 14:04:04.704][1] ******************************************************
[2026-01-09 14:04:04.710][1] template Server
[2026-01-09 14:04:04.720][1] Version: 1.0.0.0
[2026-01-09 14:04:04.724][1]
[2026-01-09 14:04:04.733][1] by EM Systems, Inc.
[2026-01-09 14:04:04.739][1] ******************************************************
[2026-01-09 14:04:04.754][1] --- Database ---
[2026-01-09 14:04:04.759][1] --Database->Server: 10.208.1.13
[2026-01-09 14:04:04.769][1] --Database->Port: 0
[2026-01-09 14:04:04.775][1] --Database->Database: sleepdb
[2026-01-09 14:04:04.781][1] --Database->Username: hstuser
[2026-01-09 14:04:04.787][1] --Database->Password: emsys!01
[2026-01-09 14:04:04.801][1] --- Settings ---
[2026-01-09 14:04:04.807][1] --Settings->ConsoleLogLevel: 3
[2026-01-09 14:04:04.817][1] --Settings->FileLogLevel: 5
[2026-01-09 14:04:04.821][1] --Settings->LogFileNum: 2
[2026-01-09 14:04:04.869][1] Auth server module listening at "http://localhost:2004/emsys/template/auth"
[2026-01-09 14:04:04.894][1] Api server module listening at "http://localhost:2004/emsys/template/api"
[2026-01-09 14:04:04.920][1] App server module listening at "http://localhost:2004/emsys/template/app", rootDir: static
[2026-01-09 14:14:12.421][1] --LoadServerConfig - start
[2026-01-09 14:14:12.423][1] -- Config file: C:\Projects\emWebAppTemplate\templateAppServer\bin\templateXDataServer.json
[2026-01-09 14:14:12.437][1] -- Config file found.
[2026-01-09 14:14:12.445][1] --TServerConfig.Create - start
[2026-01-09 14:14:12.457][1] --TServerConfig.Create - end
[2026-01-09 14:14:12.473][1] -- localConfig loaded from config file
[2026-01-09 14:14:12.475][1] -- serverConfig.Free - called
[2026-01-09 14:14:12.485][1] -- serverConfig := localConfig - called
[2026-01-09 14:14:12.492][1] --- Server Config Values ---
[2026-01-09 14:14:12.503][1] -- url: http://localhost:2004/emsys/template/ [default]
[2026-01-09 14:14:12.511][1] -- adminPassword: whatisthisusedfor [default]
[2026-01-09 14:14:12.523][1] -- jwtTokenSecret: [from config/default]
[2026-01-09 14:14:12.530][1] -- webAppFolder: static [default]
[2026-01-09 14:14:12.538][1] -- reportsFolder: static\reports\ [default]
[2026-01-09 14:14:12.548][1] --LoadServerConfig - end
[2026-01-09 14:14:12.568][1] ******************************************************
[2026-01-09 14:14:12.580][1] template Server
[2026-01-09 14:14:12.588][1] Version: 1.0.0.0
[2026-01-09 14:14:12.598][1]
[2026-01-09 14:14:12.607][1] by EM Systems, Inc.
[2026-01-09 14:14:12.614][1] ******************************************************
[2026-01-09 14:14:12.633][1] --- Database ---
[2026-01-09 14:14:12.638][1] --Database->Server: 10.208.1.13
[2026-01-09 14:14:12.645][1] --Database->Port: 0
[2026-01-09 14:14:12.654][1] --Database->Database: sleepdb
[2026-01-09 14:14:12.660][1] --Database->Username: hstuser
[2026-01-09 14:14:12.667][1] --Database->Password: emsys!01
[2026-01-09 14:14:12.681][1] --- Settings ---
[2026-01-09 14:14:12.688][1] --Settings->ConsoleLogLevel: 3
[2026-01-09 14:14:12.696][1] --Settings->FileLogLevel: 5
[2026-01-09 14:14:12.705][1] --Settings->LogFileNum: 3
[2026-01-09 14:14:12.813][1] Auth server module listening at "http://localhost:2004/emsys/template/auth"
[2026-01-09 14:14:12.873][1] Api server module listening at "http://localhost:2004/emsys/template/api"
[2026-01-09 14:14:12.894][1] App server module listening at "http://localhost:2004/emsys/template/app", rootDir: static
[2026-01-09 14:14:15.126][1] TLoggingMiddleware.ProcessRequest:
[2026-01-09 14:14:15.147][1] --Request.RemoteIP: ::1 RequestLogMessage: GET /emsys/template/auth/swaggerui HTTP/1.1
[2026-01-09 14:14:15.156][1] --Resp.StatusCode: 200 Resp.StatusReason: OK on GET /emsys/template/auth/swaggerui HTTP/1.1
[2026-01-09 14:14:15.624][1] TLoggingMiddleware.ProcessRequest:
[2026-01-09 14:14:15.658][1] --Request.RemoteIP: ::1 RequestLogMessage: GET /emsys/template/auth/openapi/swagger.json HTTP/1.1
[2026-01-09 14:14:15.661][1] --Resp.StatusCode: 200 Resp.StatusReason: OK on GET /emsys/template/auth/openapi/swagger.json HTTP/1.1
[2026-01-09 14:14:24.128][1] TLoggingMiddleware.ProcessRequest:
[2026-01-09 14:14:24.128][1] --Request.RemoteIP: ::1 RequestLogMessage: POST /emsys/template/auth/AuthService/Login HTTP/1.1
[2026-01-09 14:14:24.142][5] TAuthDatabase.DataModuleCreate
[2026-01-09 14:15:20.954][1] --LoadServerConfig - start
[2026-01-09 14:15:20.956][1] -- Config file: C:\Projects\emWebAppTemplate\templateAppServer\bin\templateXDataServer.json
[2026-01-09 14:15:20.966][1] -- Config file found.
[2026-01-09 14:15:20.974][1] --TServerConfig.Create - start
[2026-01-09 14:15:20.981][1] --TServerConfig.Create - end
[2026-01-09 14:15:20.985][1] -- localConfig loaded from config file
[2026-01-09 14:15:20.992][1] -- serverConfig.Free - called
[2026-01-09 14:15:21.007][1] -- serverConfig := localConfig - called
[2026-01-09 14:15:21.018][1] --- Server Config Values ---
[2026-01-09 14:15:21.027][1] -- url: http://localhost:2004/emsys/template/ [default]
[2026-01-09 14:15:21.037][1] -- adminPassword: whatisthisusedfor [default]
[2026-01-09 14:15:21.048][1] -- jwtTokenSecret: [from config/default]
[2026-01-09 14:15:21.058][1] -- webAppFolder: static [default]
[2026-01-09 14:15:21.069][1] -- reportsFolder: static\reports\ [default]
[2026-01-09 14:15:21.077][1] --LoadServerConfig - end
[2026-01-09 14:15:21.096][1] ******************************************************
[2026-01-09 14:15:21.104][1] template Server
[2026-01-09 14:15:21.113][1] Version: 1.0.0.0
[2026-01-09 14:15:21.122][1]
[2026-01-09 14:15:21.131][1] by EM Systems, Inc.
[2026-01-09 14:15:21.140][1] ******************************************************
[2026-01-09 14:15:21.163][1] --- Database ---
[2026-01-09 14:15:21.173][1] --Database->Server: 192.168.102.129
[2026-01-09 14:15:21.183][1] --Database->Port: 0
[2026-01-09 14:15:21.193][1] --Database->Database: sleepdb
[2026-01-09 14:15:21.202][1] --Database->Username: hstuser
[2026-01-09 14:15:21.212][1] --Database->Password: emsys!01
[2026-01-09 14:15:21.230][1] --- Settings ---
[2026-01-09 14:15:21.239][1] --Settings->ConsoleLogLevel: 3
[2026-01-09 14:15:21.250][1] --Settings->FileLogLevel: 5
[2026-01-09 14:15:21.263][1] --Settings->LogFileNum: 4
[2026-01-09 14:15:21.345][1] Auth server module listening at "http://localhost:2004/emsys/template/auth"
[2026-01-09 14:15:21.373][1] Api server module listening at "http://localhost:2004/emsys/template/api"
[2026-01-09 14:15:21.408][1] App server module listening at "http://localhost:2004/emsys/template/app", rootDir: static
[2026-01-09 14:15:23.781][1] TLoggingMiddleware.ProcessRequest:
[2026-01-09 14:15:23.808][1] --Request.RemoteIP: ::1 RequestLogMessage: GET /emsys/template/auth/swaggerui HTTP/1.1
[2026-01-09 14:15:23.830][1] --Resp.StatusCode: 200 Resp.StatusReason: OK on GET /emsys/template/auth/swaggerui HTTP/1.1
[2026-01-09 14:15:24.303][1] TLoggingMiddleware.ProcessRequest:
[2026-01-09 14:15:24.307][1] --Request.RemoteIP: ::1 RequestLogMessage: GET /emsys/template/auth/openapi/swagger.json HTTP/1.1
[2026-01-09 14:15:24.315][1] --Resp.StatusCode: 200 Resp.StatusReason: OK on GET /emsys/template/auth/openapi/swagger.json HTTP/1.1
[2026-01-09 14:15:33.453][1] TLoggingMiddleware.ProcessRequest:
[2026-01-09 14:15:33.456][1] --Request.RemoteIP: ::1 RequestLogMessage: POST /emsys/template/auth/AuthService/Login HTTP/1.1
[2026-01-09 14:15:33.466][5] TAuthDatabase.DataModuleCreate
[2026-01-09 14:15:44.625][2] --TAuthDatabase.DataModuleCreate -Error connecting to database: #42000Access denied for user 'hstuser'@'192.168.%' to database 'sleepdb'
[2026-01-09 14:15:44.627][5] TAuthService.AfterConstruction - AuthDb created
[2026-01-09 14:15:44.688][3] AuthService.Login - User: "elias"
[2026-01-09 14:15:53.895][1] --LoadServerConfig - start
[2026-01-09 14:15:53.895][1] -- Config file: C:\Projects\emWebAppTemplate\templateAppServer\bin\templateXDataServer.json
[2026-01-09 14:15:53.904][1] -- Config file found.
[2026-01-09 14:15:53.910][1] --TServerConfig.Create - start
[2026-01-09 14:15:53.918][1] --TServerConfig.Create - end
[2026-01-09 14:15:53.924][1] -- localConfig loaded from config file
[2026-01-09 14:15:53.933][1] -- serverConfig.Free - called
[2026-01-09 14:15:53.939][1] -- serverConfig := localConfig - called
[2026-01-09 14:15:53.947][1] --- Server Config Values ---
[2026-01-09 14:15:53.955][1] -- url: http://localhost:2004/emsys/template/ [default]
[2026-01-09 14:15:53.961][1] -- adminPassword: whatisthisusedfor [default]
[2026-01-09 14:15:53.973][1] -- jwtTokenSecret: [from config/default]
[2026-01-09 14:15:53.980][1] -- webAppFolder: static [default]
[2026-01-09 14:15:53.991][1] -- reportsFolder: static\reports\ [default]
[2026-01-09 14:15:54.003][1] --LoadServerConfig - end
[2026-01-09 14:15:54.015][1] ******************************************************
[2026-01-09 14:15:54.025][1] template Server
[2026-01-09 14:15:54.033][1] Version: 1.0.0.0
[2026-01-09 14:15:54.041][1]
[2026-01-09 14:15:54.050][1] by EM Systems, Inc.
[2026-01-09 14:15:54.057][1] ******************************************************
[2026-01-09 14:15:54.076][1] --- Database ---
[2026-01-09 14:15:54.089][1] --Database->Server: 192.168.102.129
[2026-01-09 14:15:54.100][1] --Database->Port: 0
[2026-01-09 14:15:54.107][1] --Database->Database: sleepdb
[2026-01-09 14:15:54.116][1] --Database->Username: hstuser
[2026-01-09 14:15:54.126][1] --Database->Password: emsys!01
[2026-01-09 14:15:54.142][1] --- Settings ---
[2026-01-09 14:15:54.154][1] --Settings->ConsoleLogLevel: 3
[2026-01-09 14:15:54.161][1] --Settings->FileLogLevel: 5
[2026-01-09 14:15:54.170][1] --Settings->LogFileNum: 5
[2026-01-09 14:15:54.293][1] Auth server module listening at "http://localhost:2004/emsys/template/auth"
[2026-01-09 14:15:54.347][1] Api server module listening at "http://localhost:2004/emsys/template/api"
[2026-01-09 14:15:54.389][1] App server module listening at "http://localhost:2004/emsys/template/app", rootDir: static
[2026-01-09 14:16:05.071][1] TLoggingMiddleware.ProcessRequest:
[2026-01-09 14:16:05.090][1] --Request.RemoteIP: ::1 RequestLogMessage: GET /emsys/template/auth/swaggerui HTTP/1.1
[2026-01-09 14:16:05.090][1] --Resp.StatusCode: 200 Resp.StatusReason: OK on GET /emsys/template/auth/swaggerui HTTP/1.1
[2026-01-09 14:16:05.377][1] TLoggingMiddleware.ProcessRequest:
[2026-01-09 14:16:05.384][1] --Request.RemoteIP: ::1 RequestLogMessage: GET /emsys/template/auth/openapi/swagger.json HTTP/1.1
[2026-01-09 14:16:05.400][1] --Resp.StatusCode: 200 Resp.StatusReason: OK on GET /emsys/template/auth/openapi/swagger.json HTTP/1.1
[2026-01-09 14:16:14.447][1] TLoggingMiddleware.ProcessRequest:
[2026-01-09 14:16:14.451][1] --Request.RemoteIP: ::1 RequestLogMessage: POST /emsys/template/auth/AuthService/Login HTTP/1.1
[2026-01-09 14:16:14.462][5] TAuthDatabase.DataModuleCreate
[2026-01-09 14:16:20.791][2] --TAuthDatabase.DataModuleCreate -Error connecting to database: #42000Access denied for user 'hstuser'@'192.168.%' to database 'sleepdb'
[2026-01-09 14:16:20.795][5] TAuthService.AfterConstruction - AuthDb created
[2026-01-09 14:16:20.820][3] AuthService.Login - User: "Elias"
[2026-01-09 14:16:23.088][1] Login failed due to database error: #42000Access denied for user 'hstuser'@'192.168.%' to database 'sleepdb'
[2026-01-09 14:16:23.434][5] TAuthService.BeforeDestruction - AuthDb freed
[2026-01-09 14:16:23.488][1] --Resp.StatusCode: 500 Resp.StatusReason: Internal Server Error on POST /emsys/template/auth/AuthService/Login HTTP/1.1
[2026-01-09 14:16:38.282][1] TLoggingMiddleware.ProcessRequest:
[2026-01-09 14:16:38.303][1] --Request.RemoteIP: ::1 RequestLogMessage: POST /emsys/template/auth/AuthService/Login HTTP/1.1
[2026-01-09 14:16:38.305][5] TAuthDatabase.DataModuleCreate
[2026-01-09 14:16:40.921][2] --TAuthDatabase.DataModuleCreate -Error connecting to database: #42000Access denied for user 'hstuser'@'192.168.%' to database 'sleepdb'
[2026-01-09 14:16:40.934][5] TAuthService.AfterConstruction - AuthDb created
[2026-01-09 14:16:40.948][3] AuthService.Login - User: "Elias"
[2026-01-09 14:16:43.290][1] Login failed due to database error: #42000Access denied for user 'hstuser'@'192.168.%' to database 'sleepdb'
[2026-01-09 14:16:43.871][5] TAuthService.BeforeDestruction - AuthDb freed
[2026-01-09 14:16:43.896][1] --Resp.StatusCode: 500 Resp.StatusReason: Internal Server Error on POST /emsys/template/auth/AuthService/Login HTTP/1.1
[2026-01-09 14:16:53.346][1] TLoggingMiddleware.ProcessRequest:
[2026-01-09 14:16:53.348][1] --Request.RemoteIP: ::1 RequestLogMessage: POST /emsys/template/auth/AuthService/Login HTTP/1.1
[2026-01-09 14:16:53.362][5] TAuthDatabase.DataModuleCreate
[2026-01-09 14:16:55.658][2] --TAuthDatabase.DataModuleCreate -Error connecting to database: #42000Access denied for user 'hstuser'@'192.168.%' to database 'sleepdb'
[2026-01-09 14:16:55.660][5] TAuthService.AfterConstruction - AuthDb created
[2026-01-09 14:16:55.672][3] AuthService.Login - User: "elias"
[2026-01-09 14:16:57.577][1] Login failed due to database error: #42000Access denied for user 'hstuser'@'192.168.%' to database 'sleepdb'
[2026-01-09 14:16:58.080][5] TAuthService.BeforeDestruction - AuthDb freed
[2026-01-09 14:16:58.102][1] --Resp.StatusCode: 500 Resp.StatusReason: Internal Server Error on POST /emsys/template/auth/AuthService/Login HTTP/1.1
[2026-01-09 14:18:02.525][1] TLoggingMiddleware.ProcessRequest:
[2026-01-09 14:18:02.539][1] --Request.RemoteIP: ::1 RequestLogMessage: POST /emsys/template/auth/AuthService/Login HTTP/1.1
[2026-01-09 14:18:02.544][5] TAuthDatabase.DataModuleCreate
[2026-01-09 14:18:09.728][2] --TAuthDatabase.DataModuleCreate -Error connecting to database: #42000Access denied for user 'hstuser'@'192.168.%' to database 'sleepdb'
[2026-01-09 14:18:09.744][5] TAuthService.AfterConstruction - AuthDb created
[2026-01-09 14:18:09.753][3] AuthService.Login - User: "emsys"
[2026-01-09 14:18:12.114][1] Login failed due to database error: #42000Access denied for user 'hstuser'@'192.168.%' to database 'sleepdb'
[2026-01-09 14:18:12.736][5] TAuthService.BeforeDestruction - AuthDb freed
[2026-01-09 14:18:12.769][1] --Resp.StatusCode: 500 Resp.StatusReason: Internal Server Error on POST /emsys/template/auth/AuthService/Login HTTP/1.1
[2026-01-09 14:18:18.121][1] TLoggingMiddleware.ProcessRequest:
[2026-01-09 14:18:18.130][1] --Request.RemoteIP: ::1 RequestLogMessage: POST /emsys/template/auth/AuthService/Login HTTP/1.1
[2026-01-09 14:18:18.137][5] TAuthDatabase.DataModuleCreate
[2026-01-09 14:18:20.563][2] --TAuthDatabase.DataModuleCreate -Error connecting to database: #42000Access denied for user 'hstuser'@'192.168.%' to database 'sleepdb'
[2026-01-09 14:18:20.566][5] TAuthService.AfterConstruction - AuthDb created
[2026-01-09 14:18:20.616][3] AuthService.Login - User: "emsys"
[2026-01-09 14:18:22.090][1] Login failed due to database error: #42000Access denied for user 'hstuser'@'192.168.%' to database 'sleepdb'
[2026-01-09 14:18:22.443][5] TAuthService.BeforeDestruction - AuthDb freed
[2026-01-09 14:18:22.487][1] --Resp.StatusCode: 500 Resp.StatusReason: Internal Server Error on POST /emsys/template/auth/AuthService/Login HTTP/1.1
[2026-01-09 14:23:30.684][1] TLoggingMiddleware.ProcessRequest:
[2026-01-09 14:23:30.693][1] --Request.RemoteIP: ::1 RequestLogMessage: POST /emsys/template/auth/AuthService/Login HTTP/1.1
[2026-01-09 14:23:30.700][5] TAuthDatabase.DataModuleCreate
[2026-01-09 14:25:23.076][1] --LoadServerConfig - start
[2026-01-09 14:25:23.078][1] -- Config file: C:\Projects\emWebAppTemplate\templateAppServer\bin\templateXDataServer.json
[2026-01-09 14:25:23.078][1] -- Config file found.
[2026-01-09 14:25:23.092][1] --TServerConfig.Create - start
[2026-01-09 14:25:23.096][1] --TServerConfig.Create - end
[2026-01-09 14:25:23.113][1] -- localConfig loaded from config file
[2026-01-09 14:25:23.115][1] -- serverConfig.Free - called
[2026-01-09 14:25:23.120][1] -- serverConfig := localConfig - called
[2026-01-09 14:25:23.128][1] --- Server Config Values ---
[2026-01-09 14:25:23.135][1] -- url: http://localhost:2004/emsys/template/ [default]
[2026-01-09 14:25:23.146][1] -- adminPassword: whatisthisusedfor [default]
[2026-01-09 14:25:23.151][1] -- jwtTokenSecret: [from config/default]
[2026-01-09 14:25:23.160][1] -- webAppFolder: static [default]
[2026-01-09 14:25:23.168][1] -- reportsFolder: static\reports\ [default]
[2026-01-09 14:25:23.178][1] --LoadServerConfig - end
[2026-01-09 14:25:23.199][1] ******************************************************
[2026-01-09 14:25:23.208][1] template Server
[2026-01-09 14:25:23.216][1] Version: 1.0.0.0
[2026-01-09 14:25:23.228][1]
[2026-01-09 14:25:23.235][1] by EM Systems, Inc.
[2026-01-09 14:25:23.244][1] ******************************************************
[2026-01-09 14:25:23.264][1] --- Database ---
[2026-01-09 14:25:23.273][1] --Database->Server: 192.168.102.129
[2026-01-09 14:25:23.287][1] --Database->Port: 0
[2026-01-09 14:25:23.300][1] --Database->Database: sleepdb
[2026-01-09 14:25:23.314][1] --Database->Username: hstuser
[2026-01-09 14:25:23.323][1] --Database->Password: emsys!01
[2026-01-09 14:25:23.342][1] --- Settings ---
[2026-01-09 14:25:23.350][1] --Settings->ConsoleLogLevel: 3
[2026-01-09 14:25:23.359][1] --Settings->FileLogLevel: 5
[2026-01-09 14:25:23.368][1] --Settings->LogFileNum: 6
[2026-01-09 14:25:23.436][1] Auth server module listening at "http://localhost:2004/emsys/template/auth"
[2026-01-09 14:25:23.468][1] Api server module listening at "http://localhost:2004/emsys/template/api"
[2026-01-09 14:25:23.528][1] App server module listening at "http://localhost:2004/emsys/template/app", rootDir: static
[2026-01-09 14:25:25.468][1] TLoggingMiddleware.ProcessRequest:
[2026-01-09 14:25:25.500][1] --Request.RemoteIP: ::1 RequestLogMessage: POST /emsys/template/auth/AuthService/Login HTTP/1.1
[2026-01-09 14:25:25.500][5] TAuthDatabase.DataModuleCreate
[2026-01-09 14:25:30.389][2] --TAuthDatabase.DataModuleCreate -Error connecting to database: #42000Access denied for user 'hstuser'@'192.168.%' to database 'sleepdb'
[2026-01-09 14:25:30.391][5] TAuthService.AfterConstruction - AuthDb created
[2026-01-09 14:25:30.416][3] AuthService.Login - User: "emsys1"
[2026-01-09 14:25:37.669][1] --LoadServerConfig - start
[2026-01-09 14:25:37.671][1] -- Config file: C:\Projects\emWebAppTemplate\templateAppServer\bin\templateXDataServer.json
[2026-01-09 14:25:37.686][1] -- Config file found.
[2026-01-09 14:25:37.694][1] --TServerConfig.Create - start
[2026-01-09 14:25:37.706][1] --TServerConfig.Create - end
[2026-01-09 14:25:37.715][1] -- localConfig loaded from config file
[2026-01-09 14:25:37.725][1] -- serverConfig.Free - called
[2026-01-09 14:25:37.737][1] -- serverConfig := localConfig - called
[2026-01-09 14:25:37.751][1] --- Server Config Values ---
[2026-01-09 14:25:37.769][1] -- url: http://localhost:2004/emsys/template/ [default]
[2026-01-09 14:25:37.785][1] -- adminPassword: whatisthisusedfor [default]
[2026-01-09 14:25:37.800][1] -- jwtTokenSecret: [from config/default]
[2026-01-09 14:25:37.814][1] -- webAppFolder: static [default]
[2026-01-09 14:25:37.827][1] -- reportsFolder: static\reports\ [default]
[2026-01-09 14:25:37.835][1] --LoadServerConfig - end
[2026-01-09 14:25:37.858][1] ******************************************************
[2026-01-09 14:25:37.869][1] template Server
[2026-01-09 14:25:37.881][1] Version: 1.0.0.0
[2026-01-09 14:25:37.891][1]
[2026-01-09 14:25:37.902][1] by EM Systems, Inc.
[2026-01-09 14:25:37.915][1] ******************************************************
[2026-01-09 14:25:37.939][1] --- Database ---
[2026-01-09 14:25:37.948][1] --Database->Server: 192.168.102.129
[2026-01-09 14:25:37.962][1] --Database->Port: 0
[2026-01-09 14:25:37.975][1] --Database->Database: sleepdb
[2026-01-09 14:25:37.985][1] --Database->Username: hstuser
[2026-01-09 14:25:37.995][1] --Database->Password: emsys!01
[2026-01-09 14:25:38.015][1] --- Settings ---
[2026-01-09 14:25:38.027][1] --Settings->ConsoleLogLevel: 3
[2026-01-09 14:25:38.039][1] --Settings->FileLogLevel: 5
[2026-01-09 14:25:38.052][1] --Settings->LogFileNum: 7
[2026-01-09 14:25:38.148][1] Auth server module listening at "http://localhost:2004/emsys/template/auth"
[2026-01-09 14:25:38.169][1] Api server module listening at "http://localhost:2004/emsys/template/api"
[2026-01-09 14:25:38.193][1] App server module listening at "http://localhost:2004/emsys/template/app", rootDir: static
[2026-01-09 14:25:40.376][1] TLoggingMiddleware.ProcessRequest:
[2026-01-09 14:25:40.391][1] --Request.RemoteIP: ::1 RequestLogMessage: GET /emsys/template/auth/swaggerui HTTP/1.1
[2026-01-09 14:25:40.393][1] --Resp.StatusCode: 200 Resp.StatusReason: OK on GET /emsys/template/auth/swaggerui HTTP/1.1
[2026-01-09 14:25:41.127][1] TLoggingMiddleware.ProcessRequest:
[2026-01-09 14:25:41.145][1] --Request.RemoteIP: ::1 RequestLogMessage: GET /emsys/template/auth/openapi/swagger.json HTTP/1.1
[2026-01-09 14:25:41.162][1] --Resp.StatusCode: 200 Resp.StatusReason: OK on GET /emsys/template/auth/openapi/swagger.json HTTP/1.1
[2026-01-09 14:25:52.380][1] TLoggingMiddleware.ProcessRequest:
[2026-01-09 14:25:52.388][1] --Request.RemoteIP: ::1 RequestLogMessage: POST /emsys/template/auth/AuthService/Login HTTP/1.1
[2026-01-09 14:25:52.393][5] TAuthDatabase.DataModuleCreate
[2026-01-08 16:55:35.249][1] --LoadServerConfig - start
[2026-01-08 16:55:35.251][1] -- Config file: C:\Projects\emWebAppTemplate\templateAppServer\bin\templateXDataServer.json
[2026-01-08 16:55:35.257][1] -- Config file found.
[2026-01-08 16:55:35.265][1] --TServerConfig.Create - start
[2026-01-08 16:55:35.273][1] --TServerConfig.Create - end
[2026-01-08 16:55:35.285][1] -- localConfig loaded from config file
[2026-01-08 16:55:35.293][1] -- serverConfig.Free - called
[2026-01-08 16:55:35.305][1] -- serverConfig := localConfig - called
[2026-01-08 16:55:35.350][1] --- Server Config Values ---
[2026-01-08 16:55:35.352][1] -- url: http://localhost:2004/emsys/template/ [default]
[2026-01-08 16:55:35.363][1] -- adminPassword: whatisthisusedfor [default]
[2026-01-08 16:55:35.370][1] -- jwtTokenSecret: [from config/default]
[2026-01-08 16:55:35.382][1] -- webAppFolder: static [default]
[2026-01-08 16:55:35.396][1] -- reportsFolder: static\reports\ [default]
[2026-01-09 14:26:04.322][1] --LoadServerConfig - start
[2026-01-09 14:26:04.333][1] -- Config file: C:\Projects\emWebAppTemplate\templateAppServer\bin\templateXDataServer.json
[2026-01-09 14:26:04.345][1] -- Config file found.
[2026-01-09 14:26:04.358][1] --TServerConfig.Create - start
[2026-01-09 14:26:04.365][1] --TServerConfig.Create - end
[2026-01-09 14:26:04.376][1] -- localConfig loaded from config file
[2026-01-09 14:26:04.388][1] -- serverConfig.Free - called
[2026-01-09 14:26:04.394][1] -- serverConfig := localConfig - called
[2026-01-09 14:26:04.402][1] --- Server Config Values ---
[2026-01-09 14:26:04.409][1] -- url: http://localhost:2004/emsys/template/ [default]
[2026-01-09 14:26:04.416][1] -- adminPassword: whatisthisusedfor [default]
[2026-01-09 14:26:04.426][1] -- jwtTokenSecret: [from config/default]
[2026-01-09 14:26:04.435][1] -- webAppFolder: static [default]
[2026-01-09 14:26:04.443][1] -- reportsFolder: static\reports\ [default]
[2026-01-09 14:26:04.452][1] --LoadServerConfig - end
[2026-01-09 14:26:04.472][1] ******************************************************
[2026-01-09 14:26:04.480][1] template Server
[2026-01-09 14:26:04.487][1] Version: 1.0.0.0
[2026-01-09 14:26:04.497][1]
[2026-01-09 14:26:04.505][1] by EM Systems, Inc.
[2026-01-09 14:26:04.512][1] ******************************************************
[2026-01-09 14:26:04.528][1] --- Database ---
[2026-01-09 14:26:04.535][1] --Database->Server: 192.168.102.129
[2026-01-09 14:26:04.543][1] --Database->Port: 0
[2026-01-09 14:26:04.551][1] --Database->Database: sleepdb
[2026-01-09 14:26:04.558][1] --Database->Username: hstuser
[2026-01-09 14:26:04.565][1] --Database->Password: emsys!01
[2026-01-09 14:26:04.581][1] --- Settings ---
[2026-01-09 14:26:04.590][1] --Settings->ConsoleLogLevel: 3
[2026-01-09 14:26:04.596][1] --Settings->FileLogLevel: 5
[2026-01-09 14:26:04.606][1] --Settings->LogFileNum: 8
[2026-01-09 14:26:04.694][1] Auth server module listening at "http://localhost:2004/emsys/template/auth"
[2026-01-09 14:26:04.724][1] Api server module listening at "http://localhost:2004/emsys/template/api"
[2026-01-09 14:26:04.746][1] App server module listening at "http://localhost:2004/emsys/template/app", rootDir: static
[2026-01-09 14:26:05.721][1] TLoggingMiddleware.ProcessRequest:
[2026-01-09 14:26:05.753][1] --Request.RemoteIP: ::1 RequestLogMessage: GET /emsys/template/auth/swaggerui HTTP/1.1
[2026-01-09 14:26:05.776][1] --Resp.StatusCode: 200 Resp.StatusReason: OK on GET /emsys/template/auth/swaggerui HTTP/1.1
[2026-01-09 14:26:06.475][1] TLoggingMiddleware.ProcessRequest:
[2026-01-09 14:26:06.488][1] --Request.RemoteIP: ::1 RequestLogMessage: GET /emsys/template/auth/openapi/swagger.json HTTP/1.1
[2026-01-09 14:26:06.503][1] --Resp.StatusCode: 200 Resp.StatusReason: OK on GET /emsys/template/auth/openapi/swagger.json HTTP/1.1
[2026-01-09 14:26:15.528][1] TLoggingMiddleware.ProcessRequest:
[2026-01-09 14:26:15.533][1] --Request.RemoteIP: ::1 RequestLogMessage: POST /emsys/template/auth/AuthService/Login HTTP/1.1
[2026-01-09 14:26:15.545][5] TAuthDatabase.DataModuleCreate
[2026-01-08 17:02:00.850][1] --TServerConfig.Create - start
[2026-01-08 17:02:00.852][1] --TServerConfig.Create - end
[2026-01-08 17:02:00.860][1] --LoadServerConfig - start
[2026-01-08 17:02:00.867][1] -- Config file: C:\Projects\emWebAppTemplate\templateAppServer\bin\templateXDataServer.json
[2026-01-08 17:02:00.875][1] -- Config file found.
[2026-01-08 17:02:00.885][1] --TServerConfig.Create - start
[2026-01-08 17:02:00.893][1] --TServerConfig.Create - end
[2026-01-08 17:02:00.902][1] -- localConfig loaded from config file
[2026-01-08 17:02:00.908][1] -- serverConfig.Free - called
[2026-01-08 17:02:00.914][1] -- serverConfig := localConfig - called
[2026-01-08 17:02:00.923][1] --- Server Config Values ---
[2026-01-08 17:02:00.931][1] -- url: http://localhost:2004/emsys/template/ [default]
[2026-01-08 17:02:00.939][1] -- adminPassword: whatisthisusedfor [default]
[2026-01-08 17:02:00.949][1] -- jwtTokenSecret: [from config/default]
[2026-01-08 17:02:00.958][1] -- webAppFolder: static [default]
[2026-01-08 17:02:00.971][1] -- reportsFolder: static\reports\ [default]
[2026-01-09 14:31:23.981][1] --LoadServerConfig - start
[2026-01-09 14:31:23.993][1] -- Config file: C:\Projects\emWebAppTemplate\templateAppServer\bin\templateXDataServer.json
[2026-01-09 14:31:24.004][1] -- Config file found.
[2026-01-09 14:31:24.015][1] --TServerConfig.Create - start
[2026-01-09 14:31:24.023][1] --TServerConfig.Create - end
[2026-01-09 14:31:24.034][1] -- localConfig loaded from config file
[2026-01-09 14:31:24.046][1] -- serverConfig.Free - called
[2026-01-09 14:31:24.054][1] -- serverConfig := localConfig - called
[2026-01-09 14:31:24.066][1] --- Server Config Values ---
[2026-01-09 14:31:24.076][1] -- url: http://localhost:2004/emsys/template/ [default]
[2026-01-09 14:31:24.088][1] -- adminPassword: whatisthisusedfor [default]
[2026-01-09 14:31:24.098][1] -- jwtTokenSecret: [from config/default]
[2026-01-09 14:31:24.110][1] -- webAppFolder: static [default]
[2026-01-09 14:31:24.121][1] -- reportsFolder: static\reports\ [default]
[2026-01-09 14:31:24.131][1] --LoadServerConfig - end
[2026-01-09 14:31:24.159][1] ******************************************************
[2026-01-09 14:31:24.166][1] template Server
[2026-01-09 14:31:24.176][1] Version: 1.0.0.0
[2026-01-09 14:31:24.186][1]
[2026-01-09 14:31:24.197][1] by EM Systems, Inc.
[2026-01-09 14:31:24.208][1] ******************************************************
[2026-01-09 14:31:24.227][1] --- Database ---
[2026-01-09 14:31:24.240][1] --Database->Server: 192.168.102.129
[2026-01-09 14:31:24.251][1] --Database->Port: 0
[2026-01-09 14:31:24.259][1] --Database->Database: sleepdb
[2026-01-09 14:31:24.271][1] --Database->Username: hstuser
[2026-01-09 14:31:24.283][1] --Database->Password: emsys!01
[2026-01-09 14:31:24.304][1] --- Settings ---
[2026-01-09 14:31:24.312][1] --Settings->ConsoleLogLevel: 3
[2026-01-09 14:31:24.322][1] --Settings->FileLogLevel: 5
[2026-01-09 14:31:24.332][1] --Settings->LogFileNum: 9
[2026-01-09 14:31:24.401][1] Auth server module listening at "http://localhost:2004/emsys/template/auth"
[2026-01-09 14:31:24.443][1] Api server module listening at "http://localhost:2004/emsys/template/api"
[2026-01-09 14:31:24.465][1] App server module listening at "http://localhost:2004/emsys/template/app", rootDir: static
[2026-01-09 14:31:33.973][1] TLoggingMiddleware.ProcessRequest:
[2026-01-09 14:31:34.053][1] --Request.RemoteIP: ::1 RequestLogMessage: GET /emsys/template/auth/swaggerui HTTP/1.1
[2026-01-09 14:31:34.058][1] --Resp.StatusCode: 200 Resp.StatusReason: OK on GET /emsys/template/auth/swaggerui HTTP/1.1
[2026-01-09 14:31:34.570][1] TLoggingMiddleware.ProcessRequest:
[2026-01-09 14:31:34.572][1] --Request.RemoteIP: ::1 RequestLogMessage: GET /emsys/template/auth/openapi/swagger.json HTTP/1.1
[2026-01-09 14:31:34.586][1] --Resp.StatusCode: 200 Resp.StatusReason: OK on GET /emsys/template/auth/openapi/swagger.json HTTP/1.1
[2026-01-08 17:04:57.895][1] --TServerConfig.Create - start
[2026-01-08 17:04:57.895][1] --TServerConfig.Create - end
[2026-01-08 17:04:57.904][1] --LoadServerConfig - start
[2026-01-08 17:04:57.908][1] -- Config file: C:\Projects\emWebAppTemplate\templateAppServer\bin\templateXDataServer.json
[2026-01-08 17:04:57.908][1] -- Config file found.
[2026-01-08 17:04:57.930][1] --TServerConfig.Create - start
[2026-01-08 17:04:57.937][1] --TServerConfig.Create - end
[2026-01-08 17:04:57.944][1] -- localConfig loaded from config file
[2026-01-08 17:04:57.951][1] -- serverConfig.Free - called
[2026-01-08 17:04:57.956][1] -- serverConfig := localConfig - called
[2026-01-08 17:04:57.963][1] --- Server Config Values ---
[2026-01-08 17:04:57.971][1] -- url: http://localhost:2004/emsys/template/ [default]
[2026-01-08 17:04:57.979][1] -- adminPassword: whatisthisusedfor [default]
[2026-01-08 17:04:57.987][1] -- jwtTokenSecret: [from config/default]
[2026-01-08 17:04:57.995][1] -- webAppFolder: static [default]
[2026-01-08 17:04:58.004][1] -- reportsFolder: static\reports\ [default]
[2026-01-08 17:04:58.014][1] --LoadServerConfig - end
[2026-01-08 17:04:58.031][1] ******************************************************
[2026-01-08 17:04:58.040][1] template Server
[2026-01-08 17:04:58.048][1] Version: 1.0.0.0
[2026-01-08 17:04:58.057][1]
[2026-01-08 17:04:58.068][1] by EM Systems, Inc.
[2026-01-08 17:04:58.076][1] ******************************************************
[2026-01-08 17:04:58.097][1] --- Database ---
[2026-01-08 17:04:58.105][1] --Database->Server: 10.208.1.13
[2026-01-08 17:04:58.116][1] --Database->Port: 0
[2026-01-08 17:04:58.123][1] --Database->Database: sleepdb
[2026-01-08 17:04:58.135][1] --Database->Username: hstuser
[2026-01-08 17:04:58.143][1] --Database->Password: emsys!01
[2026-01-08 17:04:58.159][1] --- Settings ---
[2026-01-08 17:04:58.170][1] --Settings->ConsoleLogLevel: 3
[2026-01-08 17:04:58.172][1] --Settings->FileLogLevel: 3
[2026-01-08 17:04:58.182][1] --Settings->LogFileNum: 10
[2026-01-08 17:04:58.193][1] --Settings->JWTSecret:
[2026-01-08 17:04:58.252][1] Auth server module listening at "http://localhost:2004/emsys/template/auth"
[2026-01-09 14:38:10.207][1] --LoadServerConfig - start
[2026-01-09 14:38:10.217][1] -- Config file: C:\Projects\emWebAppTemplate\templateAppServer\bin\templateXDataServer.json
[2026-01-09 14:38:10.227][1] -- Config file found.
[2026-01-09 14:38:10.236][1] --TServerConfig.Create - start
[2026-01-09 14:38:10.245][1] --TServerConfig.Create - end
[2026-01-09 14:38:10.253][1] -- localConfig loaded from config file
[2026-01-09 14:38:10.264][1] -- serverConfig.Free - called
[2026-01-09 14:38:10.273][1] -- serverConfig := localConfig - called
[2026-01-09 14:38:10.285][1] --- Server Config Values ---
[2026-01-09 14:38:10.297][1] -- url: http://localhost:2004/emsys/template/ [default]
[2026-01-09 14:38:10.308][1] -- adminPassword: whatisthisusedfor [default]
[2026-01-09 14:38:10.319][1] -- jwtTokenSecret: [from config/default]
[2026-01-09 14:38:10.328][1] -- webAppFolder: static [default]
[2026-01-09 14:38:10.339][1] -- reportsFolder: static\reports\ [default]
[2026-01-09 14:38:10.346][1] --LoadServerConfig - end
[2026-01-09 14:38:10.367][1] ******************************************************
[2026-01-09 14:38:10.375][1] template Server
[2026-01-09 14:38:10.385][1] Version: 1.0.0.0
[2026-01-09 14:38:10.399][1]
[2026-01-09 14:38:10.409][1] by EM Systems, Inc.
[2026-01-09 14:38:10.419][1] ******************************************************
[2026-01-09 14:38:10.438][1] --- Database ---
[2026-01-09 14:38:10.447][1] --Database->Server: 192.168.102.129
[2026-01-09 14:38:10.454][1] --Database->Port: 0
[2026-01-09 14:38:10.463][1] --Database->Database: sleepdb
[2026-01-09 14:38:10.472][1] --Database->Username: hstuser
[2026-01-09 14:38:10.479][1] --Database->Password: emsys!01
[2026-01-09 14:38:10.497][1] --- Settings ---
[2026-01-09 14:38:10.503][1] --Settings->ConsoleLogLevel: 3
[2026-01-09 14:38:10.510][1] --Settings->FileLogLevel: 5
[2026-01-09 14:38:10.520][1] --Settings->LogFileNum: 10
[2026-01-09 14:38:10.571][1] Auth server module listening at "http://localhost:2004/emsys/template/auth"
[2026-01-09 14:38:10.633][1] Api server module listening at "http://localhost:2004/emsys/template/api"
[2026-01-09 14:38:10.656][1] App server module listening at "http://localhost:2004/emsys/template/app", rootDir: static
[2026-01-09 14:38:14.052][1] TLoggingMiddleware.ProcessRequest:
[2026-01-09 14:38:14.072][1] --Request.RemoteIP: ::1 RequestLogMessage: GET /emsys/template/auth/swaggerui HTTP/1.1
[2026-01-09 14:38:14.099][1] --Resp.StatusCode: 200 Resp.StatusReason: OK on GET /emsys/template/auth/swaggerui HTTP/1.1
[2026-01-09 14:38:14.892][1] TLoggingMiddleware.ProcessRequest:
[2026-01-09 14:38:14.934][1] --Request.RemoteIP: ::1 RequestLogMessage: GET /emsys/template/auth/openapi/swagger.json HTTP/1.1
[2026-01-09 14:38:14.939][1] --Resp.StatusCode: 200 Resp.StatusReason: OK on GET /emsys/template/auth/openapi/swagger.json HTTP/1.1
[2026-01-09 14:38:41.477][1] TLoggingMiddleware.ProcessRequest:
[2026-01-09 14:38:41.479][1] --Request.RemoteIP: ::1 RequestLogMessage: POST /emsys/template/auth/AuthService/Login HTTP/1.1
[2026-01-09 14:38:41.488][5] TAuthDatabase.DataModuleCreate
[2026-01-08 17:06:43.424][1] --TServerConfig.Create - start
[2026-01-08 17:06:43.426][1] --TServerConfig.Create - end
[2026-01-08 17:06:43.435][1] --LoadServerConfig - start
[2026-01-08 17:06:43.442][1] -- Config file: C:\Projects\emWebAppTemplate\templateAppServer\bin\templateXDataServer.json
[2026-01-08 17:06:43.449][1] -- Config file found.
[2026-01-08 17:06:43.456][1] --TServerConfig.Create - start
[2026-01-08 17:06:43.465][1] --TServerConfig.Create - end
[2026-01-08 17:06:43.470][1] -- localConfig loaded from config file
[2026-01-08 17:06:43.478][1] -- serverConfig.Free - called
[2026-01-08 17:06:43.486][1] -- serverConfig := localConfig - called
[2026-01-08 17:06:43.492][1] --- Server Config Values ---
[2026-01-08 17:06:43.501][1] -- url: http://localhost:2004/emsys/template/ [default]
[2026-01-08 17:06:43.509][1] -- adminPassword: whatisthisusedfor [default]
[2026-01-08 17:06:43.517][1] -- jwtTokenSecret: [from config/default]
[2026-01-08 17:06:43.524][1] -- webAppFolder: static [default]
[2026-01-08 17:06:43.535][1] -- reportsFolder: static\reports\ [default]
[2026-01-08 17:06:43.545][1] --LoadServerConfig - end
[2026-01-08 17:06:43.563][1] ******************************************************
[2026-01-08 17:06:43.570][1] template Server
[2026-01-08 17:06:43.576][1] Version: 1.0.0.0
[2026-01-08 17:06:43.583][1]
[2026-01-08 17:06:43.591][1] by EM Systems, Inc.
[2026-01-08 17:06:43.598][1] ******************************************************
[2026-01-08 17:06:43.617][1] --- Database ---
[2026-01-08 17:06:43.625][1] --Database->Server: 10.208.1.13
[2026-01-08 17:06:43.633][1] --Database->Port: 0
[2026-01-08 17:06:43.638][1] --Database->Database: sleepdb
[2026-01-08 17:06:43.649][1] --Database->Username: hstuser
[2026-01-08 17:06:43.659][1] --Database->Password: emsys!01
[2026-01-08 17:06:43.679][1] --- Settings ---
[2026-01-08 17:06:43.687][1] --Settings->ConsoleLogLevel: 3
[2026-01-08 17:06:43.697][1] --Settings->FileLogLevel: 3
[2026-01-08 17:06:43.706][1] --Settings->LogFileNum: 11
[2026-01-08 17:06:43.713][1] --Settings->JWTSecret:
[2026-01-08 17:06:43.755][1] Auth server module listening at "http://localhost:2004/emsys/template/auth"
[2026-01-09 14:46:58.811][1] --LoadServerConfig - start
[2026-01-09 14:46:58.828][1] -- Config file: C:\Projects\emWebAppTemplate\templateAppServer\bin\templateXDataServer.json
[2026-01-09 14:46:58.834][1] -- Config file found.
[2026-01-09 14:46:58.845][1] --TServerConfig.Create - start
[2026-01-09 14:46:58.849][1] --TServerConfig.Create - end
[2026-01-09 14:46:58.858][1] -- localConfig loaded from config file
[2026-01-09 14:46:58.864][1] -- serverConfig.Free - called
[2026-01-09 14:46:58.871][1] -- serverConfig := localConfig - called
[2026-01-09 14:46:58.881][1] --- Server Config Values ---
[2026-01-09 14:46:58.889][1] -- url: http://localhost:2004/emsys/template/ [default]
[2026-01-09 14:46:58.898][1] -- adminPassword: whatisthisusedfor [default]
[2026-01-09 14:46:58.907][1] -- jwtTokenSecret: [from config/default]
[2026-01-09 14:46:58.914][1] -- webAppFolder: static [default]
[2026-01-09 14:46:58.921][1] -- reportsFolder: static\reports\ [default]
[2026-01-09 14:46:58.931][1] --LoadServerConfig - end
[2026-01-09 14:46:58.947][1] ******************************************************
[2026-01-09 14:46:58.954][1] template Server
[2026-01-09 14:46:58.965][1] Version: 1.0.0.0
[2026-01-09 14:46:58.970][1]
[2026-01-09 14:46:58.979][1] by EM Systems, Inc.
[2026-01-09 14:46:58.989][1] ******************************************************
[2026-01-09 14:46:59.004][1] --- Database ---
[2026-01-09 14:46:59.012][1] --Database->Server: 192.168.102.129
[2026-01-09 14:46:59.018][1] --Database->Port: 0
[2026-01-09 14:46:59.027][1] --Database->Database: sleepdb
[2026-01-09 14:46:59.034][1] --Database->Username: hstuser
[2026-01-09 14:46:59.043][1] --Database->Password: emsys!01
[2026-01-09 14:46:59.058][1] --- Settings ---
[2026-01-09 14:46:59.067][1] --Settings->ConsoleLogLevel: 3
[2026-01-09 14:46:59.078][1] --Settings->FileLogLevel: 5
[2026-01-09 14:46:59.087][1] --Settings->LogFileNum: 11
[2026-01-09 14:46:59.167][1] Auth server module listening at "http://localhost:2004/emsys/template/auth"
[2026-01-09 14:46:59.212][1] Api server module listening at "http://localhost:2004/emsys/template/api"
[2026-01-09 14:46:59.243][1] App server module listening at "http://localhost:2004/emsys/template/app", rootDir: static
[2026-01-09 14:47:02.976][1] TLoggingMiddleware.ProcessRequest:
[2026-01-09 14:47:03.003][1] --Request.RemoteIP: ::1 RequestLogMessage: GET /emsys/template/auth/swaggerui HTTP/1.1
[2026-01-09 14:47:03.005][1] --Resp.StatusCode: 200 Resp.StatusReason: OK on GET /emsys/template/auth/swaggerui HTTP/1.1
[2026-01-09 14:47:03.520][1] TLoggingMiddleware.ProcessRequest:
[2026-01-09 14:47:03.521][1] --Request.RemoteIP: ::1 RequestLogMessage: GET /emsys/template/auth/openapi/swagger.json HTTP/1.1
[2026-01-09 14:47:03.553][1] --Resp.StatusCode: 200 Resp.StatusReason: OK on GET /emsys/template/auth/openapi/swagger.json HTTP/1.1
[2026-01-09 14:47:14.094][1] TLoggingMiddleware.ProcessRequest:
[2026-01-09 14:47:14.096][1] --Request.RemoteIP: ::1 RequestLogMessage: POST /emsys/template/auth/AuthService/Login HTTP/1.1
[2026-01-09 14:47:14.113][5] TAuthDatabase.DataModuleCreate
[2026-01-09 14:47:14.183][5] TAuthService.AfterConstruction - AuthDb created
[2026-01-09 14:47:14.183][3] AuthService.Login - User: "emsys1"
[2026-01-08 17:07:51.485][1] --TServerConfig.Create - start
[2026-01-08 17:07:51.485][1] --TServerConfig.Create - end
[2026-01-08 17:07:51.495][1] --LoadServerConfig - start
[2026-01-08 17:07:51.517][1] -- Config file: C:\Projects\emWebAppTemplate\templateAppServer\bin\templateXDataServer.json
[2026-01-08 17:07:51.527][1] -- Config file found.
[2026-01-08 17:07:51.543][1] --TServerConfig.Create - start
[2026-01-08 17:07:51.550][1] --TServerConfig.Create - end
[2026-01-08 17:07:51.558][1] -- localConfig loaded from config file
[2026-01-08 17:07:51.564][1] -- serverConfig.Free - called
[2026-01-08 17:07:51.571][1] -- serverConfig := localConfig - called
[2026-01-08 17:07:51.580][1] --- Server Config Values ---
[2026-01-08 17:07:51.586][1] -- url: http://localhost:2004/emsys/template/ [default]
[2026-01-08 17:07:51.594][1] -- adminPassword: whatisthisusedfor [default]
[2026-01-08 17:07:51.611][1] -- jwtTokenSecret: [from config/default]
[2026-01-08 17:07:51.623][1] -- webAppFolder: static [default]
[2026-01-08 17:07:51.630][1] -- reportsFolder: static\reports\ [default]
[2026-01-08 17:07:51.640][1] --LoadServerConfig - end
[2026-01-08 17:07:51.659][1] ******************************************************
[2026-01-08 17:07:51.667][1] template Server
[2026-01-08 17:07:51.676][1] Version: 1.0.0.0
[2026-01-08 17:07:51.682][1]
[2026-01-08 17:07:51.694][1] by EM Systems, Inc.
[2026-01-08 17:07:51.700][1] ******************************************************
[2026-01-08 17:07:51.716][1] --- Database ---
[2026-01-08 17:07:51.727][1] --Database->Server: 10.208.1.13
[2026-01-08 17:07:51.738][1] --Database->Port: 0
[2026-01-08 17:07:51.745][1] --Database->Database: sleepdb
[2026-01-08 17:07:51.758][1] --Database->Username: hstuser
[2026-01-08 17:07:51.769][1] --Database->Password: emsys!01
[2026-01-08 17:07:51.786][1] --- Settings ---
[2026-01-08 17:07:51.794][1] --Settings->ConsoleLogLevel: 3
[2026-01-08 17:07:51.803][1] --Settings->FileLogLevel: 3
[2026-01-08 17:07:51.809][1] --Settings->LogFileNum: 12
[2026-01-08 17:07:51.816][1] --Settings->JWTSecret:
[2026-01-08 17:07:51.904][1] Auth server module listening at "http://localhost:2004/emsys/template/auth"
[2026-01-09 14:47:40.032][1] --LoadServerConfig - start
[2026-01-09 14:47:40.043][1] -- Config file: C:\Projects\emWebAppTemplate\templateAppServer\bin\templateXDataServer.json
[2026-01-09 14:47:40.054][1] -- Config file found.
[2026-01-09 14:47:40.067][1] --TServerConfig.Create - start
[2026-01-09 14:47:40.073][1] --TServerConfig.Create - end
[2026-01-09 14:47:40.082][1] -- localConfig loaded from config file
[2026-01-09 14:47:40.093][1] -- serverConfig.Free - called
[2026-01-09 14:47:40.102][1] -- serverConfig := localConfig - called
[2026-01-09 14:47:40.114][1] --- Server Config Values ---
[2026-01-09 14:47:40.123][1] -- url: http://localhost:2004/emsys/template/ [default]
[2026-01-09 14:47:40.134][1] -- adminPassword: whatisthisusedfor [default]
[2026-01-09 14:47:40.146][1] -- jwtTokenSecret: [from config/default]
[2026-01-09 14:47:40.158][1] -- webAppFolder: static [default]
[2026-01-09 14:47:40.168][1] -- reportsFolder: static\reports\ [default]
[2026-01-09 14:47:40.178][1] --LoadServerConfig - end
[2026-01-09 14:47:40.196][1] ******************************************************
[2026-01-09 14:47:40.209][1] template Server
[2026-01-09 14:47:40.225][1] Version: 1.0.0.0
[2026-01-09 14:47:40.234][1]
[2026-01-09 14:47:40.244][1] by EM Systems, Inc.
[2026-01-09 14:47:40.252][1] ******************************************************
[2026-01-09 14:47:40.275][1] --- Database ---
[2026-01-09 14:47:40.283][1] --Database->Server: 192.168.102.129
[2026-01-09 14:47:40.294][1] --Database->Port: 0
[2026-01-09 14:47:40.303][1] --Database->Database: sleepdb
[2026-01-09 14:47:40.314][1] --Database->Username: hstuser
[2026-01-09 14:47:40.326][1] --Database->Password: emsys!01
[2026-01-09 14:47:40.343][1] --- Settings ---
[2026-01-09 14:47:40.352][1] --Settings->ConsoleLogLevel: 3
[2026-01-09 14:47:40.361][1] --Settings->FileLogLevel: 5
[2026-01-09 14:47:40.370][1] --Settings->LogFileNum: 12
[2026-01-09 14:47:40.460][1] Auth server module listening at "http://localhost:2004/emsys/template/auth"
[2026-01-09 14:47:40.504][1] Api server module listening at "http://localhost:2004/emsys/template/api"
[2026-01-09 14:47:40.533][1] App server module listening at "http://localhost:2004/emsys/template/app", rootDir: static
[2026-01-09 14:47:42.781][1] TLoggingMiddleware.ProcessRequest:
[2026-01-09 14:47:42.802][1] --Request.RemoteIP: ::1 RequestLogMessage: GET /emsys/template/auth/swaggerui HTTP/1.1
[2026-01-09 14:47:42.809][1] --Resp.StatusCode: 200 Resp.StatusReason: OK on GET /emsys/template/auth/swaggerui HTTP/1.1
[2026-01-09 14:47:43.377][1] TLoggingMiddleware.ProcessRequest:
[2026-01-09 14:47:43.384][1] --Request.RemoteIP: ::1 RequestLogMessage: GET /emsys/template/auth/openapi/swagger.json HTTP/1.1
[2026-01-09 14:47:43.406][1] --Resp.StatusCode: 200 Resp.StatusReason: OK on GET /emsys/template/auth/openapi/swagger.json HTTP/1.1
[2026-01-09 14:47:51.950][1] TLoggingMiddleware.ProcessRequest:
[2026-01-09 14:47:51.956][1] --Request.RemoteIP: ::1 RequestLogMessage: POST /emsys/template/auth/AuthService/Login HTTP/1.1
[2026-01-09 14:47:51.964][5] TAuthDatabase.DataModuleCreate
[2026-01-09 14:47:52.103][5] TAuthService.AfterConstruction - AuthDb created
[2026-01-09 14:47:52.119][3] AuthService.Login - User: "emsys1"
[2026-01-08 17:09:19.580][1] --TServerConfig.Create - start
[2026-01-08 17:09:19.582][1] --TServerConfig.Create - end
[2026-01-08 17:09:19.594][1] --LoadServerConfig - start
[2026-01-08 17:09:19.603][1] -- Config file: C:\Projects\emWebAppTemplate\templateAppServer\bin\templateXDataServer.json
[2026-01-08 17:09:19.614][1] -- Config file found.
[2026-01-08 17:09:19.623][1] --TServerConfig.Create - start
[2026-01-08 17:09:19.631][1] --TServerConfig.Create - end
[2026-01-08 17:09:19.636][1] -- localConfig loaded from config file
[2026-01-08 17:09:19.650][1] -- serverConfig.Free - called
[2026-01-08 17:09:19.654][1] -- serverConfig := localConfig - called
[2026-01-08 17:09:19.656][1] --- Server Config Values ---
[2026-01-08 17:09:19.659][1] -- url: http://localhost:2004/emsys/template/ [default]
[2026-01-08 17:09:19.663][1] -- adminPassword: whatisthisusedfor [default]
[2026-01-08 17:09:19.665][1] -- jwtTokenSecret: [from config/default]
[2026-01-08 17:09:19.669][1] -- webAppFolder: static [default]
[2026-01-08 17:09:19.673][1] -- reportsFolder: static\reports\ [default]
[2026-01-08 17:09:19.677][1] --LoadServerConfig - end
[2026-01-08 17:09:19.683][1] ******************************************************
[2026-01-08 17:09:19.689][1] template Server
[2026-01-08 17:09:19.691][1] Version: 1.0.0.0
[2026-01-08 17:09:19.693][1]
[2026-01-08 17:09:19.697][1] by EM Systems, Inc.
[2026-01-08 17:09:19.701][1] ******************************************************
[2026-01-08 17:09:19.709][1] --- Database ---
[2026-01-08 17:09:19.711][1] --Database->Server: 10.208.1.13
[2026-01-08 17:09:19.715][1] --Database->Port: 0
[2026-01-08 17:09:19.728][1] --Database->Database: sleepdb
[2026-01-08 17:09:19.740][1] --Database->Username: hstuser
[2026-01-08 17:09:19.748][1] --Database->Password: emsys!01
[2026-01-08 17:09:19.776][1] --- Settings ---
[2026-01-08 17:09:19.794][1] --Settings->ConsoleLogLevel: 3
[2026-01-08 17:09:19.806][1] --Settings->FileLogLevel: 3
[2026-01-08 17:09:19.815][1] --Settings->LogFileNum: 13
[2026-01-08 17:09:19.824][1] --Settings->JWTSecret:
[2026-01-08 17:09:19.886][1] Auth server module listening at "http://localhost:2004/emsys/template/auth"
[2026-01-09 14:49:07.035][1] --LoadServerConfig - start
[2026-01-09 14:49:07.046][1] -- Config file: C:\Projects\emWebAppTemplate\templateAppServer\bin\templateXDataServer.json
[2026-01-09 14:49:07.053][1] -- Config file found.
[2026-01-09 14:49:07.062][1] --TServerConfig.Create - start
[2026-01-09 14:49:07.073][1] --TServerConfig.Create - end
[2026-01-09 14:49:07.080][1] -- localConfig loaded from config file
[2026-01-09 14:49:07.088][1] -- serverConfig.Free - called
[2026-01-09 14:49:07.096][1] -- serverConfig := localConfig - called
[2026-01-09 14:49:07.104][1] --- Server Config Values ---
[2026-01-09 14:49:07.112][1] -- url: http://localhost:2004/emsys/template/ [default]
[2026-01-09 14:49:07.121][1] -- adminPassword: whatisthisusedfor [default]
[2026-01-09 14:49:07.130][1] -- jwtTokenSecret: [from config/default]
[2026-01-09 14:49:07.141][1] -- webAppFolder: static [default]
[2026-01-09 14:49:07.150][1] -- reportsFolder: static\reports\ [default]
[2026-01-09 14:49:07.160][1] --LoadServerConfig - end
[2026-01-09 14:49:07.180][1] ******************************************************
[2026-01-09 14:49:07.186][1] template Server
[2026-01-09 14:49:07.197][1] Version: 1.0.0.0
[2026-01-09 14:49:07.204][1]
[2026-01-09 14:49:07.213][1] by EM Systems, Inc.
[2026-01-09 14:49:07.222][1] ******************************************************
[2026-01-09 14:49:07.237][1] --- Database ---
[2026-01-09 14:49:07.248][1] --Database->Server: 192.168.102.129
[2026-01-09 14:49:07.257][1] --Database->Port: 0
[2026-01-09 14:49:07.266][1] --Database->Database: sleepdb
[2026-01-09 14:49:07.274][1] --Database->Username: hstuser
[2026-01-09 14:49:07.284][1] --Database->Password: emsys!01
[2026-01-09 14:49:07.301][1] --- Settings ---
[2026-01-09 14:49:07.311][1] --Settings->ConsoleLogLevel: 3
[2026-01-09 14:49:07.319][1] --Settings->FileLogLevel: 5
[2026-01-09 14:49:07.327][1] --Settings->LogFileNum: 13
[2026-01-09 14:49:07.385][1] Auth server module listening at "http://localhost:2004/emsys/template/auth"
[2026-01-09 14:49:07.461][1] Api server module listening at "http://localhost:2004/emsys/template/api"
[2026-01-09 14:49:07.489][1] App server module listening at "http://localhost:2004/emsys/template/app", rootDir: static
[2026-01-09 14:49:08.980][1] TLoggingMiddleware.ProcessRequest:
[2026-01-09 14:49:09.003][1] --Request.RemoteIP: ::1 RequestLogMessage: GET /emsys/template/auth/swaggerui HTTP/1.1
[2026-01-09 14:49:09.007][1] --Resp.StatusCode: 200 Resp.StatusReason: OK on GET /emsys/template/auth/swaggerui HTTP/1.1
[2026-01-09 14:49:09.695][1] TLoggingMiddleware.ProcessRequest:
[2026-01-09 14:49:09.700][1] --Request.RemoteIP: ::1 RequestLogMessage: GET /emsys/template/auth/openapi/swagger.json HTTP/1.1
[2026-01-09 14:49:09.715][1] --Resp.StatusCode: 200 Resp.StatusReason: OK on GET /emsys/template/auth/openapi/swagger.json HTTP/1.1
[2026-01-09 14:49:18.203][1] TLoggingMiddleware.ProcessRequest:
[2026-01-09 14:49:18.206][1] --Request.RemoteIP: ::1 RequestLogMessage: POST /emsys/template/auth/AuthService/Login HTTP/1.1
[2026-01-09 14:49:18.214][5] TAuthDatabase.DataModuleCreate
[2026-01-09 14:49:18.355][5] TAuthService.AfterConstruction - AuthDb created
[2026-01-09 14:49:18.370][3] AuthService.Login - User: "emsys1"
[2026-01-08 17:09:58.392][1] --TServerConfig.Create - start
[2026-01-08 17:09:58.392][1] --TServerConfig.Create - end
[2026-01-08 17:09:58.402][1] --LoadServerConfig - start
[2026-01-08 17:09:58.412][1] -- Config file: C:\Projects\emWebAppTemplate\templateAppServer\bin\templateXDataServer.json
[2026-01-08 17:09:58.412][1] -- Config file found.
[2026-01-08 17:09:58.424][1] --TServerConfig.Create - start
[2026-01-08 17:09:58.432][1] --TServerConfig.Create - end
[2026-01-08 17:09:58.445][1] -- localConfig loaded from config file
[2026-01-08 17:09:58.452][1] -- serverConfig.Free - called
[2026-01-08 17:09:58.463][1] -- serverConfig := localConfig - called
[2026-01-08 17:09:58.470][1] --- Server Config Values ---
[2026-01-08 17:09:58.478][1] -- url: http://localhost:2004/emsys/template/ [default]
[2026-01-08 17:09:58.490][1] -- adminPassword: whatisthisusedfor [default]
[2026-01-08 17:09:58.499][1] -- jwtTokenSecret: [from ini]
[2026-01-08 17:09:58.509][1] -- webAppFolder: static [default]
[2026-01-08 17:09:58.518][1] -- reportsFolder: static\reports\ [default]
[2026-01-08 17:09:58.527][1] --LoadServerConfig - end
[2026-01-08 17:09:58.545][1] ******************************************************
[2026-01-08 17:09:58.555][1] template Server
[2026-01-08 17:09:58.564][1] Version: 1.0.0.0
[2026-01-08 17:09:58.573][1]
[2026-01-08 17:09:58.582][1] by EM Systems, Inc.
[2026-01-08 17:09:58.591][1] ******************************************************
[2026-01-08 17:09:58.606][1] --- Database ---
[2026-01-08 17:09:58.614][1] --Database->Server: 10.208.1.13
[2026-01-08 17:09:58.623][1] --Database->Port: 0
[2026-01-08 17:09:58.633][1] --Database->Database: sleepdb
[2026-01-08 17:09:58.641][1] --Database->Username: hstuser
[2026-01-08 17:09:58.647][1] --Database->Password: emsys!01
[2026-01-08 17:09:58.664][1] --- Settings ---
[2026-01-08 17:09:58.670][1] --Settings->ConsoleLogLevel: 3
[2026-01-08 17:09:58.679][1] --Settings->FileLogLevel: 3
[2026-01-08 17:09:58.684][1] --Settings->LogFileNum: 14
[2026-01-08 17:09:58.692][1] --Settings->JWTSecret: super_secret0123super_secret4567
[2026-01-08 17:09:58.755][1] Auth server module listening at "http://localhost:2004/emsys/template/auth"
[2026-01-08 17:09:58.782][1] Api server module listening at "http://localhost:2004/emsys/template/api"
[2026-01-08 17:09:58.805][1] App server module listening at "http://localhost:2004/emsys/template/app", rootDir: static
[2026-01-09 14:51:24.310][1] --LoadServerConfig - start
[2026-01-09 14:51:24.320][1] -- Config file: C:\Projects\emWebAppTemplate\templateAppServer\bin\templateXDataServer.json
[2026-01-09 14:51:24.331][1] -- Config file found.
[2026-01-09 14:51:24.340][1] --TServerConfig.Create - start
[2026-01-09 14:51:24.348][1] --TServerConfig.Create - end
[2026-01-09 14:51:24.363][1] -- localConfig loaded from config file
[2026-01-09 14:51:24.365][1] -- serverConfig.Free - called
[2026-01-09 14:51:24.365][1] -- serverConfig := localConfig - called
[2026-01-09 14:51:24.367][1] --- Server Config Values ---
[2026-01-09 14:51:24.369][1] -- url: http://localhost:2004/emsys/template/ [default]
[2026-01-09 14:51:24.377][1] -- adminPassword: whatisthisusedfor [default]
[2026-01-09 14:51:24.389][1] -- jwtTokenSecret: [from config/default]
[2026-01-09 14:51:24.398][1] -- webAppFolder: static [default]
[2026-01-09 14:51:24.408][1] -- reportsFolder: static\reports\ [default]
[2026-01-09 14:51:24.416][1] --LoadServerConfig - end
[2026-01-09 14:51:24.434][1] ******************************************************
[2026-01-09 14:51:24.443][1] template Server
[2026-01-09 14:51:24.451][1] Version: 1.0.0.0
[2026-01-09 14:51:24.458][1]
[2026-01-09 14:51:24.466][1] by EM Systems, Inc.
[2026-01-09 14:51:24.475][1] ******************************************************
[2026-01-09 14:51:24.493][1] --- Database ---
[2026-01-09 14:51:24.500][1] --Database->Server: 192.168.102.129
[2026-01-09 14:51:24.510][1] --Database->Port: 0
[2026-01-09 14:51:24.518][1] --Database->Database: sleepdb
[2026-01-09 14:51:24.528][1] --Database->Username: hstuser
[2026-01-09 14:51:24.535][1] --Database->Password: emsys!01
[2026-01-09 14:51:24.552][1] --- Settings ---
[2026-01-09 14:51:24.559][1] --Settings->ConsoleLogLevel: 3
[2026-01-09 14:51:24.568][1] --Settings->FileLogLevel: 5
[2026-01-09 14:51:24.574][1] --Settings->LogFileNum: 14
[2026-01-09 14:51:24.617][1] Auth server module listening at "http://localhost:2004/emsys/template/auth"
[2026-01-09 14:51:24.658][1] Api server module listening at "http://localhost:2004/emsys/template/api"
[2026-01-09 14:51:24.694][1] App server module listening at "http://localhost:2004/emsys/template/app", rootDir: static
[2026-01-09 14:51:27.260][1] TLoggingMiddleware.ProcessRequest:
[2026-01-09 14:51:27.353][1] --Request.RemoteIP: ::1 RequestLogMessage: GET /emsys/template/auth/swaggerui HTTP/1.1
[2026-01-09 14:51:27.356][1] --Resp.StatusCode: 200 Resp.StatusReason: OK on GET /emsys/template/auth/swaggerui HTTP/1.1
[2026-01-09 14:51:27.913][1] TLoggingMiddleware.ProcessRequest:
[2026-01-09 14:51:27.937][1] --Request.RemoteIP: ::1 RequestLogMessage: GET /emsys/template/auth/openapi/swagger.json HTTP/1.1
[2026-01-09 14:51:27.962][1] --Resp.StatusCode: 200 Resp.StatusReason: OK on GET /emsys/template/auth/openapi/swagger.json HTTP/1.1
[2026-01-09 14:51:30.946][1] TLoggingMiddleware.ProcessRequest:
[2026-01-09 14:51:30.953][1] --Request.RemoteIP: ::1 RequestLogMessage: POST /emsys/template/auth/AuthService/Login HTTP/1.1
[2026-01-09 14:51:30.969][5] TAuthDatabase.DataModuleCreate
[2026-01-09 14:51:31.317][5] TAuthService.AfterConstruction - AuthDb created
[2026-01-09 14:51:31.321][3] AuthService.Login - User: "emsys1"
[2026-01-09 14:51:31.350][2] Login Error: Invalid username or password
[2026-01-09 14:51:38.905][5] TAuthService.BeforeDestruction - AuthDb freed
[2026-01-09 14:51:38.932][1] --Resp.StatusCode: 401 Resp.StatusReason: Unauthorized on POST /emsys/template/auth/AuthService/Login HTTP/1.1
[2026-01-09 14:51:48.360][1] TLoggingMiddleware.ProcessRequest:
[2026-01-09 14:51:48.366][1] --Request.RemoteIP: ::1 RequestLogMessage: POST /emsys/template/auth/AuthService/Login HTTP/1.1
[2026-01-09 14:51:48.380][5] TAuthDatabase.DataModuleCreate
[2026-01-09 14:51:48.491][5] TAuthService.AfterConstruction - AuthDb created
[2026-01-09 14:51:48.491][3] AuthService.Login - User: "emsys"
[2026-01-09 14:51:48.514][2] Login Error: Invalid username or password
[2026-01-09 14:51:53.029][5] TAuthService.BeforeDestruction - AuthDb freed
[2026-01-09 14:51:53.039][1] --Resp.StatusCode: 401 Resp.StatusReason: Unauthorized on POST /emsys/template/auth/AuthService/Login HTTP/1.1
[2026-01-09 14:52:13.899][1] TLoggingMiddleware.ProcessRequest:
[2026-01-09 14:52:13.924][1] --Request.RemoteIP: ::1 RequestLogMessage: POST /emsys/template/auth/AuthService/Login HTTP/1.1
[2026-01-09 14:52:13.924][5] TAuthDatabase.DataModuleCreate
[2026-01-09 14:52:14.071][5] TAuthService.AfterConstruction - AuthDb created
[2026-01-09 14:52:14.079][3] AuthService.Login - User: "emsys"
[2026-01-09 14:52:14.098][2] Login Error: Invalid username or password
[2026-01-09 14:52:15.876][5] TAuthService.BeforeDestruction - AuthDb freed
[2026-01-09 14:52:15.894][1] --Resp.StatusCode: 401 Resp.StatusReason: Unauthorized on POST /emsys/template/auth/AuthService/Login HTTP/1.1
[2026-01-09 14:52:24.251][1] TLoggingMiddleware.ProcessRequest:
[2026-01-09 14:52:24.263][1] --Request.RemoteIP: ::1 RequestLogMessage: POST /emsys/template/auth/AuthService/Login HTTP/1.1
[2026-01-09 14:52:24.271][5] TAuthDatabase.DataModuleCreate
[2026-01-09 14:52:24.372][5] TAuthService.AfterConstruction - AuthDb created
[2026-01-09 14:52:24.376][3] AuthService.Login - User: "emsys1"
[2026-01-09 14:52:24.392][2] Login Error: Invalid username or password
[2026-01-09 14:52:25.746][5] TAuthService.BeforeDestruction - AuthDb freed
[2026-01-09 14:52:25.771][1] --Resp.StatusCode: 401 Resp.StatusReason: Unauthorized on POST /emsys/template/auth/AuthService/Login HTTP/1.1
[2026-01-09 14:53:37.974][1] TLoggingMiddleware.ProcessRequest:
[2026-01-09 14:53:37.974][1] --Request.RemoteIP: ::1 RequestLogMessage: POST /emsys/template/auth/AuthService/Login HTTP/1.1
[2026-01-09 14:53:37.997][5] TAuthDatabase.DataModuleCreate
[2026-01-09 14:53:38.077][5] TAuthService.AfterConstruction - AuthDb created
[2026-01-09 14:53:38.090][3] AuthService.Login - User: "emsys21"
[2026-01-09 14:53:38.123][2] Login Error: Invalid username or password
[2026-01-09 14:53:42.805][5] TAuthService.BeforeDestruction - AuthDb freed
[2026-01-09 14:53:42.822][1] --Resp.StatusCode: 401 Resp.StatusReason: Unauthorized on POST /emsys/template/auth/AuthService/Login HTTP/1.1
[2026-01-08 17:25:33.595][1] --TServerConfig.Create - start
[2026-01-08 17:25:33.597][1] --TServerConfig.Create - end
[2026-01-08 17:25:33.605][1] --LoadServerConfig - start
[2026-01-08 17:25:33.622][1] -- Config file: C:\Projects\emWebAppTemplate\templateAppServer\bin\templateXDataServer.json
[2026-01-08 17:25:33.630][1] -- Config file found.
[2026-01-08 17:25:33.650][1] --TServerConfig.Create - start
[2026-01-08 17:25:33.656][1] --TServerConfig.Create - end
[2026-01-08 17:25:33.665][1] -- localConfig loaded from config file
[2026-01-08 17:25:33.672][1] -- serverConfig.Free - called
[2026-01-08 17:25:33.680][1] -- serverConfig := localConfig - called
[2026-01-08 17:25:33.687][1] --- Server Config Values ---
[2026-01-08 17:25:33.695][1] -- url: http://localhost:2004/emsys/template/ [default]
[2026-01-08 17:25:33.701][1] -- adminPassword: whatisthisusedfor [default]
[2026-01-08 17:25:33.710][1] -- jwtTokenSecret: [from config/default]
[2026-01-08 17:25:33.717][1] -- webAppFolder: static [default]
[2026-01-08 17:25:33.725][1] -- reportsFolder: static\reports\ [default]
[2026-01-08 17:25:33.734][1] --LoadServerConfig - end
[2026-01-08 17:25:33.746][1] ******************************************************
[2026-01-08 17:25:33.748][1] template Server
[2026-01-08 17:25:33.751][1] Version: 1.0.0.0
[2026-01-08 17:25:33.753][1]
[2026-01-08 17:25:33.755][1] by EM Systems, Inc.
[2026-01-08 17:25:33.755][1] ******************************************************
[2026-01-08 17:25:33.759][1] --- Database ---
[2026-01-08 17:25:33.762][1] --Database->Server: 10.208.1.13
[2026-01-08 17:25:33.770][1] --Database->Port: 0
[2026-01-08 17:25:33.781][1] --Database->Database: sleepdb
[2026-01-08 17:25:33.790][1] --Database->Username: hstuser
[2026-01-08 17:25:33.800][1] --Database->Password: emsys!01
[2026-01-08 17:25:33.813][1] --- Settings ---
[2026-01-08 17:25:33.815][1] --Settings->ConsoleLogLevel: 3
[2026-01-08 17:25:33.824][1] --Settings->FileLogLevel: 3
[2026-01-08 17:25:33.833][1] --Settings->LogFileNum: 15
[2026-01-08 17:25:33.894][1] Auth server module listening at "http://localhost:2004/emsys/template/auth"
[2026-01-08 17:25:33.925][1] Api server module listening at "http://localhost:2004/emsys/template/api"
[2026-01-08 17:25:33.949][1] App server module listening at "http://localhost:2004/emsys/template/app", rootDir: static
[2026-01-09 14:54:06.741][1] --LoadServerConfig - start
[2026-01-09 14:54:06.756][1] -- Config file: C:\Projects\emWebAppTemplate\templateAppServer\bin\templateXDataServer.json
[2026-01-09 14:54:06.767][1] -- Config file found.
[2026-01-09 14:54:06.782][1] --TServerConfig.Create - start
[2026-01-09 14:54:06.793][1] --TServerConfig.Create - end
[2026-01-09 14:54:06.803][1] -- localConfig loaded from config file
[2026-01-09 14:54:06.817][1] -- serverConfig.Free - called
[2026-01-09 14:54:06.832][1] -- serverConfig := localConfig - called
[2026-01-09 14:54:06.844][1] --- Server Config Values ---
[2026-01-09 14:54:06.858][1] -- url: http://localhost:2004/emsys/template/ [default]
[2026-01-09 14:54:06.868][1] -- adminPassword: whatisthisusedfor [default]
[2026-01-09 14:54:06.880][1] -- jwtTokenSecret: [from config/default]
[2026-01-09 14:54:06.892][1] -- webAppFolder: static [default]
[2026-01-09 14:54:06.903][1] -- reportsFolder: static\reports\ [default]
[2026-01-09 14:54:06.915][1] --LoadServerConfig - end
[2026-01-09 14:54:06.940][1] ******************************************************
[2026-01-09 14:54:06.949][1] template Server
[2026-01-09 14:54:06.959][1] Version: 1.0.0.0
[2026-01-09 14:54:06.969][1]
[2026-01-09 14:54:06.980][1] by EM Systems, Inc.
[2026-01-09 14:54:06.989][1] ******************************************************
[2026-01-09 14:54:07.014][1] --- Database ---
[2026-01-09 14:54:07.028][1] --Database->Server: 192.168.102.129
[2026-01-09 14:54:07.030][1] --Database->Port: 0
[2026-01-09 14:54:07.034][1] --Database->Database: sleepdb
[2026-01-09 14:54:07.036][1] --Database->Username: hstuser
[2026-01-09 14:54:07.038][1] --Database->Password: emsys!01
[2026-01-09 14:54:07.043][1] --- Settings ---
[2026-01-09 14:54:07.056][1] --Settings->ConsoleLogLevel: 3
[2026-01-09 14:54:07.067][1] --Settings->FileLogLevel: 5
[2026-01-09 14:54:07.078][1] --Settings->LogFileNum: 15
[2026-01-09 14:54:07.153][1] Auth server module listening at "http://localhost:2004/emsys/template/auth"
[2026-01-09 14:54:07.208][1] Api server module listening at "http://localhost:2004/emsys/template/api"
[2026-01-09 14:54:07.227][1] App server module listening at "http://localhost:2004/emsys/template/app", rootDir: static
[2026-01-09 14:54:09.286][1] TLoggingMiddleware.ProcessRequest:
[2026-01-09 14:54:09.393][1] --Request.RemoteIP: ::1 RequestLogMessage: GET /emsys/template/auth/swaggerui HTTP/1.1
[2026-01-09 14:54:09.398][1] --Resp.StatusCode: 200 Resp.StatusReason: OK on GET /emsys/template/auth/swaggerui HTTP/1.1
[2026-01-09 14:54:09.926][1] TLoggingMiddleware.ProcessRequest:
[2026-01-09 14:54:09.930][1] --Request.RemoteIP: ::1 RequestLogMessage: GET /emsys/template/auth/openapi/swagger.json HTTP/1.1
[2026-01-09 14:54:09.945][1] --Resp.StatusCode: 200 Resp.StatusReason: OK on GET /emsys/template/auth/openapi/swagger.json HTTP/1.1
[2026-01-09 14:54:22.917][1] TLoggingMiddleware.ProcessRequest:
[2026-01-09 14:54:22.920][1] --Request.RemoteIP: ::1 RequestLogMessage: POST /emsys/template/auth/AuthService/Login HTTP/1.1
[2026-01-09 14:54:22.934][5] TAuthDatabase.DataModuleCreate
[2026-01-09 14:54:23.023][5] TAuthService.AfterConstruction - AuthDb created
[2026-01-09 14:54:23.024][3] AuthService.Login - User: "emsys21"
[2026-01-09 14:54:23.040][2] Login Error: Invalid username or password
[2026-01-09 14:54:25.105][5] TAuthService.BeforeDestruction - AuthDb freed
[2026-01-09 14:54:25.120][1] --Resp.StatusCode: 401 Resp.StatusReason: Unauthorized on POST /emsys/template/auth/AuthService/Login HTTP/1.1
[2026-01-09 12:49:31.094][1] --LoadServerConfig - start
[2026-01-09 12:49:31.096][1] -- Config file: C:\Projects\emWebAppTemplate\templateAppServer\bin\templateXDataServer.json
[2026-01-09 12:49:31.110][1] -- Config file found.
[2026-01-09 12:49:31.131][1] --TServerConfig.Create - start
[2026-01-09 12:49:31.140][1] --TServerConfig.Create - end
[2026-01-09 12:49:31.151][1] -- localConfig loaded from config file
[2026-01-09 12:49:31.162][1] -- serverConfig.Free - called
[2026-01-09 12:49:31.173][1] -- serverConfig := localConfig - called
[2026-01-09 12:49:31.184][1] --- Server Config Values ---
[2026-01-09 12:49:31.206][1] -- url: http://localhost:2004/emsys/template/ [default]
[2026-01-09 12:49:31.218][1] -- adminPassword: whatisthisusedfor [default]
[2026-01-09 12:49:31.221][1] -- jwtTokenSecret: [from config/default]
[2026-01-09 12:49:31.223][1] -- webAppFolder: static [default]
[2026-01-09 12:49:31.225][1] -- reportsFolder: static\reports\ [default]
[2026-01-09 12:49:31.237][1] --LoadServerConfig - end
[2026-01-09 12:49:31.259][1] ******************************************************
[2026-01-09 12:49:31.273][1] template Server
[2026-01-09 12:49:31.287][1] Version: 1.0.0.0
[2026-01-09 12:49:31.313][1]
[2026-01-09 12:49:31.325][1] by EM Systems, Inc.
[2026-01-09 12:49:31.338][1] ******************************************************
[2026-01-09 12:49:31.365][1] --- Database ---
[2026-01-09 12:49:31.379][1] --Database->Server: 10.208.1.13
[2026-01-09 12:49:31.391][1] --Database->Port: 0
[2026-01-09 12:49:31.406][1] --Database->Database: sleepdb
[2026-01-09 12:49:31.417][1] --Database->Username: hstuser
[2026-01-09 12:49:31.427][1] --Database->Password: emsys!01
[2026-01-09 12:49:31.448][1] --- Settings ---
[2026-01-09 12:49:31.462][1] --Settings->ConsoleLogLevel: 3
[2026-01-09 12:49:31.464][1] --Settings->FileLogLevel: 3
[2026-01-09 12:49:31.475][1] --Settings->LogFileNum: 16
[2026-01-09 12:49:31.532][1] Auth server module listening at "http://localhost:2004/emsys/template/auth"
[2026-01-09 12:49:31.577][1] Api server module listening at "http://localhost:2004/emsys/template/api"
[2026-01-09 12:49:31.604][1] App server module listening at "http://localhost:2004/emsys/template/app", rootDir: static
[2026-01-09 15:06:29.524][1] --LoadServerConfig - start
[2026-01-09 15:06:29.524][1] -- Config file: C:\Projects\emWebAppTemplate\templateAppServer\bin\templateXDataServer.json
[2026-01-09 15:06:29.537][1] -- Config file found.
[2026-01-09 15:06:29.553][1] --TServerConfig.Create - start
[2026-01-09 15:06:29.558][1] --TServerConfig.Create - end
[2026-01-09 15:06:29.567][1] -- localConfig loaded from config file
[2026-01-09 15:06:29.574][1] -- serverConfig.Free - called
[2026-01-09 15:06:29.583][1] -- serverConfig := localConfig - called
[2026-01-09 15:06:29.592][1] --- Server Config Values ---
[2026-01-09 15:06:29.600][1] -- url: http://localhost:2004/emsys/template/ [default]
[2026-01-09 15:06:29.609][1] -- adminPassword: whatisthisusedfor [default]
[2026-01-09 15:06:29.621][1] -- jwtTokenSecret: [from config/default]
[2026-01-09 15:06:29.624][1] -- webAppFolder: static [default]
[2026-01-09 15:06:29.626][1] -- reportsFolder: static\reports\ [default]
[2026-01-09 15:06:29.628][1] --LoadServerConfig - end
[2026-01-09 15:06:29.632][1] ******************************************************
[2026-01-09 15:06:29.642][1] template Server
[2026-01-09 15:06:29.658][1] Version: 1.0.0.0
[2026-01-09 15:06:29.660][1]
[2026-01-09 15:06:29.662][1] by EM Systems, Inc.
[2026-01-09 15:06:29.674][1] ******************************************************
[2026-01-09 15:06:29.694][1] --- Database ---
[2026-01-09 15:06:29.700][1] --Database->Server: 192.168.102.129
[2026-01-09 15:06:29.709][1] --Database->Port: 0
[2026-01-09 15:06:29.716][1] --Database->Database: sleepdb
[2026-01-09 15:06:29.726][1] --Database->Username: hstuser
[2026-01-09 15:06:29.738][1] --Database->Password: emsys!01
[2026-01-09 15:06:29.752][1] --- Settings ---
[2026-01-09 15:06:29.761][1] --Settings->ConsoleLogLevel: 3
[2026-01-09 15:06:29.770][1] --Settings->FileLogLevel: 5
[2026-01-09 15:06:29.772][1] --Settings->LogFileNum: 16
[2026-01-09 15:06:29.820][1] Auth server module listening at "http://localhost:2004/emsys/template/auth"
[2026-01-09 15:06:29.852][1] Api server module listening at "http://localhost:2004/emsys/template/api"
[2026-01-09 15:06:29.898][1] App server module listening at "http://localhost:2004/emsys/template/app", rootDir: static
[2026-01-09 15:06:32.336][1] TLoggingMiddleware.ProcessRequest:
[2026-01-09 15:06:32.345][1] --Request.RemoteIP: ::1 RequestLogMessage: GET /emsys/template/auth/swaggerui HTTP/1.1
[2026-01-09 15:06:32.375][1] --Resp.StatusCode: 200 Resp.StatusReason: OK on GET /emsys/template/auth/swaggerui HTTP/1.1
[2026-01-09 15:06:33.179][1] TLoggingMiddleware.ProcessRequest:
[2026-01-09 15:06:33.186][1] --Request.RemoteIP: ::1 RequestLogMessage: GET /emsys/template/auth/openapi/swagger.json HTTP/1.1
[2026-01-09 15:06:33.244][1] --Resp.StatusCode: 200 Resp.StatusReason: OK on GET /emsys/template/auth/openapi/swagger.json HTTP/1.1
[2026-01-09 15:06:41.235][1] TLoggingMiddleware.ProcessRequest:
[2026-01-09 15:06:41.237][1] --Request.RemoteIP: ::1 RequestLogMessage: POST /emsys/template/auth/AuthService/Login HTTP/1.1
[2026-01-09 15:06:41.252][5] TAuthDatabase.DataModuleCreate
[2026-01-09 15:06:41.356][5] TAuthService.AfterConstruction - AuthDb created
[2026-01-09 15:06:41.358][3] AuthService.Login - User: "emsys"
[2026-01-09 15:06:41.391][2] Login Error: Invalid username or password
[2026-01-09 15:06:46.540][5] TAuthService.BeforeDestruction - AuthDb freed
[2026-01-09 15:06:46.589][1] --Resp.StatusCode: 401 Resp.StatusReason: Unauthorized on POST /emsys/template/auth/AuthService/Login HTTP/1.1
[2026-01-09 13:33:23.606][1] --LoadServerConfig - start
[2026-01-09 13:33:23.608][1] -- Config file: C:\Projects\emWebAppTemplate\templateAppServer\bin\templateXDataServer.json
[2026-01-09 13:33:23.617][1] -- Config file found.
[2026-01-09 13:33:23.625][1] --TServerConfig.Create - start
[2026-01-09 13:33:23.634][1] --TServerConfig.Create - end
[2026-01-09 13:33:23.642][1] -- localConfig loaded from config file
[2026-01-09 13:33:23.650][1] -- serverConfig.Free - called
[2026-01-09 13:33:23.658][1] -- serverConfig := localConfig - called
[2026-01-09 13:33:23.665][1] --- Server Config Values ---
[2026-01-09 13:33:23.672][1] -- url: http://localhost:2004/emsys/template/ [default]
[2026-01-09 13:33:23.681][1] -- adminPassword: whatisthisusedfor [default]
[2026-01-09 13:33:23.689][1] -- jwtTokenSecret: [from config/default]
[2026-01-09 13:33:23.696][1] -- webAppFolder: static [default]
[2026-01-09 13:33:23.707][1] -- reportsFolder: static\reports\ [default]
[2026-01-09 13:33:23.718][1] --LoadServerConfig - end
[2026-01-09 13:33:23.737][1] ******************************************************
[2026-01-09 13:33:23.748][1] template Server
[2026-01-09 13:33:23.756][1] Version: 1.0.0.0
[2026-01-09 13:33:23.764][1]
[2026-01-09 13:33:23.768][1] by EM Systems, Inc.
[2026-01-09 13:33:23.770][1] ******************************************************
[2026-01-09 13:33:23.795][1] --- Database ---
[2026-01-09 13:33:23.805][1] --Database->Server: 10.208.1.13
[2026-01-09 13:33:23.812][1] --Database->Port: 0
[2026-01-09 13:33:23.821][1] --Database->Database: sleepdb
[2026-01-09 13:33:23.829][1] --Database->Username: hstuser
[2026-01-09 13:33:23.841][1] --Database->Password: emsys!01
[2026-01-09 13:33:23.860][1] --- Settings ---
[2026-01-09 13:33:23.868][1] --Settings->ConsoleLogLevel: 3
[2026-01-09 13:33:23.877][1] --Settings->FileLogLevel: 3
[2026-01-09 13:33:23.886][1] --Settings->LogFileNum: 17
[2026-01-09 13:33:23.954][1] Auth server module listening at "http://localhost:2004/emsys/template/auth"
[2026-01-09 13:33:24.000][1] Api server module listening at "http://localhost:2004/emsys/template/api"
[2026-01-09 13:33:24.017][1] App server module listening at "http://localhost:2004/emsys/template/app", rootDir: static
[2026-01-09 13:33:26.116][1] TLoggingMiddleware.ProcessRequest:
[2026-01-09 13:33:26.128][1] --Request.RemoteIP: ::1 RequestLogMessage: GET /emsys/template/auth/swaggerui HTTP/1.1
[2026-01-09 13:33:26.156][1] --Resp.StatusCode: 200 Resp.StatusReason: OK on GET /emsys/template/auth/swaggerui HTTP/1.1
[2026-01-09 13:33:27.137][1] TLoggingMiddleware.ProcessRequest:
[2026-01-09 13:33:27.139][1] --Request.RemoteIP: ::1 RequestLogMessage: GET /emsys/template/auth/openapi/swagger.json HTTP/1.1
[2026-01-09 13:33:27.163][1] --Resp.StatusCode: 200 Resp.StatusReason: OK on GET /emsys/template/auth/openapi/swagger.json HTTP/1.1
[2026-01-09 15:15:05.206][1] --LoadServerConfig - start
[2026-01-09 15:15:05.208][1] -- Config file: C:\Projects\emWebAppTemplate\templateAppServer\bin\templateXDataServer.json
[2026-01-09 15:15:05.220][1] -- Config file found.
[2026-01-09 15:15:05.225][1] --TServerConfig.Create - start
[2026-01-09 15:15:05.237][1] --TServerConfig.Create - end
[2026-01-09 15:15:05.245][1] -- localConfig loaded from config file
[2026-01-09 15:15:05.251][1] -- serverConfig.Free - called
[2026-01-09 15:15:05.251][1] -- serverConfig := localConfig - called
[2026-01-09 15:15:05.272][1] --- Server Config Values ---
[2026-01-09 15:15:05.272][1] -- url: http://localhost:2004/emsys/template/ [default]
[2026-01-09 15:15:05.290][1] -- adminPassword: whatisthisusedfor [default]
[2026-01-09 15:15:05.301][1] -- jwtTokenSecret: [from config/default]
[2026-01-09 15:15:05.308][1] -- webAppFolder: static [default]
[2026-01-09 15:15:05.313][1] -- reportsFolder: static\reports\ [default]
[2026-01-09 15:15:05.323][1] --LoadServerConfig - end
[2026-01-09 15:15:05.327][1] ******************************************************
[2026-01-09 15:15:05.329][1] template Server
[2026-01-09 15:15:05.332][1] Version: 1.0.0.0
[2026-01-09 15:15:05.334][1]
[2026-01-09 15:15:05.336][1] by EM Systems, Inc.
[2026-01-09 15:15:05.336][1] ******************************************************
[2026-01-09 15:15:05.356][1] --- Database ---
[2026-01-09 15:15:05.366][1] --Database->Server: 192.168.102.129
[2026-01-09 15:15:05.373][1] --Database->Port: 0
[2026-01-09 15:15:05.383][1] --Database->Database: sleepdb
[2026-01-09 15:15:05.394][1] --Database->Username: hstuser
[2026-01-09 15:15:05.403][1] --Database->Password: emsys!01
[2026-01-09 15:15:05.419][1] --- Settings ---
[2026-01-09 15:15:05.428][1] --Settings->ConsoleLogLevel: 3
[2026-01-09 15:15:05.438][1] --Settings->FileLogLevel: 5
[2026-01-09 15:15:05.447][1] --Settings->LogFileNum: 17
[2026-01-09 15:15:05.524][1] Auth server module listening at "http://localhost:2004/emsys/template/auth"
[2026-01-09 15:15:05.542][1] Api server module listening at "http://localhost:2004/emsys/template/api"
[2026-01-09 15:15:05.564][1] App server module listening at "http://localhost:2004/emsys/template/app", rootDir: static
[2026-01-09 15:15:07.492][1] TLoggingMiddleware.ProcessRequest:
[2026-01-09 15:15:07.498][1] --Request.RemoteIP: ::1 RequestLogMessage: GET /emsys/template/auth/swaggerui HTTP/1.1
[2026-01-09 15:15:07.522][1] --Resp.StatusCode: 200 Resp.StatusReason: OK on GET /emsys/template/auth/swaggerui HTTP/1.1
[2026-01-09 15:15:07.974][1] TLoggingMiddleware.ProcessRequest:
[2026-01-09 15:15:07.988][1] --Request.RemoteIP: ::1 RequestLogMessage: GET /emsys/template/auth/openapi/swagger.json HTTP/1.1
[2026-01-09 15:15:08.019][1] --Resp.StatusCode: 200 Resp.StatusReason: OK on GET /emsys/template/auth/openapi/swagger.json HTTP/1.1
[2026-01-09 15:15:16.331][1] TLoggingMiddleware.ProcessRequest:
[2026-01-09 15:15:16.334][1] --Request.RemoteIP: ::1 RequestLogMessage: POST /emsys/template/auth/AuthService/Login HTTP/1.1
[2026-01-09 15:15:16.350][5] TAuthDatabase.DataModuleCreate
[2026-01-09 15:15:16.452][5] TAuthService.AfterConstruction - AuthDb created
[2026-01-09 15:15:16.452][3] AuthService.Login - User: "emsys1"
[2026-01-09 15:15:16.468][1] --Resp.StatusCode: 200 Resp.StatusReason: OK on POST /emsys/template/auth/AuthService/Login HTTP/1.1
[2026-01-09 15:15:16.477][5] TAuthService.BeforeDestruction - AuthDb freed
[2026-01-09 14:02:53.929][1] --LoadServerConfig - start
[2026-01-09 14:02:53.932][1] -- Config file: C:\Projects\emWebAppTemplate\templateAppServer\bin\templateXDataServer.json
[2026-01-09 14:02:53.935][1] -- Config file found.
[2026-01-09 14:02:53.945][1] --TServerConfig.Create - start
[2026-01-09 14:02:53.945][1] --TServerConfig.Create - end
[2026-01-09 14:02:53.963][1] -- localConfig loaded from config file
[2026-01-09 14:02:53.972][1] -- serverConfig.Free - called
[2026-01-09 14:02:53.981][1] -- serverConfig := localConfig - called
[2026-01-09 14:02:53.988][1] --- Server Config Values ---
[2026-01-09 14:02:54.001][1] -- url: http://localhost:2004/emsys/template/ [default]
[2026-01-09 14:02:54.012][1] -- adminPassword: whatisthisusedfor [default]
[2026-01-09 14:02:54.020][1] -- jwtTokenSecret: [from config/default]
[2026-01-09 14:02:54.030][1] -- webAppFolder: static [default]
[2026-01-09 14:02:54.038][1] -- reportsFolder: static\reports\ [default]
[2026-01-09 14:02:54.048][1] --LoadServerConfig - end
[2026-01-09 14:02:54.068][1] ******************************************************
[2026-01-09 14:02:54.079][1] template Server
[2026-01-09 14:02:54.089][1] Version: 1.0.0.0
[2026-01-09 14:02:54.097][1]
[2026-01-09 14:02:54.105][1] by EM Systems, Inc.
[2026-01-09 14:02:54.114][1] ******************************************************
[2026-01-09 14:02:54.131][1] --- Database ---
[2026-01-09 14:02:54.139][1] --Database->Server: 10.208.1.13
[2026-01-09 14:02:54.148][1] --Database->Port: 0
[2026-01-09 14:02:54.157][1] --Database->Database: sleepdb
[2026-01-09 14:02:54.163][1] --Database->Username: hstuser
[2026-01-09 14:02:54.174][1] --Database->Password: emsys!01
[2026-01-09 14:02:54.194][1] --- Settings ---
[2026-01-09 14:02:54.203][1] --Settings->ConsoleLogLevel: 3
[2026-01-09 14:02:54.214][1] --Settings->FileLogLevel: 3
[2026-01-09 14:02:54.222][1] --Settings->LogFileNum: 18
[2026-01-09 14:02:54.270][1] Auth server module listening at "http://localhost:2004/emsys/template/auth"
[2026-01-09 14:02:54.322][1] Api server module listening at "http://localhost:2004/emsys/template/api"
[2026-01-09 14:02:54.339][1] App server module listening at "http://localhost:2004/emsys/template/app", rootDir: static
[2026-01-09 14:02:55.998][1] TLoggingMiddleware.ProcessRequest:
[2026-01-09 14:02:56.047][1] --Request.RemoteIP: ::1 RequestLogMessage: GET /emsys/template/auth/swaggerui HTTP/1.1
[2026-01-09 14:02:56.100][1] --Resp.StatusCode: 200 Resp.StatusReason: OK on GET /emsys/template/auth/swaggerui HTTP/1.1
[2026-01-09 14:02:56.622][1] TLoggingMiddleware.ProcessRequest:
[2026-01-09 14:02:56.625][1] --Request.RemoteIP: ::1 RequestLogMessage: GET /emsys/template/auth/openapi/swagger.json HTTP/1.1
[2026-01-09 14:02:56.640][1] --Resp.StatusCode: 200 Resp.StatusReason: OK on GET /emsys/template/auth/openapi/swagger.json HTTP/1.1
[2026-01-09 14:03:05.051][1] TLoggingMiddleware.ProcessRequest:
[2026-01-09 14:03:05.057][1] --Request.RemoteIP: ::1 RequestLogMessage: POST /emsys/template/auth/AuthService/Login HTTP/1.1
[2026-01-09 16:37:36.884][1] --LoadServerConfig - start
[2026-01-09 16:37:36.887][1] -- Config file: C:\Projects\emWebAppTemplate\templateAppServer\bin\templateXDataServer.json
[2026-01-09 16:37:36.898][1] -- Config file found.
[2026-01-09 16:37:36.923][1] --TServerConfig.Create - start
[2026-01-09 16:37:36.941][1] --TServerConfig.Create - end
[2026-01-09 16:37:36.959][1] -- localConfig loaded from config file
[2026-01-09 16:37:36.965][1] -- serverConfig.Free - called
[2026-01-09 16:37:36.976][1] -- serverConfig := localConfig - called
[2026-01-09 16:37:36.989][1] --- Server Config Values ---
[2026-01-09 16:37:36.995][1] -- url: http://localhost:2004/emsys/template/ [default]
[2026-01-09 16:37:37.010][1] -- adminPassword: whatisthisusedfor [default]
[2026-01-09 16:37:37.022][1] -- jwtTokenSecret: [from config/default]
[2026-01-09 16:37:37.033][1] -- webAppFolder: static [default]
[2026-01-09 16:37:37.040][1] -- reportsFolder: static\reports\ [default]
[2026-01-09 16:37:37.048][1] --LoadServerConfig - end
[2026-01-09 16:37:37.075][1] ******************************************************
[2026-01-09 16:37:37.119][1] template Server
[2026-01-09 16:37:37.141][1] Version: 1.0.0.0
[2026-01-09 16:37:37.159][1]
[2026-01-09 16:37:37.188][1] by EM Systems, Inc.
[2026-01-09 16:37:37.205][1] ******************************************************
[2026-01-09 16:37:37.219][1] --- Database ---
[2026-01-09 16:37:37.231][1] --Database->Server: 192.168.102.129
[2026-01-09 16:37:37.239][1] --Database->Port: 0
[2026-01-09 16:37:37.255][1] --Database->Database: sleepdb
[2026-01-09 16:37:37.261][1] --Database->Username: hstuser
[2026-01-09 16:37:37.268][1] --Database->Password: emsys!01
[2026-01-09 16:37:37.287][1] --- Settings ---
[2026-01-09 16:37:37.296][1] --Settings->ConsoleLogLevel: 3
[2026-01-09 16:37:37.305][1] --Settings->FileLogLevel: 5
[2026-01-09 16:37:37.311][1] --Settings->LogFileNum: 18
[2026-01-09 16:37:37.364][1] Auth server module listening at "http://localhost:2004/emsys/template/auth"
[2026-01-09 16:37:37.396][1] Api server module listening at "http://localhost:2004/emsys/template/api"
[2026-01-09 16:37:37.409][1] App server module listening at "http://localhost:2004/emsys/template/app", rootDir: static
[2026-01-09 17:13:55.613][1] --LoadServerConfig - start
[2026-01-09 17:13:55.617][1] -- Config file: C:\Projects\emWebAppTemplate\templateAppServer\bin\templateXDataServer.json
[2026-01-09 17:13:55.628][1] -- Config file found.
[2026-01-09 17:13:55.636][1] --TServerConfig.Create - start
[2026-01-09 17:13:55.641][1] --TServerConfig.Create - end
[2026-01-09 17:13:55.644][1] -- localConfig loaded from config file
[2026-01-09 17:13:55.651][1] -- serverConfig.Free - called
[2026-01-09 17:13:55.656][1] -- serverConfig := localConfig - called
[2026-01-09 17:13:55.663][1] --- Server Config Values ---
[2026-01-09 17:13:55.667][1] -- url: http://localhost:2004/emsys/template/ [default]
[2026-01-09 17:13:55.675][1] -- adminPassword: whatisthisusedfor [default]
[2026-01-09 17:13:55.684][1] -- jwtTokenSecret: [from config/default]
[2026-01-09 17:13:55.693][1] -- webAppFolder: static [default]
[2026-01-09 17:13:55.699][1] -- reportsFolder: static\reports\ [default]
[2026-01-09 17:13:55.704][1] --LoadServerConfig - end
[2026-01-09 17:13:55.718][1] ******************************************************
[2026-01-09 17:13:55.726][1] template Server
[2026-01-09 17:13:55.734][1] Version: 1.0.0.0
[2026-01-09 17:13:55.743][1]
[2026-01-09 17:13:55.753][1] by EM Systems, Inc.
[2026-01-09 17:13:55.762][1] ******************************************************
[2026-01-09 17:13:55.784][1] --- Database ---
[2026-01-09 17:13:55.793][1] --Database->Server: 192.168.102.129
[2026-01-09 17:13:55.802][1] --Database->Port: 0
[2026-01-09 17:13:55.812][1] --Database->Database: sleepdb
[2026-01-09 17:13:55.820][1] --Database->Username: hstuser
[2026-01-09 17:13:55.826][1] --Database->Password: emsys!01
[2026-01-09 17:13:55.841][1] --- Settings ---
[2026-01-09 17:13:55.849][1] --Settings->ConsoleLogLevel: 3
[2026-01-09 17:13:55.856][1] --Settings->FileLogLevel: 5
[2026-01-09 17:13:55.882][1] --Settings->LogFileNum: 20
[2026-01-09 17:13:55.991][1] Auth server module listening at "http://localhost:2004/emsys/template/auth"
[2026-01-09 17:13:56.024][1] Api server module listening at "http://localhost:2004/emsys/template/api"
[2026-01-09 17:13:56.094][1] App server module listening at "http://localhost:2004/emsys/template/app", rootDir: static
[2026-01-09 17:14:01.818][1] TLoggingMiddleware.ProcessRequest:
[2026-01-09 17:14:01.854][1] --Request.RemoteIP: ::1 RequestLogMessage: GET /emsys/template/auth/$model HTTP/1.1
[2026-01-09 17:14:01.869][1] --Resp.StatusCode: 200 Resp.StatusReason: OK on GET /emsys/template/auth/$model HTTP/1.1
[2026-01-09 17:14:01.897][1] TLoggingMiddleware.ProcessRequest:
[2026-01-09 17:14:01.898][1] --Request.RemoteIP: ::1 RequestLogMessage: OPTIONS /emsys/template/auth/AuthService/VerifyVersion/ HTTP/1.1
[2026-01-09 17:14:01.926][1] --Resp.StatusCode: 200 Resp.StatusReason: OK on OPTIONS /emsys/template/auth/AuthService/VerifyVersion/ HTTP/1.1
[2026-01-09 17:14:01.948][1] TLoggingMiddleware.ProcessRequest:
[2026-01-09 17:14:01.950][1] --Request.RemoteIP: ::1 RequestLogMessage: POST /emsys/template/auth/AuthService/VerifyVersion/ HTTP/1.1
[2026-01-09 17:14:01.958][5] TAuthDatabase.DataModuleCreate
[2026-01-09 17:14:02.082][5] TAuthService.AfterConstruction - AuthDb created
[2026-01-09 17:14:02.083][5] TAuthService.VerifyVersion(clientVersion: 0.0.1)
[2026-01-09 17:14:02.095][1] --Resp.StatusCode: 200 Resp.StatusReason: OK on POST /emsys/template/auth/AuthService/VerifyVersion/ HTTP/1.1
[2026-01-09 17:14:02.101][5] TAuthService.BeforeDestruction - AuthDb freed
[2026-01-09 17:14:02.111][1] TLoggingMiddleware.ProcessRequest:
[2026-01-09 17:14:02.118][1] --Request.RemoteIP: ::1 RequestLogMessage: OPTIONS /emsys/template/api/$model HTTP/1.1
[2026-01-09 17:14:02.127][1] --Resp.StatusCode: 200 Resp.StatusReason: OK on OPTIONS /emsys/template/api/$model HTTP/1.1
[2026-01-09 17:14:02.154][1] TLoggingMiddleware.ProcessRequest:
[2026-01-09 17:14:02.155][1] --Request.RemoteIP: ::1 RequestLogMessage: GET /emsys/template/api/$model HTTP/1.1
[2026-01-09 17:14:02.164][1] --Resp.StatusCode: 200 Resp.StatusReason: OK on GET /emsys/template/api/$model HTTP/1.1
[2026-01-09 17:14:04.112][1] TLoggingMiddleware.ProcessRequest:
[2026-01-09 17:14:04.114][1] --Request.RemoteIP: ::1 RequestLogMessage: OPTIONS /emsys/template/api/ApiService/TestApi/ HTTP/1.1
[2026-01-09 17:14:04.132][1] --Resp.StatusCode: 200 Resp.StatusReason: OK on OPTIONS /emsys/template/api/ApiService/TestApi/ HTTP/1.1
[2026-01-09 17:14:04.154][1] TLoggingMiddleware.ProcessRequest:
[2026-01-09 17:14:04.159][1] --Request.RemoteIP: ::1 RequestLogMessage: POST /emsys/template/api/ApiService/TestApi/ HTTP/1.1
[2026-01-09 17:14:04.166][1] TApiService.Create
[2026-01-09 17:14:04.179][1] TApiDatabase.DataModuleCreate
[2026-01-09 17:15:26.198][1] --LoadServerConfig - start
[2026-01-09 17:15:26.198][1] -- Config file: C:\Projects\emWebAppTemplate\templateAppServer\bin\templateXDataServer.json
[2026-01-09 17:15:26.204][1] -- Config file found.
[2026-01-09 17:15:26.217][1] --TServerConfig.Create - start
[2026-01-09 17:15:26.222][1] --TServerConfig.Create - end
[2026-01-09 17:15:26.229][1] -- localConfig loaded from config file
[2026-01-09 17:15:26.234][1] -- serverConfig.Free - called
[2026-01-09 17:15:26.240][1] -- serverConfig := localConfig - called
[2026-01-09 17:15:26.248][1] --- Server Config Values ---
[2026-01-09 17:15:26.255][1] -- url: http://localhost:2004/emsys/template/ [default]
[2026-01-09 17:15:26.255][1] -- adminPassword: whatisthisusedfor [default]
[2026-01-09 17:15:26.267][1] -- jwtTokenSecret: [from config/default]
[2026-01-09 17:15:26.275][1] -- webAppFolder: static [default]
[2026-01-09 17:15:26.281][1] -- reportsFolder: static\reports\ [default]
[2026-01-09 17:15:26.289][1] --LoadServerConfig - end
[2026-01-09 17:15:26.302][1] ******************************************************
[2026-01-09 17:15:26.311][1] template Server
[2026-01-09 17:15:26.320][1] Version: 1.0.0.0
[2026-01-09 17:15:26.328][1]
[2026-01-09 17:15:26.334][1] by EM Systems, Inc.
[2026-01-09 17:15:26.344][1] ******************************************************
[2026-01-09 17:15:26.357][1] --- Database ---
[2026-01-09 17:15:26.363][1] --Database->Server: 192.168.102.129
[2026-01-09 17:15:26.369][1] --Database->Port: 0
[2026-01-09 17:15:26.376][1] --Database->Database: sleepdb
[2026-01-09 17:15:26.382][1] --Database->Username: hstuser
[2026-01-09 17:15:26.392][1] --Database->Password: emsys!01
[2026-01-09 17:15:26.407][1] --- Settings ---
[2026-01-09 17:15:26.413][1] --Settings->ConsoleLogLevel: 3
[2026-01-09 17:15:26.421][1] --Settings->FileLogLevel: 5
[2026-01-09 17:15:26.427][1] --Settings->LogFileNum: 21
[2026-01-09 17:15:26.483][1] Auth server module listening at "http://localhost:2004/emsys/template/auth"
[2026-01-09 17:15:26.508][1] Api server module listening at "http://localhost:2004/emsys/template/api"
[2026-01-09 17:15:26.527][1] App server module listening at "http://localhost:2004/emsys/template/app", rootDir: static
[2026-01-09 17:15:36.972][1] TLoggingMiddleware.ProcessRequest:
[2026-01-09 17:15:37.006][1] --Request.RemoteIP: ::1 RequestLogMessage: GET /emsys/template/auth/$model HTTP/1.1
[2026-01-09 17:15:37.021][1] --Resp.StatusCode: 200 Resp.StatusReason: OK on GET /emsys/template/auth/$model HTTP/1.1
[2026-01-09 17:15:37.061][1] TLoggingMiddleware.ProcessRequest:
[2026-01-09 17:15:37.067][1] --Request.RemoteIP: ::1 RequestLogMessage: OPTIONS /emsys/template/auth/AuthService/VerifyVersion/ HTTP/1.1
[2026-01-09 17:15:37.072][1] --Resp.StatusCode: 200 Resp.StatusReason: OK on OPTIONS /emsys/template/auth/AuthService/VerifyVersion/ HTTP/1.1
[2026-01-09 17:15:37.104][1] TLoggingMiddleware.ProcessRequest:
[2026-01-09 17:15:37.115][1] --Request.RemoteIP: ::1 RequestLogMessage: POST /emsys/template/auth/AuthService/VerifyVersion/ HTTP/1.1
[2026-01-09 17:15:37.117][5] TAuthDatabase.DataModuleCreate
[2026-01-09 17:15:37.197][5] TAuthService.AfterConstruction - AuthDb created
[2026-01-09 17:15:37.197][5] TAuthService.VerifyVersion(clientVersion: 0.0.1)
[2026-01-09 17:15:37.215][1] --Resp.StatusCode: 200 Resp.StatusReason: OK on POST /emsys/template/auth/AuthService/VerifyVersion/ HTTP/1.1
[2026-01-09 17:15:37.222][5] TAuthService.BeforeDestruction - AuthDb freed
[2026-01-09 17:15:37.245][1] TLoggingMiddleware.ProcessRequest:
[2026-01-09 17:15:37.254][1] --Request.RemoteIP: ::1 RequestLogMessage: OPTIONS /emsys/template/api/$model HTTP/1.1
[2026-01-09 17:15:37.277][1] --Resp.StatusCode: 200 Resp.StatusReason: OK on OPTIONS /emsys/template/api/$model HTTP/1.1
[2026-01-09 17:15:37.309][1] TLoggingMiddleware.ProcessRequest:
[2026-01-09 17:15:37.323][1] --Request.RemoteIP: ::1 RequestLogMessage: GET /emsys/template/api/$model HTTP/1.1
[2026-01-09 17:15:37.351][1] --Resp.StatusCode: 200 Resp.StatusReason: OK on GET /emsys/template/api/$model HTTP/1.1
[2026-01-09 17:15:39.208][1] TLoggingMiddleware.ProcessRequest:
[2026-01-09 17:15:39.209][1] --Request.RemoteIP: ::1 RequestLogMessage: OPTIONS /emsys/template/api/ApiService/TestApi/ HTTP/1.1
[2026-01-09 17:15:39.237][1] --Resp.StatusCode: 200 Resp.StatusReason: OK on OPTIONS /emsys/template/api/ApiService/TestApi/ HTTP/1.1
[2026-01-09 17:15:39.241][1] TLoggingMiddleware.ProcessRequest:
[2026-01-09 17:15:39.245][1] --Request.RemoteIP: ::1 RequestLogMessage: POST /emsys/template/api/ApiService/TestApi/ HTTP/1.1
[2026-01-09 17:15:39.261][1] TApiService.Create
[2026-01-09 17:15:39.269][1] TApiDatabase.DataModuleCreate
{"url":"http://localhost:2004/emsys/template/","jwtTokenSecret":"super_secret0123super_secret4567","adminPassword":"whatisthisusedfor","webAppFolder":"static","reportsFolder":"static\\reports\\"}
\ No newline at end of file
{ {
"AuthUrl" : "http://localhost:2004/emsys/template/auth/", "AuthUrl" : "http://localhost:2001/emsys/template/auth/",
"ApiUrl" : "http://localhost:2004/emsys/template/api/" "ApiUrl" : "http://localhost:2001/emsys/template/api/"
} }
...@@ -24,3 +24,4 @@ ...@@ -24,3 +24,4 @@
</body> </body>
</html> </html>
program webTemplateApp; program templateWebApp;
uses uses
Vcl.Forms, Vcl.Forms,
......
...@@ -3,13 +3,13 @@ ...@@ -3,13 +3,13 @@
<ProjectGuid>{DB6F5DBF-7E4B-45DA-AFFA-6C8DF15BA740}</ProjectGuid> <ProjectGuid>{DB6F5DBF-7E4B-45DA-AFFA-6C8DF15BA740}</ProjectGuid>
<ProjectVersion>20.3</ProjectVersion> <ProjectVersion>20.3</ProjectVersion>
<FrameworkType>VCL</FrameworkType> <FrameworkType>VCL</FrameworkType>
<MainSource>webTemplateApp.dpr</MainSource> <MainSource>templateWebApp.dpr</MainSource>
<Base>True</Base> <Base>True</Base>
<Config Condition="'$(Config)'==''">Debug</Config> <Config Condition="'$(Config)'==''">Debug</Config>
<Platform Condition="'$(Platform)'==''">Win32</Platform> <Platform Condition="'$(Platform)'==''">Win32</Platform>
<TargetedPlatforms>1</TargetedPlatforms> <TargetedPlatforms>1</TargetedPlatforms>
<AppType>Application</AppType> <AppType>Application</AppType>
<ProjectName Condition="'$(ProjectName)'==''">webTemplateApp</ProjectName> <ProjectName Condition="'$(ProjectName)'==''">templateWebApp</ProjectName>
</PropertyGroup> </PropertyGroup>
<PropertyGroup Condition="'$(Config)'=='Base' or '$(Base)'!=''"> <PropertyGroup Condition="'$(Config)'=='Base' or '$(Base)'!=''">
<Base>true</Base> <Base>true</Base>
...@@ -58,7 +58,7 @@ ...@@ -58,7 +58,7 @@
<DCC_Namespace>System;Xml;Data;Datasnap;Web;Soap;Vcl;Vcl.Imaging;Vcl.Touch;Vcl.Samples;Vcl.Shell;$(DCC_Namespace)</DCC_Namespace> <DCC_Namespace>System;Xml;Data;Datasnap;Web;Soap;Vcl;Vcl.Imaging;Vcl.Touch;Vcl.Samples;Vcl.Shell;$(DCC_Namespace)</DCC_Namespace>
<Icon_MainIcon>$(BDS)\bin\delphi_PROJECTICON.ico</Icon_MainIcon> <Icon_MainIcon>$(BDS)\bin\delphi_PROJECTICON.ico</Icon_MainIcon>
<Icns_MainIcns>$(BDS)\bin\delphi_PROJECTICNS.icns</Icns_MainIcns> <Icns_MainIcns>$(BDS)\bin\delphi_PROJECTICNS.icns</Icns_MainIcns>
<SanitizedProjectName>webTemplateApp</SanitizedProjectName> <SanitizedProjectName>templateWebApp</SanitizedProjectName>
<VerInfo_Locale>1046</VerInfo_Locale> <VerInfo_Locale>1046</VerInfo_Locale>
<TMSWebProject>2</TMSWebProject> <TMSWebProject>2</TMSWebProject>
<VerInfo_Keys>CompanyName=;FileDescription=$(MSBuildProjectName);FileVersion=1.0.0.802;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProgramID=com.embarcadero.$(MSBuildProjectName);ProductName=$(MSBuildProjectName);ProductVersion=1.0.0.0;Comments=;LastCompiledTime=2018/07/25 12:57:53</VerInfo_Keys> <VerInfo_Keys>CompanyName=;FileDescription=$(MSBuildProjectName);FileVersion=1.0.0.802;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProgramID=com.embarcadero.$(MSBuildProjectName);ProductName=$(MSBuildProjectName);ProductVersion=1.0.0.0;Comments=;LastCompiledTime=2018/07/25 12:57:53</VerInfo_Keys>
...@@ -102,7 +102,7 @@ ...@@ -102,7 +102,7 @@
<TMSWebBrowser>1</TMSWebBrowser> <TMSWebBrowser>1</TMSWebBrowser>
<TMSUseJSDebugger>2</TMSUseJSDebugger> <TMSUseJSDebugger>2</TMSUseJSDebugger>
<TMSWebSingleInstance>1</TMSWebSingleInstance> <TMSWebSingleInstance>1</TMSWebSingleInstance>
<TMSWebOutputPath>..\kgOrdersServer\bin\static</TMSWebOutputPath> <TMSWebOutputPath>..\templateXDataServer\bin</TMSWebOutputPath>
</PropertyGroup> </PropertyGroup>
<PropertyGroup Condition="'$(Cfg_2)'!=''"> <PropertyGroup Condition="'$(Cfg_2)'!=''">
<DCC_LocalDebugSymbols>false</DCC_LocalDebugSymbols> <DCC_LocalDebugSymbols>false</DCC_LocalDebugSymbols>
...@@ -168,7 +168,7 @@ ...@@ -168,7 +168,7 @@
<BorlandProject> <BorlandProject>
<Delphi.Personality> <Delphi.Personality>
<Source> <Source>
<Source Name="MainSource">webTemplateApp.dpr</Source> <Source Name="MainSource">templateWebApp.dpr</Source>
</Source> </Source>
<Excluded_Packages> <Excluded_Packages>
<Excluded_Packages Name="$(BDSBIN)\bcboffice2k290.bpl">Embarcadero C++Builder Office 2000 Servers Package</Excluded_Packages> <Excluded_Packages Name="$(BDSBIN)\bcboffice2k290.bpl">Embarcadero C++Builder Office 2000 Servers Package</Excluded_Packages>
...@@ -178,29 +178,17 @@ ...@@ -178,29 +178,17 @@
</Excluded_Packages> </Excluded_Packages>
</Delphi.Personality> </Delphi.Personality>
<Deployment Version="5"> <Deployment Version="5">
<DeployFile LocalName="Win32\Debug\webCharms.exe" Configuration="Debug" Class="ProjectOutput"/> <DeployFile LocalName="Win32\Debug\templateWebApp.exe" Configuration="Debug" Class="ProjectOutput">
<DeployFile LocalName="Win32\Debug\webKGOrders.exe" Configuration="Debug" Class="ProjectOutput"/>
<DeployFile LocalName="Win32\Debug\webTemplateApp.exe" Configuration="Debug" Class="ProjectOutput">
<Platform Name="Win32">
<RemoteName>webTemplateApp.exe</RemoteName>
<Overwrite>true</Overwrite>
</Platform>
</DeployFile>
<DeployFile LocalName="Win32\Debug\webTemplateApp.exe" Configuration="Debug" Class="ProjectOutput">
<Platform Name="Win32"> <Platform Name="Win32">
<RemoteName>webTemplateApp.exe</RemoteName> <RemoteName>templateWebApp.exe</RemoteName>
<Overwrite>true</Overwrite> <Overwrite>true</Overwrite>
</Platform> </Platform>
</DeployFile> </DeployFile>
<DeployFile LocalName="Win32\Release\webTemplateApp.exe" Configuration="Release" Class="ProjectOutput"> <DeployFile LocalName="Win32\Debug\webCharms.exe" Configuration="Debug" Class="ProjectOutput"/>
<Platform Name="Win32"> <DeployFile LocalName="Win32\Debug\webKGOrders.exe" Configuration="Debug" Class="ProjectOutput"/>
<RemoteName>webTemplateApp.exe</RemoteName> <DeployFile LocalName="Win32\Release\templateWebApp.exe" Configuration="Release" Class="ProjectOutput">
<Overwrite>true</Overwrite>
</Platform>
</DeployFile>
<DeployFile LocalName="Win32\Release\webTemplateApp.exe" Configuration="Release" Class="ProjectOutput">
<Platform Name="Win32"> <Platform Name="Win32">
<RemoteName>webTemplateApp.exe</RemoteName> <RemoteName>templateWebApp.exe</RemoteName>
<Overwrite>true</Overwrite> <Overwrite>true</Overwrite>
</Platform> </Platform>
</DeployFile> </DeployFile>
......
[Settings] [Settings]
MemoLogLevel=5 MemoLogLevel=5
FileLogLevel=5 FileLogLevel=5
LogFileNum=22 LogFileNum=27
DevMode=0 DevMode=0
webClientVersion=0.0.1 webClientVersion=0.0.1
......
{
"url":"http://localhost:2001/emsys/template/",
"jwtTokenSecret":"super_secret0123super_secret4567",
"adminPassword":"whatisthisusedfor",
"webAppFolder":"static",
"reportsFolder":"static\\reports\\"
}
...@@ -6,7 +6,7 @@ unit Common.Config; ...@@ -6,7 +6,7 @@ unit Common.Config;
interface interface
const const
defaultServerUrl = 'http://localhost:2004/emsys/template/'; defaultServerUrl = 'http://localhost:2001/emsys/template/';
type type
TServerConfig = class TServerConfig = class
......
...@@ -23,8 +23,6 @@ uses ...@@ -23,8 +23,6 @@ uses
App.Server.Module in 'source\App.Server.Module.pas' {AppServerModule: TDataModule}, App.Server.Module in 'source\App.Server.Module.pas' {AppServerModule: TDataModule},
Auth.Server.Module in 'source\Auth.Server.Module.pas' {AuthServerModule: TDataModule}; Auth.Server.Module in 'source\Auth.Server.Module.pas' {AuthServerModule: TDataModule};
{$R *.res}
type type
TMemoLogAppender = class(TInterfacedObject, ILogAppender) TMemoLogAppender = class(TInterfacedObject, ILogAppender)
private private
...@@ -120,7 +118,6 @@ begin ...@@ -120,7 +118,6 @@ begin
FLogDirectory := logsDir; FLogDirectory := logsDir;
end; end;
destructor TFileLogAppender.Destroy; destructor TFileLogAppender.Destroy;
begin begin
FCriticalSection.Free; FCriticalSection.Free;
...@@ -176,11 +173,11 @@ begin ...@@ -176,11 +173,11 @@ begin
Application.Initialize; Application.Initialize;
Application.MainFormOnTaskbar := True; Application.MainFormOnTaskbar := True;
Application.CreateForm(TFMain, FMain); Application.CreateForm(TFMain, FMain);
LoadIniEntries; LoadIniEntries;
Logger.AddAppender(TMemoLogAppender.Create(IniEntries.consoleLogLevel, FMain.memoLogs)); Logger.AddAppender(TMemoLogAppender.Create(IniEntries.consoleLogLevel, FMain.memoLogs));
Logger.AddAppender(TFileLogAppender.Create(IniEntries.fileLogLevel, 'templateServer')); Logger.AddAppender(TFileLogAppender.Create(IniEntries.fileLogLevel, 'templateServer'));
Application.Run; Application.Run;
end. end.
...@@ -168,7 +168,7 @@ ...@@ -168,7 +168,7 @@
</Excluded_Packages> </Excluded_Packages>
</Delphi.Personality> </Delphi.Personality>
<Deployment Version="5"> <Deployment Version="5">
<DeployFile LocalName="Win32\Debug\templateXDataServer.exe" Configuration="Debug" Class="ProjectOutput"> <DeployFile LocalName="bin\templateXDataServer.exe" Configuration="Debug" Class="ProjectOutput">
<Platform Name="Win32"> <Platform Name="Win32">
<RemoteName>templateXDataServer.exe</RemoteName> <RemoteName>templateXDataServer.exe</RemoteName>
<Overwrite>true</Overwrite> <Overwrite>true</Overwrite>
......
<div class="container-fluid min-vh-100 d-flex align-items-center justify-content-center bg-secondary py-5">
<div class="col-12 col-sm-10 col-md-6 col-lg-4 col-xl-3">
<div class="card border-0 shadow-lg rounded-4 bg-body-secondary">
<div class="card-body p-4 p-md-5">
<div class="text-center mb-4">
<div id="lbl_app_title" class="h4 fw-semibold mb-1">EM Systems Template App</div>
<div id="lbl_sign_in" class="text-muted small">Please Sign In</div>
</div>
<div id="pnl_message" class="alert alert-danger d-none">
<button id="btn_close_notification" type="button" class="btn-close" aria-label="Close"></button>
<span id="lbl_message"></span>
</div>
<div class="mb-3">
<input id="edt_username" class="form-control form-control-lg w-100" type="text" autofocus placeholder="Username">
</div>
<div class="mb-3">
<input id="edt_password" class="form-control form-control-lg w-100" type="password" placeholder="Password">
</div>
<div class="mb-3">
<button id="btn_login" class="btn btn-primary btn-lg w-100">Login</button>
</div>
<div class="text-end text-muted small mt-1">
<span id="lbl_client_version"></span>
</div>
</div>
</div>
</div>
</div>
{
"AuthUrl" : "http://localhost:2004/emsys/template/auth/",
"ApiUrl" : "http://localhost:2004/emsys/template/api/"
}
is-invalid .form-check-input {
border: 1px solid #dc3545 !important;
}
.is-invalid .form-check-label {
color: #dc3545 !important;
}
.btn-primary {
background-color: #286090 !important;
border-color: #286090 !important;
color: #fff !important;
}
.btn-primary:hover {
background-color: #204d74 !important;
border-color: #204d74 !important;
}
@keyframes slideInLeft {
from {
transform: translateX(-120%);
opacity: 0;
}
to {
transform: translateX(0);
opacity: 1;
}
}
.toast.slide-in {
animation: slideInLeft 0.4s ease-out forwards;
}
#spinner {
position: fixed !important;
z-index: 9999 !important;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
}
.lds-roller {
display: inline-block;
position: relative;
width: 80px;
height: 80px;
}
.lds-roller div {
animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
transform-origin: 40px 40px;
}
.lds-roller div:after {
content: " ";
display: block;
position: absolute;
width: 10px;
height: 10px;
border-radius: 50%;
background: #204d74;
margin: -5px 0 0 -5px;
}
.lds-roller div:nth-child(1) {
animation-delay: -0.036s;
}
.lds-roller div:nth-child(1):after {
top: 63px;
left: 63px;
}
.lds-roller div:nth-child(2) {
animation-delay: -0.072s;
}
.lds-roller div:nth-child(2):after {
top: 68px;
left: 56px;
}
.lds-roller div:nth-child(3) {
animation-delay: -0.108s;
}
.lds-roller div:nth-child(3):after {
top: 71px;
left: 48px;
}
.lds-roller div:nth-child(4) {
animation-delay: -0.144s;
}
.lds-roller div:nth-child(4):after {
top: 72px;
left: 40px;
}
.lds-roller div:nth-child(5) {
animation-delay: -0.18s;
}
.lds-roller div:nth-child(5):after {
top: 71px;
left: 32px;
}
.lds-roller div:nth-child(6) {
animation-delay: -0.216s;
}
.lds-roller div:nth-child(6):after {
top: 68px;
left: 24px;
}
.lds-roller div:nth-child(7) {
animation-delay: -0.252s;
}
.lds-roller div:nth-child(7):after {
top: 63px;
left: 17px;
}
.lds-roller div:nth-child(8) {
animation-delay: -0.288s;
}
.lds-roller div:nth-child(8):after {
top: 56px;
left: 12px;
}
@keyframes lds-roller {
0% {
transform: rotate(0deg);
}
100% {
transform: rotate(360deg);
}
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment