liberty-framework 6.0.47__py3-none-any.whl → 6.0.48__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (122) hide show
  1. {liberty_framework-6.0.47.dist-info → liberty_framework-6.0.48.dist-info}/METADATA +1 -1
  2. liberty_framework-6.0.48.dist-info/RECORD +97 -0
  3. liberty_framework-6.0.48.dist-info/top_level.txt +1 -0
  4. app/.DS_Store +0 -0
  5. app/__pycache__/__init__.cpython-312.pyc +0 -0
  6. app/__pycache__/main.cpython-312.pyc +0 -0
  7. app/__pycache__/test.cpython-312.pyc +0 -0
  8. app/alembic/__pycache__/__init__.cpython-312.pyc +0 -0
  9. app/alembic/__pycache__/env.cpython-312.pyc +0 -0
  10. app/alembic/versions/__pycache__/07301a1e0a40_upgrade.cpython-312.pyc +0 -0
  11. app/alembic/versions/__pycache__/6d15b02a5d62_upgrade.cpython-312.pyc +0 -0
  12. app/alembic/versions/__pycache__/97ce2af21b7b_upgrade.cpython-312.pyc +0 -0
  13. app/alembic/versions/__pycache__/abebaaa0b8b5_upgrade.cpython-312.pyc +0 -0
  14. app/alembic/versions/__pycache__/dd5d460a6436_upgrade.cpython-312.pyc +0 -0
  15. app/alembic/versions/__pycache__/ecb84318e633_upgrade.cpython-312.pyc +0 -0
  16. app/alembic/versions/__pycache__/f93e0f531f2a_upgrade.cpython-312.pyc +0 -0
  17. app/alembic/versions/__pycache__/feb86bf02dac_upgrade.cpython-312.pyc +0 -0
  18. app/business/__pycache__/__init__.cpython-312.pyc +0 -0
  19. app/business/__pycache__/oracle.cpython-312.pyc +0 -0
  20. app/business/__pycache__/postgres.cpython-312.pyc +0 -0
  21. app/config/__pycache__/__init__.cpython-312.pyc +0 -0
  22. app/config/__pycache__/config.cpython-312.pyc +0 -0
  23. app/controllers/__pycache__/__init__.cpython-312.pyc +0 -0
  24. app/controllers/__pycache__/api_controller.cpython-312.pyc +0 -0
  25. app/controllers/__pycache__/react_controller.cpython-312.pyc +0 -0
  26. app/controllers/__pycache__/setup_controller.cpython-312.pyc +0 -0
  27. app/controllers/__pycache__/socket_controller.cpython-312.pyc +0 -0
  28. app/database/__pycache__/__init__.cpython-312.pyc +0 -0
  29. app/database/__pycache__/base_dao.cpython-312.pyc +0 -0
  30. app/database/__pycache__/config.cpython-312.pyc +0 -0
  31. app/database/__pycache__/dao_factory.cpython-312.pyc +0 -0
  32. app/database/__pycache__/ora_dao.cpython-312.pyc +0 -0
  33. app/database/__pycache__/oracle_dao.cpython-312.pyc +0 -0
  34. app/database/__pycache__/pg_dao.cpython-312.pyc +0 -0
  35. app/database/__pycache__/postgres_dao.cpython-312.pyc +0 -0
  36. app/logs/.DS_Store +0 -0
  37. app/logs/__pycache__/__init__.cpython-312.pyc +0 -0
  38. app/logs/__pycache__/logs.cpython-312.pyc +0 -0
  39. app/logs/files/logs-frontend-json.log +0 -209
  40. app/logs/files/logs-frontend-text.log +0 -836
  41. app/models/__pycache__/__init__.cpython-312.pyc +0 -0
  42. app/models/__pycache__/ai.cpython-312.pyc +0 -0
  43. app/models/__pycache__/apidb.cpython-312.pyc +0 -0
  44. app/models/__pycache__/applications.cpython-312.pyc +0 -0
  45. app/models/__pycache__/auth.cpython-312.pyc +0 -0
  46. app/models/__pycache__/base.cpython-312.pyc +0 -0
  47. app/models/__pycache__/checkdb.cpython-312.pyc +0 -0
  48. app/models/__pycache__/modules.cpython-312.pyc +0 -0
  49. app/models/__pycache__/pool.cpython-312.pyc +0 -0
  50. app/models/__pycache__/setup.cpython-312.pyc +0 -0
  51. app/models/__pycache__/themes.cpython-312.pyc +0 -0
  52. app/postgres/.DS_Store +0 -0
  53. app/postgres/__pycache__/__init__.cpython-312.pyc +0 -0
  54. app/postgres/dump/__pycache__/__init__.cpython-312.pyc +0 -0
  55. app/postgres/dump/__pycache__/dump.cpython-312.pyc +0 -0
  56. app/public/__pycache__/__init__.cpython-312.pyc +0 -0
  57. app/routes/__pycache__/__init__.cpython-312.pyc +0 -0
  58. app/routes/__pycache__/api_routes.cpython-312.pyc +0 -0
  59. app/routes/__pycache__/react_routes.cpython-312.pyc +0 -0
  60. app/routes/__pycache__/setup_routes.cpython-312.pyc +0 -0
  61. app/routes/__pycache__/socket_routes.cpython-312.pyc +0 -0
  62. app/services/__pycache__/__init__.cpython-312.pyc +0 -0
  63. app/services/__pycache__/alembic.cpython-312.pyc +0 -0
  64. app/services/__pycache__/api_rest.cpython-312.pyc +0 -0
  65. app/services/__pycache__/db_pool.cpython-312.pyc +0 -0
  66. app/services/__pycache__/db_query.cpython-312.pyc +0 -0
  67. app/setup/__pycache__/__init__.cpython-312.pyc +0 -0
  68. app/setup/data/__pycache__/__init__.cpython-312.pyc +0 -0
  69. app/setup/data/__pycache__/data.cpython-312.pyc +0 -0
  70. app/setup/models/__pycache__/__init__.cpython-312.pyc +0 -0
  71. app/setup/models/__pycache__/airflow.cpython-312.pyc +0 -0
  72. app/setup/models/__pycache__/liberty.cpython-312.pyc +0 -0
  73. app/setup/models/__pycache__/libnetl.cpython-312.pyc +0 -0
  74. app/setup/models/__pycache__/libnjde.cpython-312.pyc +0 -0
  75. app/setup/models/__pycache__/libnsx1.cpython-312.pyc +0 -0
  76. app/setup/models/__pycache__/models.cpython-312.pyc +0 -0
  77. app/setup/models/__pycache__/nomasx1.cpython-312.pyc +0 -0
  78. app/setup/services/__pycache__/__init__.cpython-312.pyc +0 -0
  79. app/setup/services/__pycache__/alembic.cpython-312.pyc +0 -0
  80. app/setup/services/__pycache__/dump.cpython-312.pyc +0 -0
  81. app/setup/services/__pycache__/init.cpython-312.pyc +0 -0
  82. app/setup/services/__pycache__/install.cpython-312.pyc +0 -0
  83. app/setup/services/__pycache__/models.cpython-312.pyc +0 -0
  84. app/setup/services/__pycache__/setup.cpython-312.pyc +0 -0
  85. app/utils/__pycache__/__init__.cpython-312.pyc +0 -0
  86. app/utils/__pycache__/common.cpython-312.pyc +0 -0
  87. app/utils/__pycache__/encrypt.cpython-312.pyc +0 -0
  88. app/utils/__pycache__/jwt.cpython-312.pyc +0 -0
  89. app/utils/__pycache__/logs.cpython-312.pyc +0 -0
  90. app/utils/__pycache__/models.cpython-312.pyc +0 -0
  91. liberty_framework-6.0.47.dist-info/RECORD +0 -211
  92. liberty_framework-6.0.47.dist-info/top_level.txt +0 -2
  93. tests/__init__.py +0 -0
  94. tests/__pycache__/__init__.cpython-312.pyc +0 -0
  95. tests/__pycache__/conftest.cpython-312-pytest-8.3.4.pyc +0 -0
  96. tests/__pycache__/main.cpython-312.pyc +0 -0
  97. tests/__pycache__/test.cpython-312.pyc +0 -0
  98. tests/conftest.py +0 -15
  99. tests/main.py +0 -13
  100. tests/scenarios/__init__.py +0 -0
  101. tests/scenarios/__pycache__/__init__.cpython-312.pyc +0 -0
  102. tests/scenarios/__pycache__/test_auth_token.cpython-312-pytest-8.3.4.pyc +0 -0
  103. tests/scenarios/__pycache__/test_auth_user.cpython-312-pytest-8.3.4.pyc +0 -0
  104. tests/scenarios/__pycache__/test_db_check.cpython-312-pytest-8.3.4.pyc +0 -0
  105. tests/scenarios/__pycache__/test_db_close.cpython-312-pytest-8.3.4.pyc +0 -0
  106. tests/scenarios/__pycache__/test_db_open.cpython-312-pytest-8.3.4.pyc +0 -0
  107. tests/scenarios/__pycache__/test_fmw_applications.cpython-312-pytest-8.3.4.pyc +0 -0
  108. tests/scenarios/__pycache__/test_fmw_encrypt.cpython-312-pytest-8.3.4.pyc +0 -0
  109. tests/scenarios/__pycache__/test_fmw_modules.cpython-312-pytest-8.3.4.pyc +0 -0
  110. tests/scenarios/__pycache__/test_fmw_themes.cpython-312-pytest-8.3.4.pyc +0 -0
  111. tests/scenarios/test_auth_token.py +0 -38
  112. tests/scenarios/test_auth_user.py +0 -47
  113. tests/scenarios/test_db_check.py +0 -50
  114. tests/scenarios/test_db_close.py +0 -55
  115. tests/scenarios/test_db_open.py +0 -47
  116. tests/scenarios/test_fmw_applications.py +0 -21
  117. tests/scenarios/test_fmw_encrypt.py +0 -20
  118. tests/scenarios/test_fmw_modules.py +0 -19
  119. tests/scenarios/test_fmw_themes.py +0 -26
  120. {liberty_framework-6.0.47.dist-info → liberty_framework-6.0.48.dist-info}/LICENSE +0 -0
  121. {liberty_framework-6.0.47.dist-info → liberty_framework-6.0.48.dist-info}/WHEEL +0 -0
  122. {liberty_framework-6.0.47.dist-info → liberty_framework-6.0.48.dist-info}/entry_points.txt +0 -0
@@ -1,836 +0,0 @@
1
- [2025-02-02T11:16:17.662397+00:00] [info] QueryDAO.themes - Framework: Load Themes
2
- Method: GET, URL: http://localhost:8000/api/fmw/themes?pool=default&q={"THM_NAME":{"=":"liberty"}}
3
- Category: http, Feature: database-api, IsException: True
4
-
5
- [2025-02-02T11:16:17.663243+00:00] [info] QueryDAO.modules - Framework: Load Modules
6
- Method: GET, URL: http://localhost:8000/api/fmw/modules
7
- Category: http, Feature: database-api, IsException: True
8
-
9
- [2025-02-02T11:16:18.431034+00:00] [info] QueryDAO.applications - Framework: Load Applications
10
- Method: GET, URL: http://localhost:8000/api/fmw/applications
11
- Category: http, Feature: database-api, IsException: True
12
-
13
- [2025-02-02T11:16:18.431677+00:00] [info] loginUtils.getApplications - Login: Failed to fetch applications
14
- Method: None, URL: None
15
- Category: debug, Feature: console, IsException: True
16
-
17
- [2025-02-02T11:16:18.447637+00:00] [info] QueryDAO.applications - Framework: Load Applications
18
- Method: GET, URL: http://localhost:8000/api/fmw/applications
19
- Category: http, Feature: database-api, IsException: True
20
-
21
- [2025-02-02T11:16:18.448273+00:00] [info] loginUtils.getApplications - Login: Failed to fetch applications
22
- Method: None, URL: None
23
- Category: debug, Feature: console, IsException: True
24
-
25
- [2025-02-02T20:44:08.313052+00:00] [info] QueryDAO.token - User Login: Check User and Password
26
- Method: POST, URL: http://localhost:8000/api/auth/token?pool=libnsx1&mode=session&type=database
27
- Category: http, Feature: database-api, IsException: True
28
-
29
- [2025-02-02T20:44:08.319907+00:00] [info] QueryDAO.login - User Login: Get User Properties
30
- Method: GET, URL: http://localhost:8000/api/auth/user?user=admin&pool=libnsx1&mode=session
31
- Category: http, Feature: database-api, IsException: True
32
-
33
- [2025-02-02T23:09:03.704709+00:00] [info] QueryDAO.themes - Framework: Load Themes
34
- Method: GET, URL: http://localhost:8000/api/fmw/themes?pool=default&q={"THM_NAME":{"=":"liberty"}}
35
- Category: http, Feature: database-api, IsException: True
36
-
37
- [2025-02-02T23:50:32.161738+00:00] [info] QueryDAO.themes - Framework: Load Themes
38
- Method: GET, URL: http://localhost:8000/api/fmw/themes?pool=default&q={"THM_NAME":{"=":"liberty"}}
39
- Category: http, Feature: database-api, IsException: True
40
-
41
- [2025-02-03T09:58:50.403914+00:00] [info] QueryDAO.applications - Framework: Load Applications
42
- Method: GET, URL: http://localhost:8000/api/fmw/applications
43
- Category: http, Feature: database-api, IsException: False
44
-
45
- [2025-02-03T09:59:06.487201+00:00] [info] QueryDAO.encrypt - Tools: Encrypt Password
46
- Method: POST, URL: http://localhost:8000/api/fmw/encrypt
47
- Category: http, Feature: database-api, IsException: False
48
-
49
- [2025-02-03T09:59:06.607619+00:00] [info] QueryDAO.token - User Login: Check User and Password
50
- Method: POST, URL: http://localhost:8000/api/auth/token?pool=default&mode=session&type=database
51
- Category: http, Feature: database-api, IsException: False
52
-
53
- [2025-02-03T09:59:06.626369+00:00] [info] QueryDAO.login - User Login: Get User Properties
54
- Method: GET, URL: http://localhost:8000/api/auth/user?user=admin&pool=default&mode=session
55
- Category: http, Feature: database-api, IsException: False
56
-
57
- [2025-02-03T09:59:06.699970+00:00] [info] QueryDAO.get - Database: Fetch Data
58
- Method: GET, URL: http://localhost:8000/api/db/query?source=framework&type=table&pool=default&mode=session&query=7&q={"USR_ID":{"=":"admin"}}&language=en
59
- Category: http, Feature: database-api, IsException: False
60
-
61
- [2025-02-03T09:59:06.702203+00:00] [info] QueryDAO.get - Database: Fetch Data
62
- Method: GET, URL: http://localhost:8000/api/db/query?source=framework&type=table&pool=default&mode=session&query=28&q={"DSH_ID":{"=":"1"}}
63
- Category: http, Feature: database-api, IsException: False
64
-
65
- [2025-02-03T09:59:06.734141+00:00] [info] QueryDAO.get - Database: Fetch Data
66
- Method: GET, URL: http://localhost:8000/api/db/query?source=framework&type=table&pool=default&mode=session&query=29&q={"DSH_ID":{"=":"1"}}
67
- Category: http, Feature: database-api, IsException: False
68
-
69
- [2025-02-03T09:59:10.243385+00:00] [info] QueryDAO.get - Database: Fetch Data
70
- Method: GET, URL: http://localhost:8000/api/db/query?source=framework&type=table&pool=default&mode=session&query=8&q={"TBL_ID":{"=":"36"}}
71
- Category: http, Feature: database-api, IsException: False
72
-
73
- [2025-02-03T09:59:10.297054+00:00] [info] QueryDAO.get - Database: Fetch Data
74
- Method: GET, URL: http://localhost:8000/api/db/query?source=framework&type=table&pool=default&mode=session&query=18&q={"TBL_ID":{"=":"36"}}&language=en
75
- Category: http, Feature: database-api, IsException: False
76
-
77
- [2025-02-03T09:59:10.344634+00:00] [info] QueryDAO.get - Database: Fetch Data
78
- Method: GET, URL: http://localhost:8000/api/db/query?source=query&type=table&pool=default&mode=session&query=64&language=en&offset=0&limit=5000
79
- Category: http, Feature: database-api, IsException: False
80
-
81
- [2025-02-03T09:59:11.311454+00:00] [info] QueryDAO.get - Database: Fetch Data
82
- Method: GET, URL: http://localhost:8000/api/db/query?source=framework&type=table&pool=default&mode=session&query=11&q={"FRM_ID":{"=":"35"}}
83
- Category: http, Feature: database-api, IsException: False
84
-
85
- [2025-02-03T09:59:11.359365+00:00] [info] QueryDAO.get - Database: Fetch Data
86
- Method: GET, URL: http://localhost:8000/api/db/query?source=framework&type=table&pool=default&mode=session&query=11&q={"FRM_ID":{"=":"35"}}
87
- Category: http, Feature: database-api, IsException: False
88
-
89
- [2025-02-03T09:59:11.371200+00:00] [info] QueryDAO.get - Database: Fetch Data
90
- Method: GET, URL: http://localhost:8000/api/db/query?source=query&type=table&pool=default&mode=session&query=64&q={"MODULE_ID":{"=":"debug"}}&language=en
91
- Category: http, Feature: database-api, IsException: False
92
-
93
- [2025-02-03T09:59:11.432686+00:00] [info] QueryDAO.get - Database: Fetch Data
94
- Method: GET, URL: http://localhost:8000/api/db/query?source=query&type=table&pool=default&mode=session&query=64&q={"MODULE_ID":{"=":"debug"}}&language=en
95
- Category: http, Feature: database-api, IsException: False
96
-
97
- [2025-02-03T09:59:11.453611+00:00] [info] QueryDAO.get - Database: Fetch Data
98
- Method: GET, URL: http://localhost:8000/api/db/query?source=framework&type=table&pool=default&mode=session&query=12&q={"LNG_ID":{"=":"en"},"FRM_ID":{"=":"35"}}&language=en
99
- Category: http, Feature: database-api, IsException: False
100
-
101
- [2025-02-03T09:59:11.455908+00:00] [info] FormsDialog.reserveRecord - Socket: Reserve Record
102
- Method: None, URL: None
103
- Category: debug, Feature: console, IsException: False
104
-
105
- [2025-02-03T09:59:11.516225+00:00] [info] QueryDAO.get - Database: Fetch Data
106
- Method: GET, URL: http://localhost:8000/api/db/query?source=framework&type=table&pool=default&mode=session&query=21&q={"LNG_ID":{"=":"en"},"FRM_ID":{"=":"35"}}&language=en
107
- Category: http, Feature: database-api, IsException: False
108
-
109
- [2025-02-03T09:59:11.526130+00:00] [info] QueryDAO.get - Database: Fetch Data
110
- Method: GET, URL: http://localhost:8000/api/db/query?source=framework&type=table&pool=default&mode=session&query=12&q={"LNG_ID":{"=":"en"},"FRM_ID":{"=":"35"}}&language=en
111
- Category: http, Feature: database-api, IsException: False
112
-
113
- [2025-02-03T09:59:11.528803+00:00] [info] FormsDialog.reserveRecord - Socket: Reserve Record
114
- Method: None, URL: None
115
- Category: debug, Feature: console, IsException: False
116
-
117
- [2025-02-03T09:59:11.572869+00:00] [info] QueryDAO.get - Database: Fetch Data
118
- Method: GET, URL: http://localhost:8000/api/db/query?source=framework&type=table&pool=default&mode=session&query=21&q={"LNG_ID":{"=":"en"},"FRM_ID":{"=":"35"}}&language=en
119
- Category: http, Feature: database-api, IsException: False
120
-
121
- [2025-02-03T09:59:13.567887+00:00] [info] QueryDAO.put - Database: Update Data
122
- Method: PUT, URL: http://localhost:8000/api/db/query?source=query&type=table&pool=default&mode=session&query=64
123
- Category: http, Feature: database-api, IsException: False
124
-
125
- [2025-02-03T09:59:13.631565+00:00] [info] QueryDAO.get - Database: Fetch Data
126
- Method: GET, URL: http://localhost:8000/api/db/query?source=framework&type=table&pool=default&mode=session&query=32&q={"EVT_ID":{"=":"1"},"EVT_CPT_ID":{"=":"35"},"EVT_COMPONENT":{"=":"FormsDialog"}}&language=en
127
- Category: http, Feature: database-api, IsException: False
128
-
129
- [2025-02-03T09:59:13.958309+00:00] [info] FormsDialog.releaseRecord - Socket: Release Record
130
- Method: None, URL: None
131
- Category: debug, Feature: console, IsException: False
132
-
133
- [2025-02-03T09:59:14.006913+00:00] [info] QueryDAO.get - Database: Fetch Data
134
- Method: GET, URL: http://localhost:8000/api/db/query?source=framework&type=table&pool=default&mode=session&query=8&q={"TBL_ID":{"=":"36"}}
135
- Category: http, Feature: database-api, IsException: False
136
-
137
- [2025-02-03T09:59:14.058910+00:00] [info] QueryDAO.get - Database: Fetch Data
138
- Method: GET, URL: http://localhost:8000/api/db/query?source=framework&type=table&pool=default&mode=session&query=18&q={"TBL_ID":{"=":"36"}}&language=en
139
- Category: http, Feature: database-api, IsException: False
140
-
141
- [2025-02-03T09:59:14.109481+00:00] [info] QueryDAO.get - Database: Fetch Data
142
- Method: GET, URL: http://localhost:8000/api/db/query?source=query&type=table&pool=default&mode=session&query=64&language=en&offset=0&limit=5000
143
- Category: http, Feature: database-api, IsException: False
144
-
145
- [2025-02-03T16:02:08.970022+00:00] [info] openai.sendPrompt - AI: Error fetching from OpenAI
146
- Method: None, URL: None
147
- Category: debug, Feature: console, IsException: True
148
-
149
- [2025-02-04T15:29:52.140213+00:00] [info] openai.sendPrompt - AI: Error fetching from OpenAI
150
- Method: None, URL: None
151
- Category: debug, Feature: console, IsException: True
152
-
153
- [2025-02-04T15:30:37.273770+00:00] [info] openai.sendPrompt - AI: Error fetching from OpenAI
154
- Method: None, URL: None
155
- Category: debug, Feature: console, IsException: True
156
-
157
- [2025-02-04T15:31:39.376937+00:00] [info] openai.sendPrompt - AI: Error fetching from OpenAI
158
- Method: None, URL: None
159
- Category: debug, Feature: console, IsException: True
160
-
161
- [2025-02-04T15:32:11.491967+00:00] [info] openai.sendPrompt - AI: Error fetching from OpenAI
162
- Method: None, URL: None
163
- Category: debug, Feature: console, IsException: True
164
-
165
- [2025-02-04T15:34:16.772435+00:00] [info] openai.sendPrompt - AI: Error fetching from OpenAI
166
- Method: None, URL: None
167
- Category: debug, Feature: console, IsException: True
168
-
169
- [2025-02-04T15:35:05.979914+00:00] [info] openai.sendPrompt - AI: Error fetching from OpenAI
170
- Method: None, URL: None
171
- Category: debug, Feature: console, IsException: True
172
-
173
- [2025-02-04T15:36:57.230661+00:00] [info] openai.sendPrompt - AI: Error fetching from OpenAI
174
- Method: None, URL: None
175
- Category: debug, Feature: console, IsException: True
176
-
177
- [2025-02-04T15:41:10.689200+00:00] [info] openai.sendPrompt - AI: Error fetching from OpenAI
178
- Method: None, URL: None
179
- Category: debug, Feature: console, IsException: True
180
-
181
- [2025-02-04T15:43:49.936304+00:00] [info] openai.sendPrompt - AI: Error fetching from OpenAI
182
- Method: None, URL: None
183
- Category: debug, Feature: console, IsException: True
184
-
185
- [2025-02-04T15:47:53.492447+00:00] [info] openai.sendPrompt - AI: Error fetching from OpenAI
186
- Method: None, URL: None
187
- Category: debug, Feature: console, IsException: True
188
-
189
- [2025-02-04T15:47:53.494777+00:00] [info] lyChat.handleSendMessage - handleSendMessage: Failed to send message to AI
190
- Method: None, URL: None
191
- Category: debug, Feature: console, IsException: True
192
-
193
- [2025-02-04T15:50:11.859381+00:00] [info] openai.sendPrompt - AI: Error fetching from OpenAI
194
- Method: None, URL: None
195
- Category: debug, Feature: console, IsException: True
196
-
197
- [2025-02-04T16:49:44.991989+00:00] [info] lyChat.handleSendMessage - handleSendMessage: Failed to send message to AI
198
- Method: None, URL: None
199
- Category: debug, Feature: console, IsException: True
200
-
201
- [2025-02-04T17:13:10.059925+00:00] [info] AI.sendPrompt - AI: Error fetching response
202
- Method: None, URL: None
203
- Category: debug, Feature: console, IsException: True
204
-
205
- [2025-02-04T17:29:11.801907+00:00] [info] AI.sendPrompt - AI: Error fetching response
206
- Method: None, URL: None
207
- Category: debug, Feature: console, IsException: True
208
-
209
- [2025-02-05T13:56:31.997433+00:00] [info] QueryDAO.login - User Login: Get User Properties
210
- Method: GET, URL: http://localhost:5173/api/auth/user?user=admin&pool=default&mode=session
211
- Category: http, Feature: database-api, IsException: True
212
-
213
- [2025-02-05T15:40:56.628207+00:00] [info] QueryDAO.token - User Login: Check User and Password
214
- Method: POST, URL: http://localhost:5173/api/auth/token?pool=libnjde&mode=session&type=database
215
- Category: http, Feature: database-api, IsException: True
216
-
217
- [2025-02-05T15:40:56.642339+00:00] [info] QueryDAO.login - User Login: Get User Properties
218
- Method: GET, URL: http://localhost:5173/api/auth/user?user=admin&pool=libnjde&mode=session
219
- Category: http, Feature: database-api, IsException: True
220
-
221
- [2025-02-05T18:01:52.811388+00:00] [info] QueryDAO.token - User Login: Check User and Password
222
- Method: POST, URL: http://localhost:5173/api/auth/token?pool=libnsx1&mode=session&type=database
223
- Category: http, Feature: database-api, IsException: True
224
-
225
- [2025-02-05T18:01:52.825057+00:00] [info] QueryDAO.login - User Login: Get User Properties
226
- Method: GET, URL: http://localhost:5173/api/auth/user?user=admin&pool=libnsx1&mode=session
227
- Category: http, Feature: database-api, IsException: True
228
-
229
- [2025-02-05T21:20:23.407405+00:00] [info] QueryDAO.token - User Login: Check User and Password
230
- Method: POST, URL: http://localhost:5173/api/auth/token?pool=libnsx1&mode=session&type=database
231
- Category: http, Feature: database-api, IsException: True
232
-
233
- [2025-02-05T21:20:23.417596+00:00] [info] QueryDAO.login - User Login: Get User Properties
234
- Method: GET, URL: http://localhost:5173/api/auth/user?user=admin&pool=libnsx1&mode=session
235
- Category: http, Feature: database-api, IsException: True
236
-
237
- [2025-02-10T16:38:01.212013+00:00] [info] QueryDAO.login - User Login: Get User Properties
238
- Method: GET, URL: http://localhost:8000/api/auth/user?user=admin&pool=libnsx1&mode=session
239
- Category: http, Feature: database-api, IsException: True
240
-
241
- [2025-02-10T16:39:53.815739+00:00] [info] QueryDAO.login - User Login: Get User Properties
242
- Method: GET, URL: http://localhost:5173/api/auth/user?user=admin&pool=libnsx1&mode=session
243
- Category: http, Feature: database-api, IsException: True
244
-
245
- [2025-02-10T16:40:18.938457+00:00] [info] QueryDAO.login - User Login: Get User Properties
246
- Method: GET, URL: http://localhost:5173/api/auth/user?user=admin&pool=libnsx1&mode=session
247
- Category: http, Feature: database-api, IsException: True
248
-
249
- [2025-02-10T16:42:54.617513+00:00] [info] QueryDAO.login - User Login: Get User Properties
250
- Method: GET, URL: http://localhost:5173/api/auth/user?user=admin&pool=libnsx1&mode=session
251
- Category: http, Feature: database-api, IsException: True
252
-
253
- [2025-02-13T11:53:00.889699+00:00] [info] QueryDAO.login - User Login: Get User Properties
254
- Method: GET, URL: http://localhost:8000/api/auth/user?user=admin&pool=default&mode=session
255
- Category: http, Feature: database-api, IsException: True
256
-
257
- [2025-02-13T11:54:41.431117+00:00] [info] QueryDAO.login - User Login: Get User Properties
258
- Method: GET, URL: http://localhost:8000/api/auth/user?user=admin&pool=default&mode=session
259
- Category: http, Feature: database-api, IsException: True
260
-
261
- [2025-02-13T11:55:00.692177+00:00] [info] QueryDAO.login - User Login: Get User Properties
262
- Method: GET, URL: http://localhost:8000/api/auth/user?user=admin&pool=default&mode=session
263
- Category: http, Feature: database-api, IsException: True
264
-
265
- [2025-02-13T11:55:42.886723+00:00] [info] QueryDAO.login - User Login: Get User Properties
266
- Method: GET, URL: http://localhost:8000/api/auth/user?user=admin&pool=default&mode=session
267
- Category: http, Feature: database-api, IsException: True
268
-
269
- [2025-02-13T11:56:55.231220+00:00] [info] QueryDAO.login - User Login: Get User Properties
270
- Method: GET, URL: http://localhost:8000/api/auth/user?user=admin&pool=default&mode=session
271
- Category: http, Feature: database-api, IsException: True
272
-
273
- [2025-02-17T20:54:58.472581+00:00] [info] AppsLogin.initialize - Login: Failed to fetch applications
274
- Method: None, URL: None
275
- Category: debug, Feature: console, IsException: True
276
-
277
- [2025-02-17T20:54:58.478685+00:00] [info] AppsLogin.initialize - Login: Failed to fetch applications
278
- Method: None, URL: None
279
- Category: debug, Feature: console, IsException: True
280
-
281
- [2025-02-17T20:54:58.480576+00:00] [info] AppsLogin.initialize - Login: Failed to fetch applications
282
- Method: None, URL: None
283
- Category: debug, Feature: console, IsException: True
284
-
285
- [2025-02-17T20:55:01.750399+00:00] [info] AppsLogin.initialize - Login: Failed to fetch applications
286
- Method: None, URL: None
287
- Category: debug, Feature: console, IsException: True
288
-
289
- [2025-02-17T20:55:01.754789+00:00] [info] AppsLogin.initialize - Login: Failed to fetch applications
290
- Method: None, URL: None
291
- Category: debug, Feature: console, IsException: True
292
-
293
- [2025-02-17T20:55:01.758652+00:00] [info] AppsLogin.initialize - Login: Failed to fetch applications
294
- Method: None, URL: None
295
- Category: debug, Feature: console, IsException: True
296
-
297
- [2025-02-17T20:56:08.800738+00:00] [info] AppsLogin.initialize - Login: Failed to fetch applications
298
- Method: None, URL: None
299
- Category: debug, Feature: console, IsException: True
300
-
301
- [2025-02-17T20:56:08.804083+00:00] [info] AppsLogin.initialize - Login: Failed to fetch applications
302
- Method: None, URL: None
303
- Category: debug, Feature: console, IsException: True
304
-
305
- [2025-02-17T20:56:08.810599+00:00] [info] AppsLogin.initialize - Login: Failed to fetch applications
306
- Method: None, URL: None
307
- Category: debug, Feature: console, IsException: True
308
-
309
- [2025-02-17T20:57:03.629151+00:00] [info] AppsLogin.initialize - Login: Failed to fetch applications
310
- Method: None, URL: None
311
- Category: debug, Feature: console, IsException: True
312
-
313
- [2025-02-17T20:57:03.631539+00:00] [info] AppsLogin.initialize - Login: Failed to fetch applications
314
- Method: None, URL: None
315
- Category: debug, Feature: console, IsException: True
316
-
317
- [2025-02-17T20:57:03.636917+00:00] [info] AppsLogin.initialize - Login: Failed to fetch applications
318
- Method: None, URL: None
319
- Category: debug, Feature: console, IsException: True
320
-
321
- [2025-02-17T20:57:36.283869+00:00] [info] AppsLogin.initialize - Login: Failed to fetch applications
322
- Method: None, URL: None
323
- Category: debug, Feature: console, IsException: True
324
-
325
- [2025-02-17T20:57:36.288474+00:00] [info] AppsLogin.initialize - Login: Failed to fetch applications
326
- Method: None, URL: None
327
- Category: debug, Feature: console, IsException: True
328
-
329
- [2025-02-17T20:57:36.290326+00:00] [info] AppsLogin.initialize - Login: Failed to fetch applications
330
- Method: None, URL: None
331
- Category: debug, Feature: console, IsException: True
332
-
333
- [2025-02-17T20:57:39.289714+00:00] [info] AppsLogin.initialize - Login: Failed to fetch applications
334
- Method: None, URL: None
335
- Category: debug, Feature: console, IsException: True
336
-
337
- [2025-02-17T20:57:39.295612+00:00] [info] AppsLogin.initialize - Login: Failed to fetch applications
338
- Method: None, URL: None
339
- Category: debug, Feature: console, IsException: True
340
-
341
- [2025-02-17T20:57:39.298124+00:00] [info] AppsLogin.initialize - Login: Failed to fetch applications
342
- Method: None, URL: None
343
- Category: debug, Feature: console, IsException: True
344
-
345
- [2025-02-17T20:58:05.547652+00:00] [info] AppsLogin.handleSubmit - Login: Validate and connect application
346
- Method: None, URL: None
347
- Category: debug, Feature: console, IsException: True
348
-
349
- [2025-02-17T21:27:53.763594+00:00] [info] AppsLogin.handleSubmit - Login: Validate and connect application
350
- Method: None, URL: None
351
- Category: debug, Feature: console, IsException: True
352
-
353
- [2025-02-17T21:29:25.620149+00:00] [info] AppsLogin.handleSubmit - Login: Validate and connect application
354
- Method: None, URL: None
355
- Category: debug, Feature: console, IsException: True
356
-
357
- [2025-02-18T08:36:51.131922+00:00] [info] AppsLogin.handleSubmit - Login: Validate and connect application
358
- Method: None, URL: None
359
- Category: debug, Feature: console, IsException: True
360
-
361
- [2025-02-18T08:50:17.490046+00:00] [info] QueryDAO.login - User Login: Get User Properties
362
- Method: GET, URL: http://localhost:5173/api/auth/user?user=admin&pool=default&mode=session
363
- Category: http, Feature: database-api, IsException: True
364
-
365
- [2025-02-18T08:50:46.858886+00:00] [info] QueryDAO.login - User Login: Get User Properties
366
- Method: GET, URL: http://localhost:5173/api/auth/user?user=admin&pool=default&mode=session
367
- Category: http, Feature: database-api, IsException: True
368
-
369
- [2025-02-18T09:20:18.197859+00:00] [info] AppsLogin.handleSubmit - Login: Validate and connect application
370
- Method: None, URL: None
371
- Category: debug, Feature: console, IsException: True
372
-
373
- [2025-02-18T09:39:47.993101+00:00] [info] AppsLogin.handleSubmit - Login: Validate and connect application
374
- Method: None, URL: None
375
- Category: debug, Feature: console, IsException: True
376
-
377
- [2025-02-18T09:39:53.694012+00:00] [info] AppsLogin.handleSubmit - Login: Validate and connect application
378
- Method: None, URL: None
379
- Category: debug, Feature: console, IsException: True
380
-
381
- [2025-02-18T09:39:56.426967+00:00] [info] AppsLogin.handleSubmit - Login: Validate and connect application
382
- Method: None, URL: None
383
- Category: debug, Feature: console, IsException: True
384
-
385
- [2025-02-18T09:40:15.230007+00:00] [info] AppsLogin.handleSubmit - Login: Validate and connect application
386
- Method: None, URL: None
387
- Category: debug, Feature: console, IsException: True
388
-
389
- [2025-02-18T09:40:37.797926+00:00] [info] AppsLogin.handleSubmit - Login: Validate and connect application
390
- Method: None, URL: None
391
- Category: debug, Feature: console, IsException: True
392
-
393
- [2025-02-18T09:40:38.567684+00:00] [info] AppsLogin.handleSubmit - Login: Validate and connect application
394
- Method: None, URL: None
395
- Category: debug, Feature: console, IsException: True
396
-
397
- [2025-02-18T09:40:50.639456+00:00] [info] AppsLogin.handleSubmit - Login: Validate and connect application
398
- Method: None, URL: None
399
- Category: debug, Feature: console, IsException: True
400
-
401
- [2025-02-18T11:28:07.444581+00:00] [info] DynamicMenus.getMenus - Menus: Error fetching menus
402
- Method: None, URL: None
403
- Category: debug, Feature: console, IsException: True
404
-
405
- [2025-02-18T11:28:07.447532+00:00] [info] DynamicMenus.getMenus - Menus: Error fetching menus
406
- Method: None, URL: None
407
- Category: debug, Feature: console, IsException: True
408
-
409
- [2025-02-18T11:28:07.477208+00:00] [info] QueryDAO.get - Database: Fetch Data
410
- Method: GET, URL: http://localhost:5173/api/db/query?source=framework&type=table&pool=default&mode=session&query=28&q={"DSH_ID":{"=":"-1"}}
411
- Category: http, Feature: database-api, IsException: True
412
-
413
- [2025-02-18T11:28:07.482890+00:00] [info] QueryDAO.get - Database: Fetch Data
414
- Method: GET, URL: http://localhost:5173/api/db/query?source=framework&type=table&pool=default&mode=session&query=28&q={"DSH_ID":{"=":"-1"}}
415
- Category: http, Feature: database-api, IsException: True
416
-
417
- [2025-02-18T11:28:07.490245+00:00] [info] QueryDAO.get - Database: Fetch Data
418
- Method: GET, URL: http://localhost:5173/api/db/query?source=framework&type=table&pool=default&mode=session&query=29&q={"DSH_ID":{"=":"-1"}}
419
- Category: http, Feature: database-api, IsException: True
420
-
421
- [2025-02-18T11:28:07.491882+00:00] [info] FormsDashboard.fetchDashboardData - Dashboard: Failed to fetch dashboard data
422
- Method: None, URL: None
423
- Category: debug, Feature: console, IsException: True
424
-
425
- [2025-02-18T11:28:07.495586+00:00] [info] QueryDAO.get - Database: Fetch Data
426
- Method: GET, URL: http://localhost:5173/api/db/query?source=framework&type=table&pool=default&mode=session&query=29&q={"DSH_ID":{"=":"-1"}}
427
- Category: http, Feature: database-api, IsException: True
428
-
429
- [2025-02-18T11:28:07.496332+00:00] [info] FormsDashboard.fetchDashboardData - Dashboard: Failed to fetch dashboard data
430
- Method: None, URL: None
431
- Category: debug, Feature: console, IsException: True
432
-
433
- [2025-02-18T11:28:21.105068+00:00] [info] DynamicMenus.getMenus - Menus: Error fetching menus
434
- Method: None, URL: None
435
- Category: debug, Feature: console, IsException: True
436
-
437
- [2025-02-18T11:28:21.106804+00:00] [info] DynamicMenus.getMenus - Menus: Error fetching menus
438
- Method: None, URL: None
439
- Category: debug, Feature: console, IsException: True
440
-
441
- [2025-02-18T11:28:21.119773+00:00] [info] DynamicMenus.getMenus - Menus: Error fetching menus
442
- Method: None, URL: None
443
- Category: debug, Feature: console, IsException: True
444
-
445
- [2025-02-18T11:28:21.160111+00:00] [info] QueryDAO.get - Database: Fetch Data
446
- Method: GET, URL: http://localhost:5173/api/db/query?source=framework&type=table&pool=default&mode=session&query=28&q={"DSH_ID":{"=":"-1"}}
447
- Category: http, Feature: database-api, IsException: True
448
-
449
- [2025-02-18T11:28:21.163272+00:00] [info] QueryDAO.get - Database: Fetch Data
450
- Method: GET, URL: http://localhost:5173/api/db/query?source=framework&type=table&pool=default&mode=session&query=28&q={"DSH_ID":{"=":"-1"}}
451
- Category: http, Feature: database-api, IsException: True
452
-
453
- [2025-02-18T11:28:21.167588+00:00] [info] QueryDAO.get - Database: Fetch Data
454
- Method: GET, URL: http://localhost:5173/api/db/query?source=framework&type=table&pool=default&mode=session&query=29&q={"DSH_ID":{"=":"-1"}}
455
- Category: http, Feature: database-api, IsException: True
456
-
457
- [2025-02-18T11:28:21.169134+00:00] [info] FormsDashboard.fetchDashboardData - Dashboard: Failed to fetch dashboard data
458
- Method: None, URL: None
459
- Category: debug, Feature: console, IsException: True
460
-
461
- [2025-02-18T11:28:21.172221+00:00] [info] QueryDAO.get - Database: Fetch Data
462
- Method: GET, URL: http://localhost:5173/api/db/query?source=framework&type=table&pool=default&mode=session&query=29&q={"DSH_ID":{"=":"-1"}}
463
- Category: http, Feature: database-api, IsException: True
464
-
465
- [2025-02-18T11:28:21.173431+00:00] [info] FormsDashboard.fetchDashboardData - Dashboard: Failed to fetch dashboard data
466
- Method: None, URL: None
467
- Category: debug, Feature: console, IsException: True
468
-
469
- [2025-02-18T11:31:20.955066+00:00] [info] DynamicMenus.getMenus - Menus: Error fetching menus
470
- Method: None, URL: None
471
- Category: debug, Feature: console, IsException: True
472
-
473
- [2025-02-18T11:31:20.958582+00:00] [info] DynamicMenus.getMenus - Menus: Error fetching menus
474
- Method: None, URL: None
475
- Category: debug, Feature: console, IsException: True
476
-
477
- [2025-02-18T11:31:20.973911+00:00] [info] DynamicMenus.getMenus - Menus: Error fetching menus
478
- Method: None, URL: None
479
- Category: debug, Feature: console, IsException: True
480
-
481
- [2025-02-18T11:31:21.022471+00:00] [info] QueryDAO.get - Database: Fetch Data
482
- Method: GET, URL: http://localhost:5173/api/db/query?source=framework&type=table&pool=default&mode=session&query=28&q={"DSH_ID":{"=":"-1"}}
483
- Category: http, Feature: database-api, IsException: True
484
-
485
- [2025-02-18T11:31:21.025185+00:00] [info] QueryDAO.get - Database: Fetch Data
486
- Method: GET, URL: http://localhost:5173/api/db/query?source=framework&type=table&pool=default&mode=session&query=28&q={"DSH_ID":{"=":"-1"}}
487
- Category: http, Feature: database-api, IsException: True
488
-
489
- [2025-02-18T11:31:21.031072+00:00] [info] QueryDAO.get - Database: Fetch Data
490
- Method: GET, URL: http://localhost:5173/api/db/query?source=framework&type=table&pool=default&mode=session&query=29&q={"DSH_ID":{"=":"-1"}}
491
- Category: http, Feature: database-api, IsException: True
492
-
493
- [2025-02-18T11:31:21.033031+00:00] [info] FormsDashboard.fetchDashboardData - Dashboard: Failed to fetch dashboard data
494
- Method: None, URL: None
495
- Category: debug, Feature: console, IsException: True
496
-
497
- [2025-02-18T11:31:21.037162+00:00] [info] QueryDAO.get - Database: Fetch Data
498
- Method: GET, URL: http://localhost:5173/api/db/query?source=framework&type=table&pool=default&mode=session&query=29&q={"DSH_ID":{"=":"-1"}}
499
- Category: http, Feature: database-api, IsException: True
500
-
501
- [2025-02-18T11:31:21.039407+00:00] [info] FormsDashboard.fetchDashboardData - Dashboard: Failed to fetch dashboard data
502
- Method: None, URL: None
503
- Category: debug, Feature: console, IsException: True
504
-
505
- [2025-02-18T11:31:42.248494+00:00] [info] DynamicMenus.getMenus - Menus: Error fetching menus
506
- Method: None, URL: None
507
- Category: debug, Feature: console, IsException: True
508
-
509
- [2025-02-18T11:31:42.251473+00:00] [info] DynamicMenus.getMenus - Menus: Error fetching menus
510
- Method: None, URL: None
511
- Category: debug, Feature: console, IsException: True
512
-
513
- [2025-02-18T11:31:42.269686+00:00] [info] DynamicMenus.getMenus - Menus: Error fetching menus
514
- Method: None, URL: None
515
- Category: debug, Feature: console, IsException: True
516
-
517
- [2025-02-18T11:31:42.305161+00:00] [info] QueryDAO.get - Database: Fetch Data
518
- Method: GET, URL: http://localhost:5173/api/db/query?source=framework&type=table&pool=default&mode=session&query=28&q={"DSH_ID":{"=":"-1"}}
519
- Category: http, Feature: database-api, IsException: True
520
-
521
- [2025-02-18T11:31:42.307928+00:00] [info] QueryDAO.get - Database: Fetch Data
522
- Method: GET, URL: http://localhost:5173/api/db/query?source=framework&type=table&pool=default&mode=session&query=28&q={"DSH_ID":{"=":"-1"}}
523
- Category: http, Feature: database-api, IsException: True
524
-
525
- [2025-02-18T11:31:42.315174+00:00] [info] QueryDAO.get - Database: Fetch Data
526
- Method: GET, URL: http://localhost:5173/api/db/query?source=framework&type=table&pool=default&mode=session&query=29&q={"DSH_ID":{"=":"-1"}}
527
- Category: http, Feature: database-api, IsException: True
528
-
529
- [2025-02-18T11:31:42.318095+00:00] [info] FormsDashboard.fetchDashboardData - Dashboard: Failed to fetch dashboard data
530
- Method: None, URL: None
531
- Category: debug, Feature: console, IsException: True
532
-
533
- [2025-02-18T11:31:42.321807+00:00] [info] QueryDAO.get - Database: Fetch Data
534
- Method: GET, URL: http://localhost:5173/api/db/query?source=framework&type=table&pool=default&mode=session&query=29&q={"DSH_ID":{"=":"-1"}}
535
- Category: http, Feature: database-api, IsException: True
536
-
537
- [2025-02-18T11:31:42.323174+00:00] [info] FormsDashboard.fetchDashboardData - Dashboard: Failed to fetch dashboard data
538
- Method: None, URL: None
539
- Category: debug, Feature: console, IsException: True
540
-
541
- [2025-02-18T11:32:55.168537+00:00] [info] DynamicMenus.getMenus - Menus: Error fetching menus
542
- Method: None, URL: None
543
- Category: debug, Feature: console, IsException: True
544
-
545
- [2025-02-18T11:32:55.169931+00:00] [info] DynamicMenus.getMenus - Menus: Error fetching menus
546
- Method: None, URL: None
547
- Category: debug, Feature: console, IsException: True
548
-
549
- [2025-02-18T11:32:55.187446+00:00] [info] DynamicMenus.getMenus - Menus: Error fetching menus
550
- Method: None, URL: None
551
- Category: debug, Feature: console, IsException: True
552
-
553
- [2025-02-18T11:34:40.177596+00:00] [info] DynamicMenus.getMenus - Menus: Error fetching menus
554
- Method: None, URL: None
555
- Category: debug, Feature: console, IsException: True
556
-
557
- [2025-02-18T11:34:40.180283+00:00] [info] DynamicMenus.getMenus - Menus: Error fetching menus
558
- Method: None, URL: None
559
- Category: debug, Feature: console, IsException: True
560
-
561
- [2025-02-18T11:34:40.182121+00:00] [info] DynamicMenus.getMenus - Menus: Error fetching menus
562
- Method: None, URL: None
563
- Category: debug, Feature: console, IsException: True
564
-
565
- [2025-02-18T11:34:42.415649+00:00] [info] DynamicMenus.getMenus - Menus: Error fetching menus
566
- Method: None, URL: None
567
- Category: debug, Feature: console, IsException: True
568
-
569
- [2025-02-18T11:34:42.417031+00:00] [info] DynamicMenus.getMenus - Menus: Error fetching menus
570
- Method: None, URL: None
571
- Category: debug, Feature: console, IsException: True
572
-
573
- [2025-02-18T11:34:42.431398+00:00] [info] DynamicMenus.getMenus - Menus: Error fetching menus
574
- Method: None, URL: None
575
- Category: debug, Feature: console, IsException: True
576
-
577
- [2025-02-18T11:35:53.458668+00:00] [info] DynamicMenus.getMenus - Menus: Error fetching menus
578
- Method: None, URL: None
579
- Category: debug, Feature: console, IsException: True
580
-
581
- [2025-02-18T11:35:53.461768+00:00] [info] DynamicMenus.getMenus - Menus: Error fetching menus
582
- Method: None, URL: None
583
- Category: debug, Feature: console, IsException: True
584
-
585
- [2025-02-18T11:35:53.467209+00:00] [info] DynamicMenus.getMenus - Menus: Error fetching menus
586
- Method: None, URL: None
587
- Category: debug, Feature: console, IsException: True
588
-
589
- [2025-02-18T11:35:55.092672+00:00] [info] DynamicMenus.getMenus - Menus: Error fetching menus
590
- Method: None, URL: None
591
- Category: debug, Feature: console, IsException: True
592
-
593
- [2025-02-18T11:35:55.094080+00:00] [info] DynamicMenus.getMenus - Menus: Error fetching menus
594
- Method: None, URL: None
595
- Category: debug, Feature: console, IsException: True
596
-
597
- [2025-02-18T11:35:55.110704+00:00] [info] DynamicMenus.getMenus - Menus: Error fetching menus
598
- Method: None, URL: None
599
- Category: debug, Feature: console, IsException: True
600
-
601
- [2025-02-18T11:36:40.695940+00:00] [info] DynamicMenus.getMenus - Menus: Error fetching menus
602
- Method: None, URL: None
603
- Category: debug, Feature: console, IsException: True
604
-
605
- [2025-02-18T11:36:40.697909+00:00] [info] DynamicMenus.getMenus - Menus: Error fetching menus
606
- Method: None, URL: None
607
- Category: debug, Feature: console, IsException: True
608
-
609
- [2025-02-18T11:36:40.719141+00:00] [info] DynamicMenus.getMenus - Menus: Error fetching menus
610
- Method: None, URL: None
611
- Category: debug, Feature: console, IsException: True
612
-
613
- [2025-02-18T12:26:17.501157+00:00] [info] QueryDAO.get - Database: Fetch Data
614
- Method: GET, URL: http://localhost:5173/api/db/query?source=framework&type=table&pool=default&mode=session&query=7&q={"USR_ID":{"=":""}}&language=en
615
- Category: http, Feature: database-api, IsException: True
616
-
617
- [2025-02-18T12:26:17.504923+00:00] [info] DynamicMenus.getMenus - Menus: Error fetching menus
618
- Method: None, URL: None
619
- Category: debug, Feature: console, IsException: True
620
-
621
- [2025-02-18T12:26:17.538976+00:00] [info] QueryDAO.get - Database: Fetch Data
622
- Method: GET, URL: http://localhost:5173/api/db/query?source=framework&type=table&pool=default&mode=session&query=7&q={"USR_ID":{"=":""}}&language=en
623
- Category: http, Feature: database-api, IsException: True
624
-
625
- [2025-02-18T12:26:17.539649+00:00] [info] DynamicMenus.getMenus - Menus: Error fetching menus
626
- Method: None, URL: None
627
- Category: debug, Feature: console, IsException: True
628
-
629
- [2025-02-18T12:26:29.161153+00:00] [info] QueryDAO.get - Database: Fetch Data
630
- Method: GET, URL: http://localhost:5173/api/db/query?source=framework&type=table&pool=default&mode=session&query=7&q={"USR_ID":{"=":""}}&language=en
631
- Category: http, Feature: database-api, IsException: True
632
-
633
- [2025-02-18T12:26:29.163411+00:00] [info] DynamicMenus.getMenus - Menus: Error fetching menus
634
- Method: None, URL: None
635
- Category: debug, Feature: console, IsException: True
636
-
637
- [2025-02-18T12:26:29.165401+00:00] [info] QueryDAO.get - Database: Fetch Data
638
- Method: GET, URL: http://localhost:5173/api/db/query?source=framework&type=table&pool=default&mode=session&query=7&q={"USR_ID":{"=":""}}&language=en
639
- Category: http, Feature: database-api, IsException: True
640
-
641
- [2025-02-18T12:26:29.167417+00:00] [info] DynamicMenus.getMenus - Menus: Error fetching menus
642
- Method: None, URL: None
643
- Category: debug, Feature: console, IsException: True
644
-
645
- [2025-02-18T12:26:45.446053+00:00] [info] QueryDAO.get - Database: Fetch Data
646
- Method: GET, URL: http://localhost:5173/api/db/query?source=framework&type=table&pool=default&mode=session&query=7&q={"USR_ID":{"=":""}}&language=en
647
- Category: http, Feature: database-api, IsException: True
648
-
649
- [2025-02-18T12:26:45.447761+00:00] [info] DynamicMenus.getMenus - Menus: Error fetching menus
650
- Method: None, URL: None
651
- Category: debug, Feature: console, IsException: True
652
-
653
- [2025-02-18T12:26:45.449224+00:00] [info] QueryDAO.get - Database: Fetch Data
654
- Method: GET, URL: http://localhost:5173/api/db/query?source=framework&type=table&pool=default&mode=session&query=7&q={"USR_ID":{"=":""}}&language=en
655
- Category: http, Feature: database-api, IsException: True
656
-
657
- [2025-02-18T12:26:45.450902+00:00] [info] DynamicMenus.getMenus - Menus: Error fetching menus
658
- Method: None, URL: None
659
- Category: debug, Feature: console, IsException: True
660
-
661
- [2025-02-18T12:26:58.749524+00:00] [info] QueryDAO.get - Database: Fetch Data
662
- Method: GET, URL: http://localhost:5173/api/db/query?source=framework&type=table&pool=default&mode=session&query=7&q={"USR_ID":{"=":""}}&language=en
663
- Category: http, Feature: database-api, IsException: True
664
-
665
- [2025-02-18T12:26:58.750774+00:00] [info] DynamicMenus.getMenus - Menus: Error fetching menus
666
- Method: None, URL: None
667
- Category: debug, Feature: console, IsException: True
668
-
669
- [2025-02-18T12:26:58.751591+00:00] [info] QueryDAO.get - Database: Fetch Data
670
- Method: GET, URL: http://localhost:5173/api/db/query?source=framework&type=table&pool=default&mode=session&query=7&q={"USR_ID":{"=":""}}&language=en
671
- Category: http, Feature: database-api, IsException: True
672
-
673
- [2025-02-18T12:26:58.752004+00:00] [info] DynamicMenus.getMenus - Menus: Error fetching menus
674
- Method: None, URL: None
675
- Category: debug, Feature: console, IsException: True
676
-
677
- [2025-02-18T15:49:43.024218+00:00] [info] QueryDAO.get - Database: Fetch Data
678
- Method: GET, URL: http://localhost:5173/api/db/query?source=query&type=table&pool=default&mode=framework&query=10&language=en
679
- Category: http, Feature: database-api, IsException: True
680
-
681
- [2025-02-20T09:13:20.634228+00:00] [info] QueryDAO.themes - Framework: Load Themes
682
- Method: GET, URL: http://localhost:5173/api/fmw/themes?pool=default&q={"THM_NAME":{"=":"liberty"}}
683
- Category: http, Feature: database-api, IsException: True
684
-
685
- [2025-02-20T09:13:20.702231+00:00] [info] QueryDAO.modules - Framework: Load Modules
686
- Method: GET, URL: http://localhost:5173/api/fmw/modules
687
- Category: http, Feature: database-api, IsException: True
688
-
689
- [2025-02-20T09:13:20.706164+00:00] [info] QueryDAO.themes - Framework: Load Themes
690
- Method: GET, URL: http://localhost:5173/api/fmw/themes?pool=default&q={"THM_NAME":{"=":"liberty"}}
691
- Category: http, Feature: database-api, IsException: True
692
-
693
- [2025-02-20T09:13:20.732747+00:00] [info] QueryDAO.applications - Framework: Load Applications
694
- Method: GET, URL: http://localhost:5173/api/fmw/applications
695
- Category: http, Feature: database-api, IsException: True
696
-
697
- [2025-02-20T09:13:20.735799+00:00] [info] loginUtils.getApplications - Login: Failed to fetch applications
698
- Method: None, URL: None
699
- Category: debug, Feature: console, IsException: True
700
-
701
- [2025-02-20T09:13:20.738052+00:00] [info] QueryDAO.modules - Framework: Load Modules
702
- Method: GET, URL: http://localhost:5173/api/fmw/modules
703
- Category: http, Feature: database-api, IsException: True
704
-
705
- [2025-02-20T09:13:20.740934+00:00] [info] QueryDAO.applications - Framework: Load Applications
706
- Method: GET, URL: http://localhost:5173/api/fmw/applications
707
- Category: http, Feature: database-api, IsException: True
708
-
709
- [2025-02-20T09:13:20.742297+00:00] [info] loginUtils.getApplications - Login: Failed to fetch applications
710
- Method: None, URL: None
711
- Category: debug, Feature: console, IsException: True
712
-
713
- [2025-02-20T09:13:30.840563+00:00] [info] QueryDAO.themes - Framework: Load Themes
714
- Method: GET, URL: http://localhost:5173/api/fmw/themes?pool=default&q={"THM_NAME":{"=":"liberty"}}
715
- Category: http, Feature: database-api, IsException: True
716
-
717
- [2025-02-20T09:13:30.844224+00:00] [info] QueryDAO.modules - Framework: Load Modules
718
- Method: GET, URL: http://localhost:5173/api/fmw/modules
719
- Category: http, Feature: database-api, IsException: True
720
-
721
- [2025-02-20T09:13:30.848139+00:00] [info] QueryDAO.themes - Framework: Load Themes
722
- Method: GET, URL: http://localhost:5173/api/fmw/themes?pool=default&q={"THM_NAME":{"=":"liberty"}}
723
- Category: http, Feature: database-api, IsException: True
724
-
725
- [2025-02-20T09:13:30.852600+00:00] [info] QueryDAO.modules - Framework: Load Modules
726
- Method: GET, URL: http://localhost:5173/api/fmw/modules
727
- Category: http, Feature: database-api, IsException: True
728
-
729
- [2025-02-20T09:13:31.144029+00:00] [info] QueryDAO.applications - Framework: Load Applications
730
- Method: GET, URL: http://localhost:5173/api/fmw/applications
731
- Category: http, Feature: database-api, IsException: True
732
-
733
- [2025-02-20T09:13:31.145813+00:00] [info] loginUtils.getApplications - Login: Failed to fetch applications
734
- Method: None, URL: None
735
- Category: debug, Feature: console, IsException: True
736
-
737
- [2025-02-20T09:13:31.149219+00:00] [info] QueryDAO.applications - Framework: Load Applications
738
- Method: GET, URL: http://localhost:5173/api/fmw/applications
739
- Category: http, Feature: database-api, IsException: True
740
-
741
- [2025-02-20T09:13:31.150759+00:00] [info] loginUtils.getApplications - Login: Failed to fetch applications
742
- Method: None, URL: None
743
- Category: debug, Feature: console, IsException: True
744
-
745
- [2025-02-20T09:14:03.986127+00:00] [info] QueryDAO.themes - Framework: Load Themes
746
- Method: GET, URL: http://localhost:5173/api/fmw/themes?pool=default&q={"THM_NAME":{"=":"liberty"}}
747
- Category: http, Feature: database-api, IsException: True
748
-
749
- [2025-02-20T09:14:04.002142+00:00] [info] QueryDAO.modules - Framework: Load Modules
750
- Method: GET, URL: http://localhost:5173/api/fmw/modules
751
- Category: http, Feature: database-api, IsException: True
752
-
753
- [2025-02-20T09:14:04.003574+00:00] [info] QueryDAO.themes - Framework: Load Themes
754
- Method: GET, URL: http://localhost:5173/api/fmw/themes?pool=default&q={"THM_NAME":{"=":"liberty"}}
755
- Category: http, Feature: database-api, IsException: True
756
-
757
- [2025-02-20T09:14:04.005992+00:00] [info] QueryDAO.modules - Framework: Load Modules
758
- Method: GET, URL: http://localhost:5173/api/fmw/modules
759
- Category: http, Feature: database-api, IsException: True
760
-
761
- [2025-02-20T09:14:04.137380+00:00] [info] QueryDAO.applications - Framework: Load Applications
762
- Method: GET, URL: http://localhost:5173/api/fmw/applications
763
- Category: http, Feature: database-api, IsException: True
764
-
765
- [2025-02-20T09:14:04.139094+00:00] [info] loginUtils.getApplications - Login: Failed to fetch applications
766
- Method: None, URL: None
767
- Category: debug, Feature: console, IsException: True
768
-
769
- [2025-02-20T09:14:04.152038+00:00] [info] QueryDAO.applications - Framework: Load Applications
770
- Method: GET, URL: http://localhost:5173/api/fmw/applications
771
- Category: http, Feature: database-api, IsException: True
772
-
773
- [2025-02-20T09:14:04.168950+00:00] [info] loginUtils.getApplications - Login: Failed to fetch applications
774
- Method: None, URL: None
775
- Category: debug, Feature: console, IsException: True
776
-
777
- [2025-02-20T09:15:08.063483+00:00] [info] QueryDAO.themes - Framework: Load Themes
778
- Method: GET, URL: http://localhost:5173/api/fmw/themes?pool=default&q={"THM_NAME":{"=":"liberty"}}
779
- Category: http, Feature: database-api, IsException: True
780
-
781
- [2025-02-20T09:15:08.072462+00:00] [info] QueryDAO.modules - Framework: Load Modules
782
- Method: GET, URL: http://localhost:5173/api/fmw/modules
783
- Category: http, Feature: database-api, IsException: True
784
-
785
- [2025-02-20T09:15:08.160705+00:00] [info] QueryDAO.modules - Framework: Load Modules
786
- Method: GET, URL: http://localhost:5173/api/fmw/modules
787
- Category: http, Feature: database-api, IsException: True
788
-
789
- [2025-02-20T09:15:08.161360+00:00] [info] QueryDAO.themes - Framework: Load Themes
790
- Method: GET, URL: http://localhost:5173/api/fmw/themes?pool=default&q={"THM_NAME":{"=":"liberty"}}
791
- Category: http, Feature: database-api, IsException: True
792
-
793
- [2025-02-20T09:15:08.298074+00:00] [info] QueryDAO.applications - Framework: Load Applications
794
- Method: GET, URL: http://localhost:5173/api/fmw/applications
795
- Category: http, Feature: database-api, IsException: True
796
-
797
- [2025-02-20T09:15:08.299597+00:00] [info] loginUtils.getApplications - Login: Failed to fetch applications
798
- Method: None, URL: None
799
- Category: debug, Feature: console, IsException: True
800
-
801
- [2025-02-20T09:15:08.302464+00:00] [info] QueryDAO.applications - Framework: Load Applications
802
- Method: GET, URL: http://localhost:5173/api/fmw/applications
803
- Category: http, Feature: database-api, IsException: True
804
-
805
- [2025-02-20T09:15:08.303872+00:00] [info] loginUtils.getApplications - Login: Failed to fetch applications
806
- Method: None, URL: None
807
- Category: debug, Feature: console, IsException: True
808
-
809
- [2025-02-20T09:20:53.819597+00:00] [info] QueryDAO.login - User Login: Get User Properties
810
- Method: GET, URL: http://localhost:5173/api/auth/user?user=admin&pool=libnsx1&mode=session
811
- Category: http, Feature: database-api, IsException: True
812
-
813
- [2025-02-26T15:16:17.684769+00:00] [info] APIDAO.post - REST: Failed POST API call
814
- Method: POST, URL: http://localhost:5173/api/rest?pool=default&mode=session&api=1
815
- Category: http, Feature: rest-api, IsException: True
816
-
817
- [2025-02-26T16:00:40.041233+00:00] [info] APIDAO.post - REST: Failed POST API call
818
- Method: POST, URL: http://localhost:5173/api/rest?pool=default&mode=session&api=1
819
- Category: http, Feature: rest-api, IsException: True
820
-
821
- [2025-02-26T16:27:09.583000+00:00] [info] APIDAO.post - REST: Failed POST API call
822
- Method: POST, URL: http://localhost:5173/api/rest?pool=default&mode=session&api=1
823
- Category: http, Feature: rest-api, IsException: True
824
-
825
- [2025-02-27T08:55:05.093957+00:00] [info] APIDAO.post - REST: Failed POST API call
826
- Method: POST, URL: http://localhost:5173/api/rest?pool=default&mode=session&api=1
827
- Category: http, Feature: rest-api, IsException: True
828
-
829
- [2025-02-27T08:55:26.916613+00:00] [info] APIDAO.post - REST: Failed POST API call
830
- Method: POST, URL: http://localhost:5173/api/rest?pool=default&mode=session&api=1
831
- Category: http, Feature: rest-api, IsException: True
832
-
833
- [2025-02-27T08:56:25.275371+00:00] [info] APIDAO.post - REST: Failed POST API call
834
- Method: POST, URL: http://localhost:5173/api/rest?pool=default&mode=session&api=1
835
- Category: http, Feature: rest-api, IsException: True
836
-