chyz 1.0.13-rc.12 → 1.0.13-rc.17
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.
- package/Examples/Controllers/ApiController.ts +14 -17
- package/Examples/Models/AuthAssignment.ts +50 -0
- package/Examples/Models/AuthItem.ts +59 -0
- package/Examples/Models/AuthItemChild.ts +49 -0
- package/Examples/index.ts +5 -0
- package/Examples/log/app.log +3521 -0
- package/Examples/log/errors.log +373 -0
- package/base/ActionFilter.ts +1 -1
- package/base/BaseError.ts +3 -1
- package/base/Model.ts +7 -2
- package/dist/base/ActionFilter.js +1 -1
- package/dist/base/ActionFilter.js.map +1 -1
- package/dist/base/BaseError.js +5 -1
- package/dist/base/BaseError.js.map +1 -1
- package/dist/base/Model.js +5 -2
- package/dist/base/Model.js.map +1 -1
- package/dist/filters/AccessControl.js +15 -3
- package/dist/filters/AccessControl.js.map +1 -1
- package/dist/filters/AccessRule.js +99 -38
- package/dist/filters/AccessRule.js.map +1 -1
- package/dist/package.json +1 -2
- package/dist/rbac/AuthManager.js +13 -5
- package/dist/rbac/AuthManager.js.map +1 -1
- package/dist/web/WebUser.js +78 -0
- package/dist/web/WebUser.js.map +1 -1
- package/filters/AccessControl.ts +19 -6
- package/filters/AccessRule.ts +61 -16
- package/package-lock.json +5259 -0
- package/package.json +1 -2
- package/rbac/AuthManager.ts +19 -11
- package/web/WebUser.ts +88 -1
- package/Examples/yarn.lock +0 -2549
package/Examples/log/app.log
CHANGED
|
@@ -6856,3 +6856,3524 @@
|
|
|
6856
6856
|
at new Promise (<anonymous>)
|
|
6857
6857
|
[2021-12-21T15.10.07.019] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Executing (default): SELECT 1+1 AS result
|
|
6858
6858
|
[2021-12-21T15.10.07.083] [INFO] BaseChyz [197] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Connection has been established successfully.
|
|
6859
|
+
[2022-01-06T13.23.11.168] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Model init.... CategoriesClass
|
|
6860
|
+
[2022-01-06T13.23.11.170] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Relation init.... CategoriesClass
|
|
6861
|
+
[2022-01-06T13.23.11.174] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Model init.... CustomerClass
|
|
6862
|
+
[2022-01-06T13.23.11.175] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Relation init.... CustomerClass
|
|
6863
|
+
[2022-01-06T13.23.11.175] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Model init.... OrderClass
|
|
6864
|
+
[2022-01-06T13.23.11.176] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Relation init.... OrderClass
|
|
6865
|
+
[2022-01-06T13.23.11.176] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Model init.... OrderItemClass
|
|
6866
|
+
[2022-01-06T13.23.11.177] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Relation init.... OrderItemClass
|
|
6867
|
+
[2022-01-06T13.23.11.177] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Model init.... ProductModelsClass
|
|
6868
|
+
[2022-01-06T13.23.11.178] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Relation init.... ProductModelsClass
|
|
6869
|
+
[2022-01-06T13.23.11.178] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Model init.... ProductsClass
|
|
6870
|
+
[2022-01-06T13.23.11.179] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Relation init.... ProductsClass
|
|
6871
|
+
[2022-01-06T13.23.11.181] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Model init.... ProductToCategoriesClass
|
|
6872
|
+
[2022-01-06T13.23.11.181] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Relation init.... ProductToCategoriesClass
|
|
6873
|
+
[2022-01-06T13.23.11.182] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Model init.... StocksClass
|
|
6874
|
+
[2022-01-06T13.23.11.182] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Relation init.... StocksClass
|
|
6875
|
+
[2022-01-06T13.23.11.182] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Model init.... UserPermissionClass
|
|
6876
|
+
[2022-01-06T13.23.11.183] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Relation init.... UserPermissionClass
|
|
6877
|
+
[2022-01-06T13.23.11.255] [DEBUG] BaseChyz [298] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller load ApiController (/api)
|
|
6878
|
+
[2022-01-06T13.23.11.256] [DEBUG] BaseChyz [305] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller route Path /api/
|
|
6879
|
+
[2022-01-06T13.23.11.256] [DEBUG] BaseChyz [305] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller route Path /api/orderCreate
|
|
6880
|
+
[2022-01-06T13.23.11.257] [DEBUG] BaseChyz [305] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller route Path /api/order/list
|
|
6881
|
+
[2022-01-06T13.23.11.257] [DEBUG] BaseChyz [305] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller route Path /api/categories
|
|
6882
|
+
[2022-01-06T13.23.11.310] [DEBUG] BaseChyz [298] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller load ApiController (/basic/api)
|
|
6883
|
+
[2022-01-06T13.23.11.311] [DEBUG] BaseChyz [305] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller route Path /basic/api/
|
|
6884
|
+
[2022-01-06T13.23.11.311] [DEBUG] BaseChyz [305] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller route Path /basic/api/orderCreate
|
|
6885
|
+
[2022-01-06T13.23.11.312] [DEBUG] BaseChyz [305] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller route Path /basic/api/order/list
|
|
6886
|
+
[2022-01-06T13.23.11.312] [DEBUG] BaseChyz [305] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller route Path /basic/api/categories
|
|
6887
|
+
[2022-01-06T13.23.11.377] [DEBUG] BaseChyz [298] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller load ApiController (/oauth2.0)
|
|
6888
|
+
[2022-01-06T13.23.11.378] [DEBUG] BaseChyz [305] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller route Path /oauth2.0/
|
|
6889
|
+
[2022-01-06T13.23.11.378] [DEBUG] BaseChyz [305] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller route Path /oauth2.0/orderCreate
|
|
6890
|
+
[2022-01-06T13.23.11.417] [DEBUG] BaseChyz [298] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller load PublicController (/public)
|
|
6891
|
+
[2022-01-06T13.23.11.417] [DEBUG] BaseChyz [305] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller route Path /public/
|
|
6892
|
+
[2022-01-06T13.23.11.595] [DEBUG] BaseChyz [298] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller load SiteController (/site)
|
|
6893
|
+
[2022-01-06T13.23.11.595] [DEBUG] BaseChyz [305] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller route Path /site/index
|
|
6894
|
+
[2022-01-06T13.23.11.596] [DEBUG] BaseChyz [305] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller route Path /site/login
|
|
6895
|
+
[2022-01-06T13.23.11.596] [DEBUG] BaseChyz [305] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller route Path /site/logout
|
|
6896
|
+
[2022-01-06T13.23.11.597] [DEBUG] BaseChyz [305] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller route Path /site/signup
|
|
6897
|
+
[2022-01-06T13.23.11.604] [INFO] BaseChyz [197] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Express Server Starting
|
|
6898
|
+
[2022-01-06T13.23.11.607] [INFO] BaseChyz [197] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Express Server Start
|
|
6899
|
+
[2022-01-06T13.23.11.608] [INFO] BaseChyz [197] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Liten Port 3000
|
|
6900
|
+
[2022-01-06T13.23.11.608] [INFO] BaseChyz [197] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - http://localhost:3000
|
|
6901
|
+
[2022-01-06T13.23.11.613] [INFO] BaseChyz [197] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - http://192.168.56.1:3000
|
|
6902
|
+
[2022-01-06T13.23.12.336] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Executing (default): SELECT 1+1 AS result
|
|
6903
|
+
[2022-01-06T13.23.12.400] [INFO] BaseChyz [197] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Connection has been established successfully.
|
|
6904
|
+
[2022-01-06T13.23.33.688] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Call Request id site
|
|
6905
|
+
[2022-01-06T13.23.33.689] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Request ID chyzzzz_1
|
|
6906
|
+
[2022-01-06T13.23.33.978] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Executing (default): SELECT "id", "name", "username", "password", "email", "permissions_id", "authkey", "status" FROM "users" AS "User" WHERE "User"."username" = 'demo' LIMIT 1;
|
|
6907
|
+
[2022-01-06T13.23.34.050] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Db found user demo
|
|
6908
|
+
[2022-01-06T13.23.34.273] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Db user verify demo
|
|
6909
|
+
[2022-01-06T13.23.34.275] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Db user create access token demo expiresIn 1h
|
|
6910
|
+
[2022-01-06T13.23.54.753] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Call Request id api
|
|
6911
|
+
[2022-01-06T13.23.55.019] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Executing (default): SELECT "id", "name", "username", "password", "email", "permissions_id", "authkey", "status" FROM "users" AS "User" WHERE "User"."id" = 1;
|
|
6912
|
+
[2022-01-06T13.23.55.086] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Find Identity By AccessToken: User Found {
|
|
6913
|
+
user: 1,
|
|
6914
|
+
ip: '::1',
|
|
6915
|
+
agent: 'PostmanRuntime/7.28.4',
|
|
6916
|
+
platform: 'admin',
|
|
6917
|
+
role: [ 'admin' ],
|
|
6918
|
+
permissions: [
|
|
6919
|
+
'alprboxkoli',
|
|
6920
|
+
'edisboxkoli',
|
|
6921
|
+
'hubboxkoli',
|
|
6922
|
+
'edisboxold',
|
|
6923
|
+
'edisboxnew',
|
|
6924
|
+
'hubboxold',
|
|
6925
|
+
'hubboxnew',
|
|
6926
|
+
'alprboxold',
|
|
6927
|
+
'alprboxnew'
|
|
6928
|
+
],
|
|
6929
|
+
iat: 1641464614
|
|
6930
|
+
}
|
|
6931
|
+
[2022-01-06T13.23.55.088] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Find Identity By AccessToken: User Verify Success
|
|
6932
|
+
[2022-01-06T13.23.55.090] [ERROR] BaseChyz [205] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - TypeError: wildcard.replace is not a function
|
|
6933
|
+
at wildTest (C:\PROJELER\github\Chy-Nodejs-Framework\requiments\Utils.ts:43:22)
|
|
6934
|
+
at Object.matchWildcard (C:\PROJELER\github\Chy-Nodejs-Framework\requiments\Utils.ts:49:12)
|
|
6935
|
+
at AccessControl.isActive (C:\PROJELER\github\Chy-Nodejs-Framework\base\ActionFilter.ts:44:27)
|
|
6936
|
+
at AccessControl.<anonymous> (C:\PROJELER\github\Chy-Nodejs-Framework\base\ActionFilter.ts:28:19)
|
|
6937
|
+
at Generator.next (<anonymous>)
|
|
6938
|
+
at C:\PROJELER\github\Chy-Nodejs-Framework\base\ActionFilter.ts:8:71
|
|
6939
|
+
at new Promise (<anonymous>)
|
|
6940
|
+
at __awaiter (C:\PROJELER\github\Chy-Nodejs-Framework\base\ActionFilter.ts:4:12)
|
|
6941
|
+
at AccessControl.beforeFilter (C:\PROJELER\github\Chy-Nodejs-Framework\base\ActionFilter.ts:23:16)
|
|
6942
|
+
at ApiController.<anonymous> (C:\PROJELER\github\Chy-Nodejs-Framework\base\Controller.ts:41:43)
|
|
6943
|
+
[2022-01-06T13.24.22.781] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Model init.... CategoriesClass
|
|
6944
|
+
[2022-01-06T13.24.22.785] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Relation init.... CategoriesClass
|
|
6945
|
+
[2022-01-06T13.24.22.788] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Model init.... CustomerClass
|
|
6946
|
+
[2022-01-06T13.24.22.788] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Relation init.... CustomerClass
|
|
6947
|
+
[2022-01-06T13.24.22.789] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Model init.... OrderClass
|
|
6948
|
+
[2022-01-06T13.24.22.789] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Relation init.... OrderClass
|
|
6949
|
+
[2022-01-06T13.24.22.790] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Model init.... OrderItemClass
|
|
6950
|
+
[2022-01-06T13.24.22.790] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Relation init.... OrderItemClass
|
|
6951
|
+
[2022-01-06T13.24.22.790] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Model init.... ProductModelsClass
|
|
6952
|
+
[2022-01-06T13.24.22.790] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Relation init.... ProductModelsClass
|
|
6953
|
+
[2022-01-06T13.24.22.791] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Model init.... ProductsClass
|
|
6954
|
+
[2022-01-06T13.24.22.791] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Relation init.... ProductsClass
|
|
6955
|
+
[2022-01-06T13.24.22.793] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Model init.... ProductToCategoriesClass
|
|
6956
|
+
[2022-01-06T13.24.22.793] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Relation init.... ProductToCategoriesClass
|
|
6957
|
+
[2022-01-06T13.24.22.793] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Model init.... StocksClass
|
|
6958
|
+
[2022-01-06T13.24.22.794] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Relation init.... StocksClass
|
|
6959
|
+
[2022-01-06T13.24.22.794] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Model init.... UserPermissionClass
|
|
6960
|
+
[2022-01-06T13.24.22.795] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Relation init.... UserPermissionClass
|
|
6961
|
+
[2022-01-06T13.24.22.898] [DEBUG] BaseChyz [298] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller load ApiController (/api)
|
|
6962
|
+
[2022-01-06T13.24.22.899] [DEBUG] BaseChyz [305] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller route Path /api/
|
|
6963
|
+
[2022-01-06T13.24.22.900] [DEBUG] BaseChyz [305] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller route Path /api/orderCreate
|
|
6964
|
+
[2022-01-06T13.24.22.900] [DEBUG] BaseChyz [305] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller route Path /api/order/list
|
|
6965
|
+
[2022-01-06T13.24.22.901] [DEBUG] BaseChyz [305] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller route Path /api/categories
|
|
6966
|
+
[2022-01-06T13.24.22.993] [DEBUG] BaseChyz [298] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller load ApiController (/basic/api)
|
|
6967
|
+
[2022-01-06T13.24.22.993] [DEBUG] BaseChyz [305] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller route Path /basic/api/
|
|
6968
|
+
[2022-01-06T13.24.22.994] [DEBUG] BaseChyz [305] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller route Path /basic/api/orderCreate
|
|
6969
|
+
[2022-01-06T13.24.22.994] [DEBUG] BaseChyz [305] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller route Path /basic/api/order/list
|
|
6970
|
+
[2022-01-06T13.24.22.995] [DEBUG] BaseChyz [305] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller route Path /basic/api/categories
|
|
6971
|
+
[2022-01-06T13.24.23.087] [DEBUG] BaseChyz [298] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller load ApiController (/oauth2.0)
|
|
6972
|
+
[2022-01-06T13.24.23.088] [DEBUG] BaseChyz [305] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller route Path /oauth2.0/
|
|
6973
|
+
[2022-01-06T13.24.23.088] [DEBUG] BaseChyz [305] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller route Path /oauth2.0/orderCreate
|
|
6974
|
+
[2022-01-06T13.24.23.129] [DEBUG] BaseChyz [298] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller load PublicController (/public)
|
|
6975
|
+
[2022-01-06T13.24.23.129] [DEBUG] BaseChyz [305] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller route Path /public/
|
|
6976
|
+
[2022-01-06T13.24.23.290] [DEBUG] BaseChyz [298] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller load SiteController (/site)
|
|
6977
|
+
[2022-01-06T13.24.23.290] [DEBUG] BaseChyz [305] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller route Path /site/index
|
|
6978
|
+
[2022-01-06T13.24.23.291] [DEBUG] BaseChyz [305] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller route Path /site/login
|
|
6979
|
+
[2022-01-06T13.24.23.291] [DEBUG] BaseChyz [305] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller route Path /site/logout
|
|
6980
|
+
[2022-01-06T13.24.23.292] [DEBUG] BaseChyz [305] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller route Path /site/signup
|
|
6981
|
+
[2022-01-06T13.24.23.300] [INFO] BaseChyz [197] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Express Server Starting
|
|
6982
|
+
[2022-01-06T13.24.23.304] [INFO] BaseChyz [197] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Express Server Start
|
|
6983
|
+
[2022-01-06T13.24.23.305] [INFO] BaseChyz [197] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Liten Port 3000
|
|
6984
|
+
[2022-01-06T13.24.23.306] [INFO] BaseChyz [197] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - http://localhost:3000
|
|
6985
|
+
[2022-01-06T13.24.23.312] [INFO] BaseChyz [197] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - http://192.168.56.1:3000
|
|
6986
|
+
[2022-01-06T13.24.24.003] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Executing (default): SELECT 1+1 AS result
|
|
6987
|
+
[2022-01-06T13.24.24.071] [INFO] BaseChyz [197] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Connection has been established successfully.
|
|
6988
|
+
[2022-01-06T13.24.26.948] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Call Request id api
|
|
6989
|
+
[2022-01-06T13.24.26.960] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Executing (default): SELECT "id", "name", "username", "password", "email", "permissions_id", "authkey", "status" FROM "users" AS "User" WHERE "User"."id" = 1;
|
|
6990
|
+
[2022-01-06T13.24.27.031] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Find Identity By AccessToken: User Found {
|
|
6991
|
+
user: 1,
|
|
6992
|
+
ip: '::1',
|
|
6993
|
+
agent: 'PostmanRuntime/7.28.4',
|
|
6994
|
+
platform: 'admin',
|
|
6995
|
+
role: [ 'admin' ],
|
|
6996
|
+
permissions: [
|
|
6997
|
+
'alprboxkoli',
|
|
6998
|
+
'edisboxkoli',
|
|
6999
|
+
'hubboxkoli',
|
|
7000
|
+
'edisboxold',
|
|
7001
|
+
'edisboxnew',
|
|
7002
|
+
'hubboxold',
|
|
7003
|
+
'hubboxnew',
|
|
7004
|
+
'alprboxold',
|
|
7005
|
+
'alprboxnew'
|
|
7006
|
+
],
|
|
7007
|
+
iat: 1641464614
|
|
7008
|
+
}
|
|
7009
|
+
[2022-01-06T13.25.20.334] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Model init.... CategoriesClass
|
|
7010
|
+
[2022-01-06T13.25.20.337] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Relation init.... CategoriesClass
|
|
7011
|
+
[2022-01-06T13.25.20.339] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Model init.... CustomerClass
|
|
7012
|
+
[2022-01-06T13.25.20.340] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Relation init.... CustomerClass
|
|
7013
|
+
[2022-01-06T13.25.20.340] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Model init.... OrderClass
|
|
7014
|
+
[2022-01-06T13.25.20.341] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Relation init.... OrderClass
|
|
7015
|
+
[2022-01-06T13.25.20.341] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Model init.... OrderItemClass
|
|
7016
|
+
[2022-01-06T13.25.20.341] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Relation init.... OrderItemClass
|
|
7017
|
+
[2022-01-06T13.25.20.344] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Model init.... ProductModelsClass
|
|
7018
|
+
[2022-01-06T13.25.20.344] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Relation init.... ProductModelsClass
|
|
7019
|
+
[2022-01-06T13.25.20.345] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Model init.... ProductsClass
|
|
7020
|
+
[2022-01-06T13.25.20.345] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Relation init.... ProductsClass
|
|
7021
|
+
[2022-01-06T13.25.20.347] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Model init.... ProductToCategoriesClass
|
|
7022
|
+
[2022-01-06T13.25.20.347] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Relation init.... ProductToCategoriesClass
|
|
7023
|
+
[2022-01-06T13.25.20.347] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Model init.... StocksClass
|
|
7024
|
+
[2022-01-06T13.25.20.348] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Relation init.... StocksClass
|
|
7025
|
+
[2022-01-06T13.25.20.348] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Model init.... UserPermissionClass
|
|
7026
|
+
[2022-01-06T13.25.20.348] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Relation init.... UserPermissionClass
|
|
7027
|
+
[2022-01-06T13.25.20.455] [DEBUG] BaseChyz [298] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller load ApiController (/api)
|
|
7028
|
+
[2022-01-06T13.25.20.456] [DEBUG] BaseChyz [305] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller route Path /api/
|
|
7029
|
+
[2022-01-06T13.25.20.456] [DEBUG] BaseChyz [305] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller route Path /api/orderCreate
|
|
7030
|
+
[2022-01-06T13.25.20.457] [DEBUG] BaseChyz [305] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller route Path /api/order/list
|
|
7031
|
+
[2022-01-06T13.25.20.457] [DEBUG] BaseChyz [305] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller route Path /api/categories
|
|
7032
|
+
[2022-01-06T13.25.20.528] [DEBUG] BaseChyz [298] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller load ApiController (/basic/api)
|
|
7033
|
+
[2022-01-06T13.25.20.529] [DEBUG] BaseChyz [305] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller route Path /basic/api/
|
|
7034
|
+
[2022-01-06T13.25.20.529] [DEBUG] BaseChyz [305] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller route Path /basic/api/orderCreate
|
|
7035
|
+
[2022-01-06T13.25.20.530] [DEBUG] BaseChyz [305] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller route Path /basic/api/order/list
|
|
7036
|
+
[2022-01-06T13.25.20.530] [DEBUG] BaseChyz [305] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller route Path /basic/api/categories
|
|
7037
|
+
[2022-01-06T13.25.20.620] [DEBUG] BaseChyz [298] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller load ApiController (/oauth2.0)
|
|
7038
|
+
[2022-01-06T13.25.20.621] [DEBUG] BaseChyz [305] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller route Path /oauth2.0/
|
|
7039
|
+
[2022-01-06T13.25.20.621] [DEBUG] BaseChyz [305] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller route Path /oauth2.0/orderCreate
|
|
7040
|
+
[2022-01-06T13.25.20.662] [DEBUG] BaseChyz [298] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller load PublicController (/public)
|
|
7041
|
+
[2022-01-06T13.25.20.663] [DEBUG] BaseChyz [305] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller route Path /public/
|
|
7042
|
+
[2022-01-06T13.25.20.845] [DEBUG] BaseChyz [298] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller load SiteController (/site)
|
|
7043
|
+
[2022-01-06T13.25.20.845] [DEBUG] BaseChyz [305] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller route Path /site/index
|
|
7044
|
+
[2022-01-06T13.25.20.845] [DEBUG] BaseChyz [305] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller route Path /site/login
|
|
7045
|
+
[2022-01-06T13.25.20.846] [DEBUG] BaseChyz [305] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller route Path /site/logout
|
|
7046
|
+
[2022-01-06T13.25.20.846] [DEBUG] BaseChyz [305] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller route Path /site/signup
|
|
7047
|
+
[2022-01-06T13.25.20.854] [INFO] BaseChyz [197] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Express Server Starting
|
|
7048
|
+
[2022-01-06T13.25.20.857] [INFO] BaseChyz [197] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Express Server Start
|
|
7049
|
+
[2022-01-06T13.25.20.857] [INFO] BaseChyz [197] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Liten Port 3000
|
|
7050
|
+
[2022-01-06T13.25.20.858] [INFO] BaseChyz [197] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - http://localhost:3000
|
|
7051
|
+
[2022-01-06T13.25.20.863] [INFO] BaseChyz [197] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - http://192.168.56.1:3000
|
|
7052
|
+
[2022-01-06T13.25.21.544] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Executing (default): SELECT 1+1 AS result
|
|
7053
|
+
[2022-01-06T13.25.21.608] [INFO] BaseChyz [197] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Connection has been established successfully.
|
|
7054
|
+
[2022-01-06T13.25.22.076] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Call Request id api
|
|
7055
|
+
[2022-01-06T13.25.22.087] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Executing (default): SELECT "id", "name", "username", "password", "email", "permissions_id", "authkey", "status" FROM "users" AS "User" WHERE "User"."id" = 1;
|
|
7056
|
+
[2022-01-06T13.25.22.154] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Find Identity By AccessToken: User Found {
|
|
7057
|
+
user: 1,
|
|
7058
|
+
ip: '::1',
|
|
7059
|
+
agent: 'PostmanRuntime/7.28.4',
|
|
7060
|
+
platform: 'admin',
|
|
7061
|
+
role: [ 'admin' ],
|
|
7062
|
+
permissions: [
|
|
7063
|
+
'alprboxkoli',
|
|
7064
|
+
'edisboxkoli',
|
|
7065
|
+
'hubboxkoli',
|
|
7066
|
+
'edisboxold',
|
|
7067
|
+
'edisboxnew',
|
|
7068
|
+
'hubboxold',
|
|
7069
|
+
'hubboxnew',
|
|
7070
|
+
'alprboxold',
|
|
7071
|
+
'alprboxnew'
|
|
7072
|
+
],
|
|
7073
|
+
iat: 1641464614
|
|
7074
|
+
}
|
|
7075
|
+
[2022-01-06T13.25.22.157] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Find Identity By AccessToken: User Verify Success
|
|
7076
|
+
[2022-01-06T13.25.43.410] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Request ID chyzzzz_1
|
|
7077
|
+
[2022-01-06T13.25.43.412] [ERROR] BaseChyz [205] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - EagerLoadingError [SequelizeEagerLoadingError]: ProductModelsClass is not associated to ProductsClass!
|
|
7078
|
+
at Function._getIncludedAssociation (C:\PROJELER\github\Chy-Nodejs-Framework\node_modules\sequelize\lib\model.js:710:13)
|
|
7079
|
+
at Function._validateIncludedElement (C:\PROJELER\github\Chy-Nodejs-Framework\node_modules\sequelize\lib\model.js:614:53)
|
|
7080
|
+
at C:\PROJELER\github\Chy-Nodejs-Framework\node_modules\sequelize\lib\model.js:509:37
|
|
7081
|
+
at Array.map (<anonymous>)
|
|
7082
|
+
at Function._validateIncludedElements (C:\PROJELER\github\Chy-Nodejs-Framework\node_modules\sequelize\lib\model.js:504:39)
|
|
7083
|
+
at Function.findAll (C:\PROJELER\github\Chy-Nodejs-Framework\node_modules\sequelize\lib\model.js:1723:12)
|
|
7084
|
+
at processTicksAndRejections (internal/process/task_queues.js:93:5)
|
|
7085
|
+
[2022-01-06T13.26.46.890] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Model init.... CategoriesClass
|
|
7086
|
+
[2022-01-06T13.26.46.893] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Relation init.... CategoriesClass
|
|
7087
|
+
[2022-01-06T13.26.46.895] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Model init.... CustomerClass
|
|
7088
|
+
[2022-01-06T13.26.46.896] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Relation init.... CustomerClass
|
|
7089
|
+
[2022-01-06T13.26.46.897] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Model init.... OrderClass
|
|
7090
|
+
[2022-01-06T13.26.46.897] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Relation init.... OrderClass
|
|
7091
|
+
[2022-01-06T13.26.46.897] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Model init.... OrderItemClass
|
|
7092
|
+
[2022-01-06T13.26.46.897] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Relation init.... OrderItemClass
|
|
7093
|
+
[2022-01-06T13.26.46.898] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Model init.... ProductModelsClass
|
|
7094
|
+
[2022-01-06T13.26.46.898] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Relation init.... ProductModelsClass
|
|
7095
|
+
[2022-01-06T13.26.46.898] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Model init.... ProductsClass
|
|
7096
|
+
[2022-01-06T13.26.46.899] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Relation init.... ProductsClass
|
|
7097
|
+
[2022-01-06T13.26.46.900] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Model init.... ProductToCategoriesClass
|
|
7098
|
+
[2022-01-06T13.26.46.900] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Relation init.... ProductToCategoriesClass
|
|
7099
|
+
[2022-01-06T13.26.46.901] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Model init.... StocksClass
|
|
7100
|
+
[2022-01-06T13.26.46.901] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Relation init.... StocksClass
|
|
7101
|
+
[2022-01-06T13.26.46.901] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Model init.... UserPermissionClass
|
|
7102
|
+
[2022-01-06T13.26.46.902] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Relation init.... UserPermissionClass
|
|
7103
|
+
[2022-01-06T13.26.46.998] [DEBUG] BaseChyz [298] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller load ApiController (/api)
|
|
7104
|
+
[2022-01-06T13.26.46.999] [DEBUG] BaseChyz [305] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller route Path /api/
|
|
7105
|
+
[2022-01-06T13.26.46.999] [DEBUG] BaseChyz [305] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller route Path /api/orderCreate
|
|
7106
|
+
[2022-01-06T13.26.47.000] [DEBUG] BaseChyz [305] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller route Path /api/order/list
|
|
7107
|
+
[2022-01-06T13.26.47.000] [DEBUG] BaseChyz [305] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller route Path /api/categories
|
|
7108
|
+
[2022-01-06T13.26.47.073] [DEBUG] BaseChyz [298] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller load ApiController (/basic/api)
|
|
7109
|
+
[2022-01-06T13.26.47.073] [DEBUG] BaseChyz [305] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller route Path /basic/api/
|
|
7110
|
+
[2022-01-06T13.26.47.073] [DEBUG] BaseChyz [305] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller route Path /basic/api/orderCreate
|
|
7111
|
+
[2022-01-06T13.26.47.074] [DEBUG] BaseChyz [305] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller route Path /basic/api/order/list
|
|
7112
|
+
[2022-01-06T13.26.47.074] [DEBUG] BaseChyz [305] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller route Path /basic/api/categories
|
|
7113
|
+
[2022-01-06T13.26.47.168] [DEBUG] BaseChyz [298] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller load ApiController (/oauth2.0)
|
|
7114
|
+
[2022-01-06T13.26.47.169] [DEBUG] BaseChyz [305] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller route Path /oauth2.0/
|
|
7115
|
+
[2022-01-06T13.26.47.170] [DEBUG] BaseChyz [305] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller route Path /oauth2.0/orderCreate
|
|
7116
|
+
[2022-01-06T13.26.47.213] [DEBUG] BaseChyz [298] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller load PublicController (/public)
|
|
7117
|
+
[2022-01-06T13.26.47.213] [DEBUG] BaseChyz [305] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller route Path /public/
|
|
7118
|
+
[2022-01-06T13.26.47.420] [DEBUG] BaseChyz [298] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller load SiteController (/site)
|
|
7119
|
+
[2022-01-06T13.26.47.421] [DEBUG] BaseChyz [305] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller route Path /site/index
|
|
7120
|
+
[2022-01-06T13.26.47.421] [DEBUG] BaseChyz [305] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller route Path /site/login
|
|
7121
|
+
[2022-01-06T13.26.47.421] [DEBUG] BaseChyz [305] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller route Path /site/logout
|
|
7122
|
+
[2022-01-06T13.26.47.422] [DEBUG] BaseChyz [305] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller route Path /site/signup
|
|
7123
|
+
[2022-01-06T13.26.47.429] [INFO] BaseChyz [197] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Express Server Starting
|
|
7124
|
+
[2022-01-06T13.26.47.432] [INFO] BaseChyz [197] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Express Server Start
|
|
7125
|
+
[2022-01-06T13.26.47.433] [INFO] BaseChyz [197] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Liten Port 3000
|
|
7126
|
+
[2022-01-06T13.26.47.433] [INFO] BaseChyz [197] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - http://localhost:3000
|
|
7127
|
+
[2022-01-06T13.26.47.438] [INFO] BaseChyz [197] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - http://192.168.56.1:3000
|
|
7128
|
+
[2022-01-06T13.26.48.142] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Executing (default): SELECT 1+1 AS result
|
|
7129
|
+
[2022-01-06T13.26.48.208] [INFO] BaseChyz [197] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Connection has been established successfully.
|
|
7130
|
+
[2022-01-06T13.26.48.405] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Call Request id api
|
|
7131
|
+
[2022-01-06T13.26.48.418] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Executing (default): SELECT "id", "name", "username", "password", "email", "permissions_id", "authkey", "status" FROM "users" AS "User" WHERE "User"."id" = 1;
|
|
7132
|
+
[2022-01-06T13.26.48.486] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Find Identity By AccessToken: User Found {
|
|
7133
|
+
user: 1,
|
|
7134
|
+
ip: '::1',
|
|
7135
|
+
agent: 'PostmanRuntime/7.28.4',
|
|
7136
|
+
platform: 'admin',
|
|
7137
|
+
role: [ 'admin' ],
|
|
7138
|
+
permissions: [
|
|
7139
|
+
'alprboxkoli',
|
|
7140
|
+
'edisboxkoli',
|
|
7141
|
+
'hubboxkoli',
|
|
7142
|
+
'edisboxold',
|
|
7143
|
+
'edisboxnew',
|
|
7144
|
+
'hubboxold',
|
|
7145
|
+
'hubboxnew',
|
|
7146
|
+
'alprboxold',
|
|
7147
|
+
'alprboxnew'
|
|
7148
|
+
],
|
|
7149
|
+
iat: 1641464614
|
|
7150
|
+
}
|
|
7151
|
+
[2022-01-06T13.26.48.490] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Find Identity By AccessToken: User Verify Success
|
|
7152
|
+
[2022-01-06T13.26.53.000] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Request ID chyzzzz_1
|
|
7153
|
+
[2022-01-06T13.26.53.002] [ERROR] BaseChyz [205] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - EagerLoadingError [SequelizeEagerLoadingError]: ProductModelsClass is not associated to ProductsClass!
|
|
7154
|
+
at Function._getIncludedAssociation (C:\PROJELER\github\Chy-Nodejs-Framework\node_modules\sequelize\lib\model.js:710:13)
|
|
7155
|
+
at Function._validateIncludedElement (C:\PROJELER\github\Chy-Nodejs-Framework\node_modules\sequelize\lib\model.js:614:53)
|
|
7156
|
+
at C:\PROJELER\github\Chy-Nodejs-Framework\node_modules\sequelize\lib\model.js:509:37
|
|
7157
|
+
at Array.map (<anonymous>)
|
|
7158
|
+
at Function._validateIncludedElements (C:\PROJELER\github\Chy-Nodejs-Framework\node_modules\sequelize\lib\model.js:504:39)
|
|
7159
|
+
at Function.findAll (C:\PROJELER\github\Chy-Nodejs-Framework\node_modules\sequelize\lib\model.js:1723:12)
|
|
7160
|
+
at processTicksAndRejections (internal/process/task_queues.js:93:5)
|
|
7161
|
+
[2022-01-06T13.27.11.556] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Model init.... CategoriesClass
|
|
7162
|
+
[2022-01-06T13.27.11.562] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Relation init.... CategoriesClass
|
|
7163
|
+
[2022-01-06T13.27.11.569] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Model init.... CustomerClass
|
|
7164
|
+
[2022-01-06T13.27.11.570] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Relation init.... CustomerClass
|
|
7165
|
+
[2022-01-06T13.27.11.570] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Model init.... OrderClass
|
|
7166
|
+
[2022-01-06T13.27.11.571] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Relation init.... OrderClass
|
|
7167
|
+
[2022-01-06T13.27.11.572] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Model init.... OrderItemClass
|
|
7168
|
+
[2022-01-06T13.27.11.572] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Relation init.... OrderItemClass
|
|
7169
|
+
[2022-01-06T13.27.11.573] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Model init.... ProductModelsClass
|
|
7170
|
+
[2022-01-06T13.27.11.573] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Relation init.... ProductModelsClass
|
|
7171
|
+
[2022-01-06T13.27.11.574] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Model init.... ProductsClass
|
|
7172
|
+
[2022-01-06T13.27.11.574] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Relation init.... ProductsClass
|
|
7173
|
+
[2022-01-06T13.27.11.578] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Model init.... ProductToCategoriesClass
|
|
7174
|
+
[2022-01-06T13.27.11.580] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Relation init.... ProductToCategoriesClass
|
|
7175
|
+
[2022-01-06T13.27.11.581] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Model init.... StocksClass
|
|
7176
|
+
[2022-01-06T13.27.11.582] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Relation init.... StocksClass
|
|
7177
|
+
[2022-01-06T13.27.11.583] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Model init.... UserPermissionClass
|
|
7178
|
+
[2022-01-06T13.27.11.583] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Relation init.... UserPermissionClass
|
|
7179
|
+
[2022-01-06T13.27.11.699] [DEBUG] BaseChyz [298] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller load ApiController (/api)
|
|
7180
|
+
[2022-01-06T13.27.11.700] [DEBUG] BaseChyz [305] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller route Path /api/
|
|
7181
|
+
[2022-01-06T13.27.11.700] [DEBUG] BaseChyz [305] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller route Path /api/orderCreate
|
|
7182
|
+
[2022-01-06T13.27.11.701] [DEBUG] BaseChyz [305] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller route Path /api/order/list
|
|
7183
|
+
[2022-01-06T13.27.11.701] [DEBUG] BaseChyz [305] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller route Path /api/categories
|
|
7184
|
+
[2022-01-06T13.27.11.782] [DEBUG] BaseChyz [298] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller load ApiController (/basic/api)
|
|
7185
|
+
[2022-01-06T13.27.11.782] [DEBUG] BaseChyz [305] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller route Path /basic/api/
|
|
7186
|
+
[2022-01-06T13.27.11.782] [DEBUG] BaseChyz [305] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller route Path /basic/api/orderCreate
|
|
7187
|
+
[2022-01-06T13.27.11.783] [DEBUG] BaseChyz [305] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller route Path /basic/api/order/list
|
|
7188
|
+
[2022-01-06T13.27.11.783] [DEBUG] BaseChyz [305] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller route Path /basic/api/categories
|
|
7189
|
+
[2022-01-06T13.27.11.885] [DEBUG] BaseChyz [298] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller load ApiController (/oauth2.0)
|
|
7190
|
+
[2022-01-06T13.27.11.886] [DEBUG] BaseChyz [305] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller route Path /oauth2.0/
|
|
7191
|
+
[2022-01-06T13.27.11.886] [DEBUG] BaseChyz [305] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller route Path /oauth2.0/orderCreate
|
|
7192
|
+
[2022-01-06T13.27.11.930] [DEBUG] BaseChyz [298] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller load PublicController (/public)
|
|
7193
|
+
[2022-01-06T13.27.11.931] [DEBUG] BaseChyz [305] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller route Path /public/
|
|
7194
|
+
[2022-01-06T13.27.12.085] [DEBUG] BaseChyz [298] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller load SiteController (/site)
|
|
7195
|
+
[2022-01-06T13.27.12.086] [DEBUG] BaseChyz [305] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller route Path /site/index
|
|
7196
|
+
[2022-01-06T13.27.12.086] [DEBUG] BaseChyz [305] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller route Path /site/login
|
|
7197
|
+
[2022-01-06T13.27.12.087] [DEBUG] BaseChyz [305] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller route Path /site/logout
|
|
7198
|
+
[2022-01-06T13.27.12.087] [DEBUG] BaseChyz [305] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller route Path /site/signup
|
|
7199
|
+
[2022-01-06T13.27.12.094] [INFO] BaseChyz [197] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Express Server Starting
|
|
7200
|
+
[2022-01-06T13.27.12.097] [INFO] BaseChyz [197] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Express Server Start
|
|
7201
|
+
[2022-01-06T13.27.12.098] [INFO] BaseChyz [197] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Liten Port 3000
|
|
7202
|
+
[2022-01-06T13.27.12.099] [INFO] BaseChyz [197] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - http://localhost:3000
|
|
7203
|
+
[2022-01-06T13.27.12.103] [INFO] BaseChyz [197] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - http://192.168.56.1:3000
|
|
7204
|
+
[2022-01-06T13.27.12.796] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Executing (default): SELECT 1+1 AS result
|
|
7205
|
+
[2022-01-06T13.27.12.860] [INFO] BaseChyz [197] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Connection has been established successfully.
|
|
7206
|
+
[2022-01-06T13.27.17.166] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Call Request id api
|
|
7207
|
+
[2022-01-06T13.27.17.176] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Executing (default): SELECT "id", "name", "username", "password", "email", "permissions_id", "authkey", "status" FROM "users" AS "User" WHERE "User"."id" = 1;
|
|
7208
|
+
[2022-01-06T13.27.17.244] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Find Identity By AccessToken: User Found {
|
|
7209
|
+
user: 1,
|
|
7210
|
+
ip: '::1',
|
|
7211
|
+
agent: 'PostmanRuntime/7.28.4',
|
|
7212
|
+
platform: 'admin',
|
|
7213
|
+
role: [ 'admin' ],
|
|
7214
|
+
permissions: [
|
|
7215
|
+
'alprboxkoli',
|
|
7216
|
+
'edisboxkoli',
|
|
7217
|
+
'hubboxkoli',
|
|
7218
|
+
'edisboxold',
|
|
7219
|
+
'edisboxnew',
|
|
7220
|
+
'hubboxold',
|
|
7221
|
+
'hubboxnew',
|
|
7222
|
+
'alprboxold',
|
|
7223
|
+
'alprboxnew'
|
|
7224
|
+
],
|
|
7225
|
+
iat: 1641464614
|
|
7226
|
+
}
|
|
7227
|
+
[2022-01-06T13.27.17.248] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Find Identity By AccessToken: User Verify Success
|
|
7228
|
+
[2022-01-06T13.27.40.670] [ERROR] BaseChyz [205] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - ForbiddenHttpException: You are not allowed to perform this action.
|
|
7229
|
+
at new BaseError (C:\PROJELER\github\Chy-Nodejs-Framework\base\BaseError.ts:18:15)
|
|
7230
|
+
at new ForbiddenHttpException (C:\PROJELER\github\Chy-Nodejs-Framework\base\ForbiddenHttpException.ts:11:9)
|
|
7231
|
+
at AccessControl.denyAccess (C:\PROJELER\github\Chy-Nodejs-Framework\filters\AccessControl.ts:61:22)
|
|
7232
|
+
at AccessControl.<anonymous> (C:\PROJELER\github\Chy-Nodejs-Framework\filters\AccessControl.ts:54:14)
|
|
7233
|
+
at Generator.next (<anonymous>)
|
|
7234
|
+
at C:\PROJELER\github\Chy-Nodejs-Framework\filters\AccessControl.ts:8:71
|
|
7235
|
+
at new Promise (<anonymous>)
|
|
7236
|
+
at __awaiter (C:\PROJELER\github\Chy-Nodejs-Framework\filters\AccessControl.ts:4:12)
|
|
7237
|
+
at AccessControl.beforeAction (C:\PROJELER\github\Chy-Nodejs-Framework\filters\AccessControl.ts:39:16)
|
|
7238
|
+
at AccessControl.<anonymous> (C:\PROJELER\github\Chy-Nodejs-Framework\base\ActionFilter.ts:32:20) {
|
|
7239
|
+
statusCode: 403
|
|
7240
|
+
}
|
|
7241
|
+
[2022-01-06T13.28.19.506] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Model init.... CategoriesClass
|
|
7242
|
+
[2022-01-06T13.28.19.508] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Relation init.... CategoriesClass
|
|
7243
|
+
[2022-01-06T13.28.19.511] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Model init.... CustomerClass
|
|
7244
|
+
[2022-01-06T13.28.19.512] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Relation init.... CustomerClass
|
|
7245
|
+
[2022-01-06T13.28.19.512] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Model init.... OrderClass
|
|
7246
|
+
[2022-01-06T13.28.19.512] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Relation init.... OrderClass
|
|
7247
|
+
[2022-01-06T13.28.19.513] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Model init.... OrderItemClass
|
|
7248
|
+
[2022-01-06T13.28.19.513] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Relation init.... OrderItemClass
|
|
7249
|
+
[2022-01-06T13.28.19.513] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Model init.... ProductModelsClass
|
|
7250
|
+
[2022-01-06T13.28.19.514] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Relation init.... ProductModelsClass
|
|
7251
|
+
[2022-01-06T13.28.19.514] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Model init.... ProductsClass
|
|
7252
|
+
[2022-01-06T13.28.19.514] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Relation init.... ProductsClass
|
|
7253
|
+
[2022-01-06T13.28.19.515] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Model init.... ProductToCategoriesClass
|
|
7254
|
+
[2022-01-06T13.28.19.516] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Relation init.... ProductToCategoriesClass
|
|
7255
|
+
[2022-01-06T13.28.19.516] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Model init.... StocksClass
|
|
7256
|
+
[2022-01-06T13.28.19.516] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Relation init.... StocksClass
|
|
7257
|
+
[2022-01-06T13.28.19.517] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Model init.... UserPermissionClass
|
|
7258
|
+
[2022-01-06T13.28.19.517] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Relation init.... UserPermissionClass
|
|
7259
|
+
[2022-01-06T13.28.19.607] [DEBUG] BaseChyz [298] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller load ApiController (/api)
|
|
7260
|
+
[2022-01-06T13.28.19.607] [DEBUG] BaseChyz [305] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller route Path /api/
|
|
7261
|
+
[2022-01-06T13.28.19.608] [DEBUG] BaseChyz [305] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller route Path /api/orderCreate
|
|
7262
|
+
[2022-01-06T13.28.19.609] [DEBUG] BaseChyz [305] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller route Path /api/order/list
|
|
7263
|
+
[2022-01-06T13.28.19.609] [DEBUG] BaseChyz [305] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller route Path /api/categories
|
|
7264
|
+
[2022-01-06T13.28.19.680] [DEBUG] BaseChyz [298] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller load ApiController (/basic/api)
|
|
7265
|
+
[2022-01-06T13.28.19.681] [DEBUG] BaseChyz [305] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller route Path /basic/api/
|
|
7266
|
+
[2022-01-06T13.28.19.681] [DEBUG] BaseChyz [305] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller route Path /basic/api/orderCreate
|
|
7267
|
+
[2022-01-06T13.28.19.682] [DEBUG] BaseChyz [305] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller route Path /basic/api/order/list
|
|
7268
|
+
[2022-01-06T13.28.19.682] [DEBUG] BaseChyz [305] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller route Path /basic/api/categories
|
|
7269
|
+
[2022-01-06T13.28.19.764] [DEBUG] BaseChyz [298] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller load ApiController (/oauth2.0)
|
|
7270
|
+
[2022-01-06T13.28.19.764] [DEBUG] BaseChyz [305] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller route Path /oauth2.0/
|
|
7271
|
+
[2022-01-06T13.28.19.764] [DEBUG] BaseChyz [305] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller route Path /oauth2.0/orderCreate
|
|
7272
|
+
[2022-01-06T13.28.19.804] [DEBUG] BaseChyz [298] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller load PublicController (/public)
|
|
7273
|
+
[2022-01-06T13.28.19.804] [DEBUG] BaseChyz [305] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller route Path /public/
|
|
7274
|
+
[2022-01-06T13.28.19.965] [DEBUG] BaseChyz [298] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller load SiteController (/site)
|
|
7275
|
+
[2022-01-06T13.28.19.966] [DEBUG] BaseChyz [305] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller route Path /site/index
|
|
7276
|
+
[2022-01-06T13.28.19.966] [DEBUG] BaseChyz [305] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller route Path /site/login
|
|
7277
|
+
[2022-01-06T13.28.19.967] [DEBUG] BaseChyz [305] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller route Path /site/logout
|
|
7278
|
+
[2022-01-06T13.28.19.967] [DEBUG] BaseChyz [305] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller route Path /site/signup
|
|
7279
|
+
[2022-01-06T13.28.19.974] [INFO] BaseChyz [197] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Express Server Starting
|
|
7280
|
+
[2022-01-06T13.28.19.977] [INFO] BaseChyz [197] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Express Server Start
|
|
7281
|
+
[2022-01-06T13.28.19.978] [INFO] BaseChyz [197] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Liten Port 3000
|
|
7282
|
+
[2022-01-06T13.28.19.978] [INFO] BaseChyz [197] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - http://localhost:3000
|
|
7283
|
+
[2022-01-06T13.28.19.982] [INFO] BaseChyz [197] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - http://192.168.56.1:3000
|
|
7284
|
+
[2022-01-06T13.28.20.664] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Executing (default): SELECT 1+1 AS result
|
|
7285
|
+
[2022-01-06T13.28.20.729] [INFO] BaseChyz [197] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Connection has been established successfully.
|
|
7286
|
+
[2022-01-06T13.28.23.002] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Call Request id api
|
|
7287
|
+
[2022-01-06T13.28.23.012] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Executing (default): SELECT "id", "name", "username", "password", "email", "permissions_id", "authkey", "status" FROM "users" AS "User" WHERE "User"."id" = 1;
|
|
7288
|
+
[2022-01-06T13.28.23.081] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Find Identity By AccessToken: User Found {
|
|
7289
|
+
user: 1,
|
|
7290
|
+
ip: '::1',
|
|
7291
|
+
agent: 'PostmanRuntime/7.28.4',
|
|
7292
|
+
platform: 'admin',
|
|
7293
|
+
role: [ 'admin' ],
|
|
7294
|
+
permissions: [
|
|
7295
|
+
'alprboxkoli',
|
|
7296
|
+
'edisboxkoli',
|
|
7297
|
+
'hubboxkoli',
|
|
7298
|
+
'edisboxold',
|
|
7299
|
+
'edisboxnew',
|
|
7300
|
+
'hubboxold',
|
|
7301
|
+
'hubboxnew',
|
|
7302
|
+
'alprboxold',
|
|
7303
|
+
'alprboxnew'
|
|
7304
|
+
],
|
|
7305
|
+
iat: 1641464614
|
|
7306
|
+
}
|
|
7307
|
+
[2022-01-06T13.28.23.084] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Find Identity By AccessToken: User Verify Success
|
|
7308
|
+
[2022-01-06T13.29.45.053] [ERROR] BaseChyz [205] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - ForbiddenHttpException: You are not allowed to perform this action.
|
|
7309
|
+
at new BaseError (C:\PROJELER\github\Chy-Nodejs-Framework\base\BaseError.ts:18:15)
|
|
7310
|
+
at new ForbiddenHttpException (C:\PROJELER\github\Chy-Nodejs-Framework\base\ForbiddenHttpException.ts:11:9)
|
|
7311
|
+
at AccessControl.denyAccess (C:\PROJELER\github\Chy-Nodejs-Framework\filters\AccessControl.ts:61:22)
|
|
7312
|
+
at AccessControl.<anonymous> (C:\PROJELER\github\Chy-Nodejs-Framework\filters\AccessControl.ts:54:14)
|
|
7313
|
+
at Generator.next (<anonymous>)
|
|
7314
|
+
at C:\PROJELER\github\Chy-Nodejs-Framework\filters\AccessControl.ts:8:71
|
|
7315
|
+
at new Promise (<anonymous>)
|
|
7316
|
+
at __awaiter (C:\PROJELER\github\Chy-Nodejs-Framework\filters\AccessControl.ts:4:12)
|
|
7317
|
+
at AccessControl.beforeAction (C:\PROJELER\github\Chy-Nodejs-Framework\filters\AccessControl.ts:39:16)
|
|
7318
|
+
at AccessControl.<anonymous> (C:\PROJELER\github\Chy-Nodejs-Framework\base\ActionFilter.ts:32:20) {
|
|
7319
|
+
statusCode: 403
|
|
7320
|
+
}
|
|
7321
|
+
[2022-01-06T13.30.01.554] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Model init.... CategoriesClass
|
|
7322
|
+
[2022-01-06T13.30.01.557] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Relation init.... CategoriesClass
|
|
7323
|
+
[2022-01-06T13.30.01.559] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Model init.... CustomerClass
|
|
7324
|
+
[2022-01-06T13.30.01.560] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Relation init.... CustomerClass
|
|
7325
|
+
[2022-01-06T13.30.01.560] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Model init.... OrderClass
|
|
7326
|
+
[2022-01-06T13.30.01.560] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Relation init.... OrderClass
|
|
7327
|
+
[2022-01-06T13.30.01.561] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Model init.... OrderItemClass
|
|
7328
|
+
[2022-01-06T13.30.01.561] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Relation init.... OrderItemClass
|
|
7329
|
+
[2022-01-06T13.30.01.562] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Model init.... ProductModelsClass
|
|
7330
|
+
[2022-01-06T13.30.01.562] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Relation init.... ProductModelsClass
|
|
7331
|
+
[2022-01-06T13.30.01.562] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Model init.... ProductsClass
|
|
7332
|
+
[2022-01-06T13.30.01.563] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Relation init.... ProductsClass
|
|
7333
|
+
[2022-01-06T13.30.01.564] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Model init.... ProductToCategoriesClass
|
|
7334
|
+
[2022-01-06T13.30.01.564] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Relation init.... ProductToCategoriesClass
|
|
7335
|
+
[2022-01-06T13.30.01.565] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Model init.... StocksClass
|
|
7336
|
+
[2022-01-06T13.30.01.565] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Relation init.... StocksClass
|
|
7337
|
+
[2022-01-06T13.30.01.565] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Model init.... UserPermissionClass
|
|
7338
|
+
[2022-01-06T13.30.01.566] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Relation init.... UserPermissionClass
|
|
7339
|
+
[2022-01-06T13.30.01.657] [DEBUG] BaseChyz [298] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller load ApiController (/api)
|
|
7340
|
+
[2022-01-06T13.30.01.658] [DEBUG] BaseChyz [305] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller route Path /api/
|
|
7341
|
+
[2022-01-06T13.30.01.658] [DEBUG] BaseChyz [305] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller route Path /api/orderCreate
|
|
7342
|
+
[2022-01-06T13.30.01.659] [DEBUG] BaseChyz [305] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller route Path /api/order/list
|
|
7343
|
+
[2022-01-06T13.30.01.659] [DEBUG] BaseChyz [305] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller route Path /api/categories
|
|
7344
|
+
[2022-01-06T13.30.01.734] [DEBUG] BaseChyz [298] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller load ApiController (/basic/api)
|
|
7345
|
+
[2022-01-06T13.30.01.735] [DEBUG] BaseChyz [305] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller route Path /basic/api/
|
|
7346
|
+
[2022-01-06T13.30.01.735] [DEBUG] BaseChyz [305] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller route Path /basic/api/orderCreate
|
|
7347
|
+
[2022-01-06T13.30.01.735] [DEBUG] BaseChyz [305] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller route Path /basic/api/order/list
|
|
7348
|
+
[2022-01-06T13.30.01.736] [DEBUG] BaseChyz [305] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller route Path /basic/api/categories
|
|
7349
|
+
[2022-01-06T13.30.01.820] [DEBUG] BaseChyz [298] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller load ApiController (/oauth2.0)
|
|
7350
|
+
[2022-01-06T13.30.01.821] [DEBUG] BaseChyz [305] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller route Path /oauth2.0/
|
|
7351
|
+
[2022-01-06T13.30.01.821] [DEBUG] BaseChyz [305] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller route Path /oauth2.0/orderCreate
|
|
7352
|
+
[2022-01-06T13.30.01.861] [DEBUG] BaseChyz [298] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller load PublicController (/public)
|
|
7353
|
+
[2022-01-06T13.30.01.862] [DEBUG] BaseChyz [305] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller route Path /public/
|
|
7354
|
+
[2022-01-06T13.30.02.009] [DEBUG] BaseChyz [298] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller load SiteController (/site)
|
|
7355
|
+
[2022-01-06T13.30.02.010] [DEBUG] BaseChyz [305] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller route Path /site/index
|
|
7356
|
+
[2022-01-06T13.30.02.011] [DEBUG] BaseChyz [305] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller route Path /site/login
|
|
7357
|
+
[2022-01-06T13.30.02.011] [DEBUG] BaseChyz [305] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller route Path /site/logout
|
|
7358
|
+
[2022-01-06T13.30.02.011] [DEBUG] BaseChyz [305] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller route Path /site/signup
|
|
7359
|
+
[2022-01-06T13.30.02.018] [INFO] BaseChyz [197] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Express Server Starting
|
|
7360
|
+
[2022-01-06T13.30.02.021] [INFO] BaseChyz [197] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Express Server Start
|
|
7361
|
+
[2022-01-06T13.30.02.021] [INFO] BaseChyz [197] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Liten Port 3000
|
|
7362
|
+
[2022-01-06T13.30.02.022] [INFO] BaseChyz [197] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - http://localhost:3000
|
|
7363
|
+
[2022-01-06T13.30.02.026] [INFO] BaseChyz [197] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - http://192.168.56.1:3000
|
|
7364
|
+
[2022-01-06T13.30.02.712] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Executing (default): SELECT 1+1 AS result
|
|
7365
|
+
[2022-01-06T13.30.02.777] [INFO] BaseChyz [197] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Connection has been established successfully.
|
|
7366
|
+
[2022-01-06T13.30.04.779] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Call Request id api
|
|
7367
|
+
[2022-01-06T13.30.04.789] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Executing (default): SELECT "id", "name", "username", "password", "email", "permissions_id", "authkey", "status" FROM "users" AS "User" WHERE "User"."id" = 1;
|
|
7368
|
+
[2022-01-06T13.30.04.858] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Find Identity By AccessToken: User Found {
|
|
7369
|
+
user: 1,
|
|
7370
|
+
ip: '::1',
|
|
7371
|
+
agent: 'PostmanRuntime/7.28.4',
|
|
7372
|
+
platform: 'admin',
|
|
7373
|
+
role: [ 'admin' ],
|
|
7374
|
+
permissions: [
|
|
7375
|
+
'alprboxkoli',
|
|
7376
|
+
'edisboxkoli',
|
|
7377
|
+
'hubboxkoli',
|
|
7378
|
+
'edisboxold',
|
|
7379
|
+
'edisboxnew',
|
|
7380
|
+
'hubboxold',
|
|
7381
|
+
'hubboxnew',
|
|
7382
|
+
'alprboxold',
|
|
7383
|
+
'alprboxnew'
|
|
7384
|
+
],
|
|
7385
|
+
iat: 1641464614
|
|
7386
|
+
}
|
|
7387
|
+
[2022-01-06T13.30.04.861] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Find Identity By AccessToken: User Verify Success
|
|
7388
|
+
[2022-01-06T13.30.26.585] [ERROR] BaseChyz [205] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - ForbiddenHttpException: You are not allowed to perform this action.
|
|
7389
|
+
at new BaseError (C:\PROJELER\github\Chy-Nodejs-Framework\base\BaseError.ts:18:15)
|
|
7390
|
+
at new ForbiddenHttpException (C:\PROJELER\github\Chy-Nodejs-Framework\base\ForbiddenHttpException.ts:11:9)
|
|
7391
|
+
at AccessControl.denyAccess (C:\PROJELER\github\Chy-Nodejs-Framework\filters\AccessControl.ts:61:22)
|
|
7392
|
+
at AccessControl.<anonymous> (C:\PROJELER\github\Chy-Nodejs-Framework\filters\AccessControl.ts:54:14)
|
|
7393
|
+
at Generator.next (<anonymous>)
|
|
7394
|
+
at C:\PROJELER\github\Chy-Nodejs-Framework\filters\AccessControl.ts:8:71
|
|
7395
|
+
at new Promise (<anonymous>)
|
|
7396
|
+
at __awaiter (C:\PROJELER\github\Chy-Nodejs-Framework\filters\AccessControl.ts:4:12)
|
|
7397
|
+
at AccessControl.beforeAction (C:\PROJELER\github\Chy-Nodejs-Framework\filters\AccessControl.ts:39:16)
|
|
7398
|
+
at AccessControl.<anonymous> (C:\PROJELER\github\Chy-Nodejs-Framework\base\ActionFilter.ts:32:20) {
|
|
7399
|
+
statusCode: 403
|
|
7400
|
+
}
|
|
7401
|
+
[2022-01-06T13.30.38.238] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Model init.... CategoriesClass
|
|
7402
|
+
[2022-01-06T13.30.38.241] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Relation init.... CategoriesClass
|
|
7403
|
+
[2022-01-06T13.30.38.246] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Model init.... CustomerClass
|
|
7404
|
+
[2022-01-06T13.30.38.246] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Relation init.... CustomerClass
|
|
7405
|
+
[2022-01-06T13.30.38.247] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Model init.... OrderClass
|
|
7406
|
+
[2022-01-06T13.30.38.248] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Relation init.... OrderClass
|
|
7407
|
+
[2022-01-06T13.30.38.248] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Model init.... OrderItemClass
|
|
7408
|
+
[2022-01-06T13.30.38.249] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Relation init.... OrderItemClass
|
|
7409
|
+
[2022-01-06T13.30.38.249] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Model init.... ProductModelsClass
|
|
7410
|
+
[2022-01-06T13.30.38.250] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Relation init.... ProductModelsClass
|
|
7411
|
+
[2022-01-06T13.30.38.250] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Model init.... ProductsClass
|
|
7412
|
+
[2022-01-06T13.30.38.251] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Relation init.... ProductsClass
|
|
7413
|
+
[2022-01-06T13.30.38.253] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Model init.... ProductToCategoriesClass
|
|
7414
|
+
[2022-01-06T13.30.38.253] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Relation init.... ProductToCategoriesClass
|
|
7415
|
+
[2022-01-06T13.30.38.254] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Model init.... StocksClass
|
|
7416
|
+
[2022-01-06T13.30.38.255] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Relation init.... StocksClass
|
|
7417
|
+
[2022-01-06T13.30.38.258] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Model init.... UserPermissionClass
|
|
7418
|
+
[2022-01-06T13.30.38.259] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Relation init.... UserPermissionClass
|
|
7419
|
+
[2022-01-06T13.30.38.368] [DEBUG] BaseChyz [298] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller load ApiController (/api)
|
|
7420
|
+
[2022-01-06T13.30.38.369] [DEBUG] BaseChyz [305] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller route Path /api/
|
|
7421
|
+
[2022-01-06T13.30.38.369] [DEBUG] BaseChyz [305] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller route Path /api/orderCreate
|
|
7422
|
+
[2022-01-06T13.30.38.370] [DEBUG] BaseChyz [305] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller route Path /api/order/list
|
|
7423
|
+
[2022-01-06T13.30.38.370] [DEBUG] BaseChyz [305] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller route Path /api/categories
|
|
7424
|
+
[2022-01-06T13.30.38.446] [DEBUG] BaseChyz [298] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller load ApiController (/basic/api)
|
|
7425
|
+
[2022-01-06T13.30.38.446] [DEBUG] BaseChyz [305] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller route Path /basic/api/
|
|
7426
|
+
[2022-01-06T13.30.38.447] [DEBUG] BaseChyz [305] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller route Path /basic/api/orderCreate
|
|
7427
|
+
[2022-01-06T13.30.38.447] [DEBUG] BaseChyz [305] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller route Path /basic/api/order/list
|
|
7428
|
+
[2022-01-06T13.30.38.448] [DEBUG] BaseChyz [305] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller route Path /basic/api/categories
|
|
7429
|
+
[2022-01-06T13.30.38.533] [DEBUG] BaseChyz [298] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller load ApiController (/oauth2.0)
|
|
7430
|
+
[2022-01-06T13.30.38.533] [DEBUG] BaseChyz [305] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller route Path /oauth2.0/
|
|
7431
|
+
[2022-01-06T13.30.38.534] [DEBUG] BaseChyz [305] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller route Path /oauth2.0/orderCreate
|
|
7432
|
+
[2022-01-06T13.30.38.574] [DEBUG] BaseChyz [298] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller load PublicController (/public)
|
|
7433
|
+
[2022-01-06T13.30.38.574] [DEBUG] BaseChyz [305] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller route Path /public/
|
|
7434
|
+
[2022-01-06T13.30.38.722] [DEBUG] BaseChyz [298] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller load SiteController (/site)
|
|
7435
|
+
[2022-01-06T13.30.38.723] [DEBUG] BaseChyz [305] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller route Path /site/index
|
|
7436
|
+
[2022-01-06T13.30.38.723] [DEBUG] BaseChyz [305] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller route Path /site/login
|
|
7437
|
+
[2022-01-06T13.30.38.724] [DEBUG] BaseChyz [305] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller route Path /site/logout
|
|
7438
|
+
[2022-01-06T13.30.38.724] [DEBUG] BaseChyz [305] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller route Path /site/signup
|
|
7439
|
+
[2022-01-06T13.30.38.731] [INFO] BaseChyz [197] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Express Server Starting
|
|
7440
|
+
[2022-01-06T13.30.38.734] [INFO] BaseChyz [197] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Express Server Start
|
|
7441
|
+
[2022-01-06T13.30.38.735] [INFO] BaseChyz [197] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Liten Port 3000
|
|
7442
|
+
[2022-01-06T13.30.38.735] [INFO] BaseChyz [197] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - http://localhost:3000
|
|
7443
|
+
[2022-01-06T13.30.38.740] [INFO] BaseChyz [197] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - http://192.168.56.1:3000
|
|
7444
|
+
[2022-01-06T13.30.39.433] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Executing (default): SELECT 1+1 AS result
|
|
7445
|
+
[2022-01-06T13.30.39.501] [INFO] BaseChyz [197] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Connection has been established successfully.
|
|
7446
|
+
[2022-01-06T13.31.00.011] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Call Request id api
|
|
7447
|
+
[2022-01-06T13.31.00.286] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Executing (default): SELECT "id", "name", "username", "password", "email", "permissions_id", "authkey", "status" FROM "users" AS "User" WHERE "User"."id" = 1;
|
|
7448
|
+
[2022-01-06T13.31.00.353] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Find Identity By AccessToken: User Found {
|
|
7449
|
+
user: 1,
|
|
7450
|
+
ip: '::1',
|
|
7451
|
+
agent: 'PostmanRuntime/7.28.4',
|
|
7452
|
+
platform: 'admin',
|
|
7453
|
+
role: [ 'admin' ],
|
|
7454
|
+
permissions: [
|
|
7455
|
+
'alprboxkoli',
|
|
7456
|
+
'edisboxkoli',
|
|
7457
|
+
'hubboxkoli',
|
|
7458
|
+
'edisboxold',
|
|
7459
|
+
'edisboxnew',
|
|
7460
|
+
'hubboxold',
|
|
7461
|
+
'hubboxnew',
|
|
7462
|
+
'alprboxold',
|
|
7463
|
+
'alprboxnew'
|
|
7464
|
+
],
|
|
7465
|
+
iat: 1641464614
|
|
7466
|
+
}
|
|
7467
|
+
[2022-01-06T13.31.23.827] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Model init.... CategoriesClass
|
|
7468
|
+
[2022-01-06T13.31.23.829] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Relation init.... CategoriesClass
|
|
7469
|
+
[2022-01-06T13.31.23.832] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Model init.... CustomerClass
|
|
7470
|
+
[2022-01-06T13.31.23.832] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Relation init.... CustomerClass
|
|
7471
|
+
[2022-01-06T13.31.23.833] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Model init.... OrderClass
|
|
7472
|
+
[2022-01-06T13.31.23.833] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Relation init.... OrderClass
|
|
7473
|
+
[2022-01-06T13.31.23.833] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Model init.... OrderItemClass
|
|
7474
|
+
[2022-01-06T13.31.23.834] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Relation init.... OrderItemClass
|
|
7475
|
+
[2022-01-06T13.31.23.834] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Model init.... ProductModelsClass
|
|
7476
|
+
[2022-01-06T13.31.23.834] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Relation init.... ProductModelsClass
|
|
7477
|
+
[2022-01-06T13.31.23.835] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Model init.... ProductsClass
|
|
7478
|
+
[2022-01-06T13.31.23.835] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Relation init.... ProductsClass
|
|
7479
|
+
[2022-01-06T13.31.23.836] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Model init.... ProductToCategoriesClass
|
|
7480
|
+
[2022-01-06T13.31.23.837] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Relation init.... ProductToCategoriesClass
|
|
7481
|
+
[2022-01-06T13.31.23.837] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Model init.... StocksClass
|
|
7482
|
+
[2022-01-06T13.31.23.838] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Relation init.... StocksClass
|
|
7483
|
+
[2022-01-06T13.31.23.838] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Model init.... UserPermissionClass
|
|
7484
|
+
[2022-01-06T13.31.23.838] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Relation init.... UserPermissionClass
|
|
7485
|
+
[2022-01-06T13.31.23.928] [DEBUG] BaseChyz [298] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller load ApiController (/api)
|
|
7486
|
+
[2022-01-06T13.31.23.929] [DEBUG] BaseChyz [305] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller route Path /api/
|
|
7487
|
+
[2022-01-06T13.31.23.929] [DEBUG] BaseChyz [305] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller route Path /api/orderCreate
|
|
7488
|
+
[2022-01-06T13.31.23.930] [DEBUG] BaseChyz [305] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller route Path /api/order/list
|
|
7489
|
+
[2022-01-06T13.31.23.930] [DEBUG] BaseChyz [305] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller route Path /api/categories
|
|
7490
|
+
[2022-01-06T13.31.24.002] [DEBUG] BaseChyz [298] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller load ApiController (/basic/api)
|
|
7491
|
+
[2022-01-06T13.31.24.003] [DEBUG] BaseChyz [305] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller route Path /basic/api/
|
|
7492
|
+
[2022-01-06T13.31.24.003] [DEBUG] BaseChyz [305] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller route Path /basic/api/orderCreate
|
|
7493
|
+
[2022-01-06T13.31.24.003] [DEBUG] BaseChyz [305] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller route Path /basic/api/order/list
|
|
7494
|
+
[2022-01-06T13.31.24.004] [DEBUG] BaseChyz [305] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller route Path /basic/api/categories
|
|
7495
|
+
[2022-01-06T13.31.24.100] [DEBUG] BaseChyz [298] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller load ApiController (/oauth2.0)
|
|
7496
|
+
[2022-01-06T13.31.24.101] [DEBUG] BaseChyz [305] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller route Path /oauth2.0/
|
|
7497
|
+
[2022-01-06T13.31.24.101] [DEBUG] BaseChyz [305] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller route Path /oauth2.0/orderCreate
|
|
7498
|
+
[2022-01-06T13.31.24.140] [DEBUG] BaseChyz [298] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller load PublicController (/public)
|
|
7499
|
+
[2022-01-06T13.31.24.141] [DEBUG] BaseChyz [305] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller route Path /public/
|
|
7500
|
+
[2022-01-06T13.31.24.284] [DEBUG] BaseChyz [298] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller load SiteController (/site)
|
|
7501
|
+
[2022-01-06T13.31.24.284] [DEBUG] BaseChyz [305] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller route Path /site/index
|
|
7502
|
+
[2022-01-06T13.31.24.284] [DEBUG] BaseChyz [305] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller route Path /site/login
|
|
7503
|
+
[2022-01-06T13.31.24.285] [DEBUG] BaseChyz [305] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller route Path /site/logout
|
|
7504
|
+
[2022-01-06T13.31.24.285] [DEBUG] BaseChyz [305] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller route Path /site/signup
|
|
7505
|
+
[2022-01-06T13.31.24.292] [INFO] BaseChyz [197] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Express Server Starting
|
|
7506
|
+
[2022-01-06T13.31.24.295] [INFO] BaseChyz [197] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Express Server Start
|
|
7507
|
+
[2022-01-06T13.31.24.296] [INFO] BaseChyz [197] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Liten Port 3000
|
|
7508
|
+
[2022-01-06T13.31.24.296] [INFO] BaseChyz [197] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - http://localhost:3000
|
|
7509
|
+
[2022-01-06T13.31.24.301] [INFO] BaseChyz [197] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - http://192.168.56.1:3000
|
|
7510
|
+
[2022-01-06T13.31.24.978] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Executing (default): SELECT 1+1 AS result
|
|
7511
|
+
[2022-01-06T13.31.25.042] [INFO] BaseChyz [197] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Connection has been established successfully.
|
|
7512
|
+
[2022-01-06T13.31.28.153] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Call Request id api
|
|
7513
|
+
[2022-01-06T13.31.28.164] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Executing (default): SELECT "id", "name", "username", "password", "email", "permissions_id", "authkey", "status" FROM "users" AS "User" WHERE "User"."id" = 1;
|
|
7514
|
+
[2022-01-06T13.31.28.232] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Find Identity By AccessToken: User Found {
|
|
7515
|
+
user: 1,
|
|
7516
|
+
ip: '::1',
|
|
7517
|
+
agent: 'PostmanRuntime/7.28.4',
|
|
7518
|
+
platform: 'admin',
|
|
7519
|
+
role: [ 'admin' ],
|
|
7520
|
+
permissions: [
|
|
7521
|
+
'alprboxkoli',
|
|
7522
|
+
'edisboxkoli',
|
|
7523
|
+
'hubboxkoli',
|
|
7524
|
+
'edisboxold',
|
|
7525
|
+
'edisboxnew',
|
|
7526
|
+
'hubboxold',
|
|
7527
|
+
'hubboxnew',
|
|
7528
|
+
'alprboxold',
|
|
7529
|
+
'alprboxnew'
|
|
7530
|
+
],
|
|
7531
|
+
iat: 1641464614
|
|
7532
|
+
}
|
|
7533
|
+
[2022-01-06T13.31.28.236] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Find Identity By AccessToken: User Verify Success
|
|
7534
|
+
[2022-01-06T13.32.44.831] [ERROR] BaseChyz [205] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - ForbiddenHttpException: You are not allowed to perform this action.
|
|
7535
|
+
at new BaseError (C:\PROJELER\github\Chy-Nodejs-Framework\base\BaseError.ts:18:15)
|
|
7536
|
+
at new ForbiddenHttpException (C:\PROJELER\github\Chy-Nodejs-Framework\base\ForbiddenHttpException.ts:11:9)
|
|
7537
|
+
at AccessControl.denyAccess (C:\PROJELER\github\Chy-Nodejs-Framework\filters\AccessControl.ts:61:22)
|
|
7538
|
+
at AccessControl.<anonymous> (C:\PROJELER\github\Chy-Nodejs-Framework\filters\AccessControl.ts:54:14)
|
|
7539
|
+
at Generator.next (<anonymous>)
|
|
7540
|
+
at C:\PROJELER\github\Chy-Nodejs-Framework\filters\AccessControl.ts:8:71
|
|
7541
|
+
at new Promise (<anonymous>)
|
|
7542
|
+
at __awaiter (C:\PROJELER\github\Chy-Nodejs-Framework\filters\AccessControl.ts:4:12)
|
|
7543
|
+
at AccessControl.beforeAction (C:\PROJELER\github\Chy-Nodejs-Framework\filters\AccessControl.ts:39:16)
|
|
7544
|
+
at AccessControl.<anonymous> (C:\PROJELER\github\Chy-Nodejs-Framework\base\ActionFilter.ts:32:20) {
|
|
7545
|
+
statusCode: 403
|
|
7546
|
+
}
|
|
7547
|
+
[2022-01-06T13.48.55.522] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Model init.... CategoriesClass
|
|
7548
|
+
[2022-01-06T13.48.55.525] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Relation init.... CategoriesClass
|
|
7549
|
+
[2022-01-06T13.48.55.528] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Model init.... CustomerClass
|
|
7550
|
+
[2022-01-06T13.48.55.529] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Relation init.... CustomerClass
|
|
7551
|
+
[2022-01-06T13.48.55.529] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Model init.... OrderClass
|
|
7552
|
+
[2022-01-06T13.48.55.530] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Relation init.... OrderClass
|
|
7553
|
+
[2022-01-06T13.48.55.530] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Model init.... OrderItemClass
|
|
7554
|
+
[2022-01-06T13.48.55.530] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Relation init.... OrderItemClass
|
|
7555
|
+
[2022-01-06T13.48.55.531] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Model init.... ProductModelsClass
|
|
7556
|
+
[2022-01-06T13.48.55.531] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Relation init.... ProductModelsClass
|
|
7557
|
+
[2022-01-06T13.48.55.531] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Model init.... ProductsClass
|
|
7558
|
+
[2022-01-06T13.48.55.531] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Relation init.... ProductsClass
|
|
7559
|
+
[2022-01-06T13.48.55.533] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Model init.... ProductToCategoriesClass
|
|
7560
|
+
[2022-01-06T13.48.55.533] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Relation init.... ProductToCategoriesClass
|
|
7561
|
+
[2022-01-06T13.48.55.533] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Model init.... StocksClass
|
|
7562
|
+
[2022-01-06T13.48.55.534] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Relation init.... StocksClass
|
|
7563
|
+
[2022-01-06T13.48.55.534] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Model init.... UserPermissionClass
|
|
7564
|
+
[2022-01-06T13.48.55.534] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Relation init.... UserPermissionClass
|
|
7565
|
+
[2022-01-06T13.48.55.633] [DEBUG] BaseChyz [298] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller load ApiController (/api)
|
|
7566
|
+
[2022-01-06T13.48.55.633] [DEBUG] BaseChyz [305] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller route Path /api/
|
|
7567
|
+
[2022-01-06T13.48.55.634] [DEBUG] BaseChyz [305] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller route Path /api/orderCreate
|
|
7568
|
+
[2022-01-06T13.48.55.634] [DEBUG] BaseChyz [305] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller route Path /api/order/list
|
|
7569
|
+
[2022-01-06T13.48.55.635] [DEBUG] BaseChyz [305] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller route Path /api/categories
|
|
7570
|
+
[2022-01-06T13.48.55.707] [DEBUG] BaseChyz [298] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller load ApiController (/basic/api)
|
|
7571
|
+
[2022-01-06T13.48.55.707] [DEBUG] BaseChyz [305] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller route Path /basic/api/
|
|
7572
|
+
[2022-01-06T13.48.55.708] [DEBUG] BaseChyz [305] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller route Path /basic/api/orderCreate
|
|
7573
|
+
[2022-01-06T13.48.55.708] [DEBUG] BaseChyz [305] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller route Path /basic/api/order/list
|
|
7574
|
+
[2022-01-06T13.48.55.709] [DEBUG] BaseChyz [305] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller route Path /basic/api/categories
|
|
7575
|
+
[2022-01-06T13.48.55.812] [DEBUG] BaseChyz [298] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller load ApiController (/oauth2.0)
|
|
7576
|
+
[2022-01-06T13.48.55.812] [DEBUG] BaseChyz [305] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller route Path /oauth2.0/
|
|
7577
|
+
[2022-01-06T13.48.55.813] [DEBUG] BaseChyz [305] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller route Path /oauth2.0/orderCreate
|
|
7578
|
+
[2022-01-06T13.48.55.853] [DEBUG] BaseChyz [298] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller load PublicController (/public)
|
|
7579
|
+
[2022-01-06T13.48.55.853] [DEBUG] BaseChyz [305] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller route Path /public/
|
|
7580
|
+
[2022-01-06T13.48.56.000] [DEBUG] BaseChyz [298] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller load SiteController (/site)
|
|
7581
|
+
[2022-01-06T13.48.56.000] [DEBUG] BaseChyz [305] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller route Path /site/index
|
|
7582
|
+
[2022-01-06T13.48.56.001] [DEBUG] BaseChyz [305] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller route Path /site/login
|
|
7583
|
+
[2022-01-06T13.48.56.001] [DEBUG] BaseChyz [305] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller route Path /site/logout
|
|
7584
|
+
[2022-01-06T13.48.56.002] [DEBUG] BaseChyz [305] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller route Path /site/signup
|
|
7585
|
+
[2022-01-06T13.48.56.009] [INFO] BaseChyz [197] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Express Server Starting
|
|
7586
|
+
[2022-01-06T13.48.56.012] [INFO] BaseChyz [197] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Express Server Start
|
|
7587
|
+
[2022-01-06T13.48.56.012] [INFO] BaseChyz [197] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Liten Port 3000
|
|
7588
|
+
[2022-01-06T13.48.56.013] [INFO] BaseChyz [197] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - http://localhost:3000
|
|
7589
|
+
[2022-01-06T13.48.56.017] [INFO] BaseChyz [197] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - http://192.168.56.1:3000
|
|
7590
|
+
[2022-01-06T13.48.56.693] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Executing (default): SELECT 1+1 AS result
|
|
7591
|
+
[2022-01-06T13.48.56.757] [INFO] BaseChyz [197] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Connection has been established successfully.
|
|
7592
|
+
[2022-01-06T13.48.58.127] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Call Request id api
|
|
7593
|
+
[2022-01-06T13.48.58.137] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Executing (default): SELECT "id", "name", "username", "password", "email", "permissions_id", "authkey", "status" FROM "users" AS "User" WHERE "User"."id" = 1;
|
|
7594
|
+
[2022-01-06T13.48.58.203] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Find Identity By AccessToken: User Found {
|
|
7595
|
+
user: 1,
|
|
7596
|
+
ip: '::1',
|
|
7597
|
+
agent: 'PostmanRuntime/7.28.4',
|
|
7598
|
+
platform: 'admin',
|
|
7599
|
+
role: [ 'admin' ],
|
|
7600
|
+
permissions: [
|
|
7601
|
+
'alprboxkoli',
|
|
7602
|
+
'edisboxkoli',
|
|
7603
|
+
'hubboxkoli',
|
|
7604
|
+
'edisboxold',
|
|
7605
|
+
'edisboxnew',
|
|
7606
|
+
'hubboxold',
|
|
7607
|
+
'hubboxnew',
|
|
7608
|
+
'alprboxold',
|
|
7609
|
+
'alprboxnew'
|
|
7610
|
+
],
|
|
7611
|
+
iat: 1641464614
|
|
7612
|
+
}
|
|
7613
|
+
[2022-01-06T13.48.58.206] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Find Identity By AccessToken: User Verify Success
|
|
7614
|
+
[2022-01-06T13.50.15.173] [ERROR] BaseChyz [205] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - TypeError: user.can is not a function
|
|
7615
|
+
at AccessRule.matchRole (C:\PROJELER\github\Chy-Nodejs-Framework\filters\AccessRule.ts:171:26)
|
|
7616
|
+
at AccessRule.allows (C:\PROJELER\github\Chy-Nodejs-Framework\filters\AccessRule.ts:94:21)
|
|
7617
|
+
at AccessControl.<anonymous> (C:\PROJELER\github\Chy-Nodejs-Framework\filters\AccessControl.ts:49:31)
|
|
7618
|
+
at Generator.next (<anonymous>)
|
|
7619
|
+
at C:\PROJELER\github\Chy-Nodejs-Framework\filters\AccessControl.ts:8:71
|
|
7620
|
+
at new Promise (<anonymous>)
|
|
7621
|
+
at __awaiter (C:\PROJELER\github\Chy-Nodejs-Framework\filters\AccessControl.ts:4:12)
|
|
7622
|
+
at AccessControl.beforeAction (C:\PROJELER\github\Chy-Nodejs-Framework\filters\AccessControl.ts:40:16)
|
|
7623
|
+
at AccessControl.<anonymous> (C:\PROJELER\github\Chy-Nodejs-Framework\base\ActionFilter.ts:32:20)
|
|
7624
|
+
at Generator.next (<anonymous>)
|
|
7625
|
+
[2022-01-06T14.08.35.698] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Model init.... CategoriesClass
|
|
7626
|
+
[2022-01-06T14.08.35.701] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Relation init.... CategoriesClass
|
|
7627
|
+
[2022-01-06T14.08.35.703] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Model init.... CustomerClass
|
|
7628
|
+
[2022-01-06T14.08.35.704] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Relation init.... CustomerClass
|
|
7629
|
+
[2022-01-06T14.08.35.704] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Model init.... OrderClass
|
|
7630
|
+
[2022-01-06T14.08.35.705] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Relation init.... OrderClass
|
|
7631
|
+
[2022-01-06T14.08.35.705] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Model init.... OrderItemClass
|
|
7632
|
+
[2022-01-06T14.08.35.706] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Relation init.... OrderItemClass
|
|
7633
|
+
[2022-01-06T14.08.35.706] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Model init.... ProductModelsClass
|
|
7634
|
+
[2022-01-06T14.08.35.706] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Relation init.... ProductModelsClass
|
|
7635
|
+
[2022-01-06T14.08.35.707] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Model init.... ProductsClass
|
|
7636
|
+
[2022-01-06T14.08.35.707] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Relation init.... ProductsClass
|
|
7637
|
+
[2022-01-06T14.08.35.708] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Model init.... ProductToCategoriesClass
|
|
7638
|
+
[2022-01-06T14.08.35.711] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Relation init.... ProductToCategoriesClass
|
|
7639
|
+
[2022-01-06T14.08.35.711] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Model init.... StocksClass
|
|
7640
|
+
[2022-01-06T14.08.35.711] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Relation init.... StocksClass
|
|
7641
|
+
[2022-01-06T14.08.35.712] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Model init.... UserPermissionClass
|
|
7642
|
+
[2022-01-06T14.08.35.713] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Relation init.... UserPermissionClass
|
|
7643
|
+
[2022-01-06T14.08.35.808] [DEBUG] BaseChyz [298] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller load ApiController (/api)
|
|
7644
|
+
[2022-01-06T14.08.35.808] [DEBUG] BaseChyz [305] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller route Path /api/
|
|
7645
|
+
[2022-01-06T14.08.35.809] [DEBUG] BaseChyz [305] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller route Path /api/orderCreate
|
|
7646
|
+
[2022-01-06T14.08.35.809] [DEBUG] BaseChyz [305] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller route Path /api/order/list
|
|
7647
|
+
[2022-01-06T14.08.35.810] [DEBUG] BaseChyz [305] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller route Path /api/categories
|
|
7648
|
+
[2022-01-06T14.08.35.883] [DEBUG] BaseChyz [298] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller load ApiController (/basic/api)
|
|
7649
|
+
[2022-01-06T14.08.35.883] [DEBUG] BaseChyz [305] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller route Path /basic/api/
|
|
7650
|
+
[2022-01-06T14.08.35.884] [DEBUG] BaseChyz [305] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller route Path /basic/api/orderCreate
|
|
7651
|
+
[2022-01-06T14.08.35.884] [DEBUG] BaseChyz [305] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller route Path /basic/api/order/list
|
|
7652
|
+
[2022-01-06T14.08.35.885] [DEBUG] BaseChyz [305] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller route Path /basic/api/categories
|
|
7653
|
+
[2022-01-06T14.08.35.985] [DEBUG] BaseChyz [298] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller load ApiController (/oauth2.0)
|
|
7654
|
+
[2022-01-06T14.08.35.985] [DEBUG] BaseChyz [305] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller route Path /oauth2.0/
|
|
7655
|
+
[2022-01-06T14.08.35.986] [DEBUG] BaseChyz [305] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller route Path /oauth2.0/orderCreate
|
|
7656
|
+
[2022-01-06T14.08.36.022] [DEBUG] BaseChyz [298] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller load PublicController (/public)
|
|
7657
|
+
[2022-01-06T14.08.36.022] [DEBUG] BaseChyz [305] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller route Path /public/
|
|
7658
|
+
[2022-01-06T14.08.36.185] [DEBUG] BaseChyz [298] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller load SiteController (/site)
|
|
7659
|
+
[2022-01-06T14.08.36.185] [DEBUG] BaseChyz [305] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller route Path /site/index
|
|
7660
|
+
[2022-01-06T14.08.36.186] [DEBUG] BaseChyz [305] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller route Path /site/login
|
|
7661
|
+
[2022-01-06T14.08.36.187] [DEBUG] BaseChyz [305] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller route Path /site/logout
|
|
7662
|
+
[2022-01-06T14.08.36.187] [DEBUG] BaseChyz [305] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller route Path /site/signup
|
|
7663
|
+
[2022-01-06T14.08.36.195] [INFO] BaseChyz [197] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Express Server Starting
|
|
7664
|
+
[2022-01-06T14.08.36.198] [INFO] BaseChyz [197] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Express Server Start
|
|
7665
|
+
[2022-01-06T14.08.36.198] [INFO] BaseChyz [197] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Liten Port 3000
|
|
7666
|
+
[2022-01-06T14.08.36.199] [INFO] BaseChyz [197] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - http://localhost:3000
|
|
7667
|
+
[2022-01-06T14.08.36.203] [INFO] BaseChyz [197] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - http://192.168.56.1:3000
|
|
7668
|
+
[2022-01-06T14.08.36.900] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Executing (default): SELECT 1+1 AS result
|
|
7669
|
+
[2022-01-06T14.08.36.969] [INFO] BaseChyz [197] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Connection has been established successfully.
|
|
7670
|
+
[2022-01-06T14.08.43.016] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Call Request id api
|
|
7671
|
+
[2022-01-06T14.08.43.026] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Executing (default): SELECT "id", "name", "username", "password", "email", "permissions_id", "authkey", "status" FROM "users" AS "User" WHERE "User"."id" = 1;
|
|
7672
|
+
[2022-01-06T14.08.43.097] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Find Identity By AccessToken: User Found {
|
|
7673
|
+
user: 1,
|
|
7674
|
+
ip: '::1',
|
|
7675
|
+
agent: 'PostmanRuntime/7.28.4',
|
|
7676
|
+
platform: 'admin',
|
|
7677
|
+
role: [ 'admin' ],
|
|
7678
|
+
permissions: [
|
|
7679
|
+
'alprboxkoli',
|
|
7680
|
+
'edisboxkoli',
|
|
7681
|
+
'hubboxkoli',
|
|
7682
|
+
'edisboxold',
|
|
7683
|
+
'edisboxnew',
|
|
7684
|
+
'hubboxold',
|
|
7685
|
+
'hubboxnew',
|
|
7686
|
+
'alprboxold',
|
|
7687
|
+
'alprboxnew'
|
|
7688
|
+
],
|
|
7689
|
+
iat: 1641464614
|
|
7690
|
+
}
|
|
7691
|
+
[2022-01-06T14.08.43.100] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Find Identity By AccessToken: User Verify Success
|
|
7692
|
+
[2022-01-06T14.09.02.267] [ERROR] BaseChyz [205] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - ForbiddenHttpException: You are not allowed to perform this action.
|
|
7693
|
+
at new BaseError (C:\PROJELER\github\Chy-Nodejs-Framework\base\BaseError.ts:18:15)
|
|
7694
|
+
at new ForbiddenHttpException (C:\PROJELER\github\Chy-Nodejs-Framework\base\ForbiddenHttpException.ts:11:9)
|
|
7695
|
+
at AccessControl.denyAccess (C:\PROJELER\github\Chy-Nodejs-Framework\filters\AccessControl.ts:74:22)
|
|
7696
|
+
at AccessControl.<anonymous> (C:\PROJELER\github\Chy-Nodejs-Framework\filters\AccessControl.ts:65:18)
|
|
7697
|
+
at Generator.next (<anonymous>)
|
|
7698
|
+
at C:\PROJELER\github\Chy-Nodejs-Framework\filters\AccessControl.ts:8:71
|
|
7699
|
+
at new Promise (<anonymous>)
|
|
7700
|
+
at __awaiter (C:\PROJELER\github\Chy-Nodejs-Framework\filters\AccessControl.ts:4:12)
|
|
7701
|
+
at AccessControl.beforeAction (C:\PROJELER\github\Chy-Nodejs-Framework\filters\AccessControl.ts:40:16)
|
|
7702
|
+
at AccessControl.<anonymous> (C:\PROJELER\github\Chy-Nodejs-Framework\base\ActionFilter.ts:32:20) {
|
|
7703
|
+
statusCode: 403
|
|
7704
|
+
}
|
|
7705
|
+
[2022-01-06T14.11.10.675] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Call Request id api
|
|
7706
|
+
[2022-01-06T14.11.10.958] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Executing (default): SELECT "id", "name", "username", "password", "email", "permissions_id", "authkey", "status" FROM "users" AS "User" WHERE "User"."id" = 1;
|
|
7707
|
+
[2022-01-06T14.11.11.033] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Find Identity By AccessToken: User Found {
|
|
7708
|
+
user: 1,
|
|
7709
|
+
ip: '::1',
|
|
7710
|
+
agent: 'PostmanRuntime/7.28.4',
|
|
7711
|
+
platform: 'admin',
|
|
7712
|
+
role: [ 'admin' ],
|
|
7713
|
+
permissions: [
|
|
7714
|
+
'alprboxkoli',
|
|
7715
|
+
'edisboxkoli',
|
|
7716
|
+
'hubboxkoli',
|
|
7717
|
+
'edisboxold',
|
|
7718
|
+
'edisboxnew',
|
|
7719
|
+
'hubboxold',
|
|
7720
|
+
'hubboxnew',
|
|
7721
|
+
'alprboxold',
|
|
7722
|
+
'alprboxnew'
|
|
7723
|
+
],
|
|
7724
|
+
iat: 1641464614
|
|
7725
|
+
}
|
|
7726
|
+
[2022-01-06T14.14.31.378] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Model init.... CategoriesClass
|
|
7727
|
+
[2022-01-06T14.14.31.380] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Relation init.... CategoriesClass
|
|
7728
|
+
[2022-01-06T14.14.31.383] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Model init.... CustomerClass
|
|
7729
|
+
[2022-01-06T14.14.31.384] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Relation init.... CustomerClass
|
|
7730
|
+
[2022-01-06T14.14.31.384] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Model init.... OrderClass
|
|
7731
|
+
[2022-01-06T14.14.31.384] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Relation init.... OrderClass
|
|
7732
|
+
[2022-01-06T14.14.31.385] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Model init.... OrderItemClass
|
|
7733
|
+
[2022-01-06T14.14.31.385] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Relation init.... OrderItemClass
|
|
7734
|
+
[2022-01-06T14.14.31.385] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Model init.... ProductModelsClass
|
|
7735
|
+
[2022-01-06T14.14.31.386] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Relation init.... ProductModelsClass
|
|
7736
|
+
[2022-01-06T14.14.31.386] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Model init.... ProductsClass
|
|
7737
|
+
[2022-01-06T14.14.31.386] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Relation init.... ProductsClass
|
|
7738
|
+
[2022-01-06T14.14.31.387] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Model init.... ProductToCategoriesClass
|
|
7739
|
+
[2022-01-06T14.14.31.388] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Relation init.... ProductToCategoriesClass
|
|
7740
|
+
[2022-01-06T14.14.31.388] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Model init.... StocksClass
|
|
7741
|
+
[2022-01-06T14.14.31.388] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Relation init.... StocksClass
|
|
7742
|
+
[2022-01-06T14.14.31.389] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Model init.... UserPermissionClass
|
|
7743
|
+
[2022-01-06T14.14.31.389] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Relation init.... UserPermissionClass
|
|
7744
|
+
[2022-01-06T14.14.31.478] [DEBUG] BaseChyz [298] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller load ApiController (/api)
|
|
7745
|
+
[2022-01-06T14.14.31.478] [DEBUG] BaseChyz [305] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller route Path /api/
|
|
7746
|
+
[2022-01-06T14.14.31.479] [DEBUG] BaseChyz [305] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller route Path /api/orderCreate
|
|
7747
|
+
[2022-01-06T14.14.31.479] [DEBUG] BaseChyz [305] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller route Path /api/order/list
|
|
7748
|
+
[2022-01-06T14.14.31.480] [DEBUG] BaseChyz [305] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller route Path /api/categories
|
|
7749
|
+
[2022-01-06T14.14.31.553] [DEBUG] BaseChyz [298] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller load ApiController (/basic/api)
|
|
7750
|
+
[2022-01-06T14.14.31.553] [DEBUG] BaseChyz [305] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller route Path /basic/api/
|
|
7751
|
+
[2022-01-06T14.14.31.553] [DEBUG] BaseChyz [305] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller route Path /basic/api/orderCreate
|
|
7752
|
+
[2022-01-06T14.14.31.554] [DEBUG] BaseChyz [305] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller route Path /basic/api/order/list
|
|
7753
|
+
[2022-01-06T14.14.31.554] [DEBUG] BaseChyz [305] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller route Path /basic/api/categories
|
|
7754
|
+
[2022-01-06T14.14.31.652] [DEBUG] BaseChyz [298] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller load ApiController (/oauth2.0)
|
|
7755
|
+
[2022-01-06T14.14.31.652] [DEBUG] BaseChyz [305] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller route Path /oauth2.0/
|
|
7756
|
+
[2022-01-06T14.14.31.653] [DEBUG] BaseChyz [305] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller route Path /oauth2.0/orderCreate
|
|
7757
|
+
[2022-01-06T14.14.31.692] [DEBUG] BaseChyz [298] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller load PublicController (/public)
|
|
7758
|
+
[2022-01-06T14.14.31.693] [DEBUG] BaseChyz [305] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller route Path /public/
|
|
7759
|
+
[2022-01-06T14.14.31.835] [DEBUG] BaseChyz [298] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller load SiteController (/site)
|
|
7760
|
+
[2022-01-06T14.14.31.835] [DEBUG] BaseChyz [305] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller route Path /site/index
|
|
7761
|
+
[2022-01-06T14.14.31.836] [DEBUG] BaseChyz [305] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller route Path /site/login
|
|
7762
|
+
[2022-01-06T14.14.31.836] [DEBUG] BaseChyz [305] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller route Path /site/logout
|
|
7763
|
+
[2022-01-06T14.14.31.837] [DEBUG] BaseChyz [305] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller route Path /site/signup
|
|
7764
|
+
[2022-01-06T14.14.31.844] [INFO] BaseChyz [197] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Express Server Starting
|
|
7765
|
+
[2022-01-06T14.14.31.847] [INFO] BaseChyz [197] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Express Server Start
|
|
7766
|
+
[2022-01-06T14.14.31.848] [INFO] BaseChyz [197] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Liten Port 3000
|
|
7767
|
+
[2022-01-06T14.14.31.849] [INFO] BaseChyz [197] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - http://localhost:3000
|
|
7768
|
+
[2022-01-06T14.14.31.855] [INFO] BaseChyz [197] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - http://192.168.56.1:3000
|
|
7769
|
+
[2022-01-06T14.14.32.539] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Executing (default): SELECT 1+1 AS result
|
|
7770
|
+
[2022-01-06T14.14.32.605] [INFO] BaseChyz [197] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Connection has been established successfully.
|
|
7771
|
+
[2022-01-06T14.16.23.730] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Model init.... CategoriesClass
|
|
7772
|
+
[2022-01-06T14.16.23.732] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Relation init.... CategoriesClass
|
|
7773
|
+
[2022-01-06T14.16.23.735] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Model init.... CustomerClass
|
|
7774
|
+
[2022-01-06T14.16.23.735] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Relation init.... CustomerClass
|
|
7775
|
+
[2022-01-06T14.16.23.735] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Model init.... OrderClass
|
|
7776
|
+
[2022-01-06T14.16.23.736] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Relation init.... OrderClass
|
|
7777
|
+
[2022-01-06T14.16.23.736] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Model init.... OrderItemClass
|
|
7778
|
+
[2022-01-06T14.16.23.736] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Relation init.... OrderItemClass
|
|
7779
|
+
[2022-01-06T14.16.23.737] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Model init.... ProductModelsClass
|
|
7780
|
+
[2022-01-06T14.16.23.737] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Relation init.... ProductModelsClass
|
|
7781
|
+
[2022-01-06T14.16.23.737] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Model init.... ProductsClass
|
|
7782
|
+
[2022-01-06T14.16.23.738] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Relation init.... ProductsClass
|
|
7783
|
+
[2022-01-06T14.16.23.739] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Model init.... ProductToCategoriesClass
|
|
7784
|
+
[2022-01-06T14.16.23.739] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Relation init.... ProductToCategoriesClass
|
|
7785
|
+
[2022-01-06T14.16.23.739] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Model init.... StocksClass
|
|
7786
|
+
[2022-01-06T14.16.23.740] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Relation init.... StocksClass
|
|
7787
|
+
[2022-01-06T14.16.23.740] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Model init.... UserPermissionClass
|
|
7788
|
+
[2022-01-06T14.16.23.741] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Relation init.... UserPermissionClass
|
|
7789
|
+
[2022-01-06T14.16.23.828] [DEBUG] BaseChyz [298] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller load ApiController (/api)
|
|
7790
|
+
[2022-01-06T14.16.23.829] [DEBUG] BaseChyz [305] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller route Path /api/
|
|
7791
|
+
[2022-01-06T14.16.23.829] [DEBUG] BaseChyz [305] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller route Path /api/orderCreate
|
|
7792
|
+
[2022-01-06T14.16.23.829] [DEBUG] BaseChyz [305] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller route Path /api/order/list
|
|
7793
|
+
[2022-01-06T14.16.23.830] [DEBUG] BaseChyz [305] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller route Path /api/categories
|
|
7794
|
+
[2022-01-06T14.16.23.912] [DEBUG] BaseChyz [298] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller load ApiController (/basic/api)
|
|
7795
|
+
[2022-01-06T14.16.23.912] [DEBUG] BaseChyz [305] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller route Path /basic/api/
|
|
7796
|
+
[2022-01-06T14.16.23.913] [DEBUG] BaseChyz [305] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller route Path /basic/api/orderCreate
|
|
7797
|
+
[2022-01-06T14.16.23.913] [DEBUG] BaseChyz [305] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller route Path /basic/api/order/list
|
|
7798
|
+
[2022-01-06T14.16.23.914] [DEBUG] BaseChyz [305] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller route Path /basic/api/categories
|
|
7799
|
+
[2022-01-06T14.16.24.011] [DEBUG] BaseChyz [298] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller load ApiController (/oauth2.0)
|
|
7800
|
+
[2022-01-06T14.16.24.011] [DEBUG] BaseChyz [305] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller route Path /oauth2.0/
|
|
7801
|
+
[2022-01-06T14.16.24.011] [DEBUG] BaseChyz [305] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller route Path /oauth2.0/orderCreate
|
|
7802
|
+
[2022-01-06T14.16.24.048] [DEBUG] BaseChyz [298] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller load PublicController (/public)
|
|
7803
|
+
[2022-01-06T14.16.24.049] [DEBUG] BaseChyz [305] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller route Path /public/
|
|
7804
|
+
[2022-01-06T14.16.24.188] [DEBUG] BaseChyz [298] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller load SiteController (/site)
|
|
7805
|
+
[2022-01-06T14.16.24.188] [DEBUG] BaseChyz [305] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller route Path /site/index
|
|
7806
|
+
[2022-01-06T14.16.24.189] [DEBUG] BaseChyz [305] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller route Path /site/login
|
|
7807
|
+
[2022-01-06T14.16.24.189] [DEBUG] BaseChyz [305] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller route Path /site/logout
|
|
7808
|
+
[2022-01-06T14.16.24.189] [DEBUG] BaseChyz [305] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller route Path /site/signup
|
|
7809
|
+
[2022-01-06T14.16.24.196] [INFO] BaseChyz [197] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Express Server Starting
|
|
7810
|
+
[2022-01-06T14.16.24.198] [INFO] BaseChyz [197] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Express Server Start
|
|
7811
|
+
[2022-01-06T14.16.24.199] [INFO] BaseChyz [197] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Liten Port 3000
|
|
7812
|
+
[2022-01-06T14.16.24.199] [INFO] BaseChyz [197] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - http://localhost:3000
|
|
7813
|
+
[2022-01-06T14.16.24.204] [INFO] BaseChyz [197] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - http://192.168.56.1:3000
|
|
7814
|
+
[2022-01-06T14.16.24.883] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Executing (default): SELECT 1+1 AS result
|
|
7815
|
+
[2022-01-06T14.16.24.948] [INFO] BaseChyz [197] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Connection has been established successfully.
|
|
7816
|
+
[2022-01-06T14.16.29.190] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Call Request id api
|
|
7817
|
+
[2022-01-06T14.16.29.201] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Executing (default): SELECT "id", "name", "username", "password", "email", "permissions_id", "authkey", "status" FROM "users" AS "User" WHERE "User"."id" = 1;
|
|
7818
|
+
[2022-01-06T14.16.29.274] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Find Identity By AccessToken: User Found {
|
|
7819
|
+
user: 1,
|
|
7820
|
+
ip: '::1',
|
|
7821
|
+
agent: 'PostmanRuntime/7.28.4',
|
|
7822
|
+
platform: 'admin',
|
|
7823
|
+
role: [ 'admin' ],
|
|
7824
|
+
permissions: [
|
|
7825
|
+
'alprboxkoli',
|
|
7826
|
+
'edisboxkoli',
|
|
7827
|
+
'hubboxkoli',
|
|
7828
|
+
'edisboxold',
|
|
7829
|
+
'edisboxnew',
|
|
7830
|
+
'hubboxold',
|
|
7831
|
+
'hubboxnew',
|
|
7832
|
+
'alprboxold',
|
|
7833
|
+
'alprboxnew'
|
|
7834
|
+
],
|
|
7835
|
+
iat: 1641464614
|
|
7836
|
+
}
|
|
7837
|
+
[2022-01-06T14.16.29.278] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Find Identity By AccessToken: User Verify Success
|
|
7838
|
+
[2022-01-06T14.16.59.529] [ERROR] BaseChyz [205] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - ForbiddenHttpException: You are not allowed to perform this action.
|
|
7839
|
+
at new BaseError (C:\PROJELER\github\Chy-Nodejs-Framework\base\BaseError.ts:18:15)
|
|
7840
|
+
at new ForbiddenHttpException (C:\PROJELER\github\Chy-Nodejs-Framework\base\ForbiddenHttpException.ts:11:9)
|
|
7841
|
+
at AccessControl.denyAccess (C:\PROJELER\github\Chy-Nodejs-Framework\filters\AccessControl.ts:74:22)
|
|
7842
|
+
at AccessControl.<anonymous> (C:\PROJELER\github\Chy-Nodejs-Framework\filters\AccessControl.ts:65:18)
|
|
7843
|
+
at Generator.next (<anonymous>)
|
|
7844
|
+
at C:\PROJELER\github\Chy-Nodejs-Framework\filters\AccessControl.ts:8:71
|
|
7845
|
+
at new Promise (<anonymous>)
|
|
7846
|
+
at __awaiter (C:\PROJELER\github\Chy-Nodejs-Framework\filters\AccessControl.ts:4:12)
|
|
7847
|
+
at AccessControl.beforeAction (C:\PROJELER\github\Chy-Nodejs-Framework\filters\AccessControl.ts:40:16)
|
|
7848
|
+
at AccessControl.<anonymous> (C:\PROJELER\github\Chy-Nodejs-Framework\base\ActionFilter.ts:32:20) {
|
|
7849
|
+
statusCode: 403
|
|
7850
|
+
}
|
|
7851
|
+
[2022-01-06T14.17.09.395] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Model init.... CategoriesClass
|
|
7852
|
+
[2022-01-06T14.17.09.397] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Relation init.... CategoriesClass
|
|
7853
|
+
[2022-01-06T14.17.09.400] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Model init.... CustomerClass
|
|
7854
|
+
[2022-01-06T14.17.09.400] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Relation init.... CustomerClass
|
|
7855
|
+
[2022-01-06T14.17.09.401] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Model init.... OrderClass
|
|
7856
|
+
[2022-01-06T14.17.09.401] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Relation init.... OrderClass
|
|
7857
|
+
[2022-01-06T14.17.09.402] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Model init.... OrderItemClass
|
|
7858
|
+
[2022-01-06T14.17.09.402] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Relation init.... OrderItemClass
|
|
7859
|
+
[2022-01-06T14.17.09.402] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Model init.... ProductModelsClass
|
|
7860
|
+
[2022-01-06T14.17.09.403] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Relation init.... ProductModelsClass
|
|
7861
|
+
[2022-01-06T14.17.09.403] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Model init.... ProductsClass
|
|
7862
|
+
[2022-01-06T14.17.09.403] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Relation init.... ProductsClass
|
|
7863
|
+
[2022-01-06T14.17.09.404] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Model init.... ProductToCategoriesClass
|
|
7864
|
+
[2022-01-06T14.17.09.405] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Relation init.... ProductToCategoriesClass
|
|
7865
|
+
[2022-01-06T14.17.09.405] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Model init.... StocksClass
|
|
7866
|
+
[2022-01-06T14.17.09.405] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Relation init.... StocksClass
|
|
7867
|
+
[2022-01-06T14.17.09.406] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Model init.... UserPermissionClass
|
|
7868
|
+
[2022-01-06T14.17.09.406] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Relation init.... UserPermissionClass
|
|
7869
|
+
[2022-01-06T14.17.09.499] [DEBUG] BaseChyz [298] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller load ApiController (/api)
|
|
7870
|
+
[2022-01-06T14.17.09.499] [DEBUG] BaseChyz [305] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller route Path /api/
|
|
7871
|
+
[2022-01-06T14.17.09.500] [DEBUG] BaseChyz [305] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller route Path /api/orderCreate
|
|
7872
|
+
[2022-01-06T14.17.09.500] [DEBUG] BaseChyz [305] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller route Path /api/order/list
|
|
7873
|
+
[2022-01-06T14.17.09.501] [DEBUG] BaseChyz [305] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller route Path /api/categories
|
|
7874
|
+
[2022-01-06T14.17.09.595] [DEBUG] BaseChyz [298] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller load ApiController (/basic/api)
|
|
7875
|
+
[2022-01-06T14.17.09.595] [DEBUG] BaseChyz [305] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller route Path /basic/api/
|
|
7876
|
+
[2022-01-06T14.17.09.595] [DEBUG] BaseChyz [305] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller route Path /basic/api/orderCreate
|
|
7877
|
+
[2022-01-06T14.17.09.596] [DEBUG] BaseChyz [305] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller route Path /basic/api/order/list
|
|
7878
|
+
[2022-01-06T14.17.09.596] [DEBUG] BaseChyz [305] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller route Path /basic/api/categories
|
|
7879
|
+
[2022-01-06T14.17.09.696] [DEBUG] BaseChyz [298] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller load ApiController (/oauth2.0)
|
|
7880
|
+
[2022-01-06T14.17.09.696] [DEBUG] BaseChyz [305] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller route Path /oauth2.0/
|
|
7881
|
+
[2022-01-06T14.17.09.697] [DEBUG] BaseChyz [305] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller route Path /oauth2.0/orderCreate
|
|
7882
|
+
[2022-01-06T14.17.09.736] [DEBUG] BaseChyz [298] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller load PublicController (/public)
|
|
7883
|
+
[2022-01-06T14.17.09.736] [DEBUG] BaseChyz [305] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller route Path /public/
|
|
7884
|
+
[2022-01-06T14.17.09.882] [DEBUG] BaseChyz [298] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller load SiteController (/site)
|
|
7885
|
+
[2022-01-06T14.17.09.883] [DEBUG] BaseChyz [305] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller route Path /site/index
|
|
7886
|
+
[2022-01-06T14.17.09.883] [DEBUG] BaseChyz [305] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller route Path /site/login
|
|
7887
|
+
[2022-01-06T14.17.09.884] [DEBUG] BaseChyz [305] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller route Path /site/logout
|
|
7888
|
+
[2022-01-06T14.17.09.884] [DEBUG] BaseChyz [305] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller route Path /site/signup
|
|
7889
|
+
[2022-01-06T14.17.09.891] [INFO] BaseChyz [197] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Express Server Starting
|
|
7890
|
+
[2022-01-06T14.17.09.894] [INFO] BaseChyz [197] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Express Server Start
|
|
7891
|
+
[2022-01-06T14.17.09.895] [INFO] BaseChyz [197] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Liten Port 3000
|
|
7892
|
+
[2022-01-06T14.17.09.895] [INFO] BaseChyz [197] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - http://localhost:3000
|
|
7893
|
+
[2022-01-06T14.17.09.900] [INFO] BaseChyz [197] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - http://192.168.56.1:3000
|
|
7894
|
+
[2022-01-06T14.17.10.579] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Executing (default): SELECT 1+1 AS result
|
|
7895
|
+
[2022-01-06T14.17.10.643] [INFO] BaseChyz [197] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Connection has been established successfully.
|
|
7896
|
+
[2022-01-06T14.17.58.676] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Call Request id api
|
|
7897
|
+
[2022-01-06T14.17.58.963] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Executing (default): SELECT "id", "name", "username", "password", "email", "permissions_id", "authkey", "status" FROM "users" AS "User" WHERE "User"."id" = 1;
|
|
7898
|
+
[2022-01-06T14.17.59.035] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Find Identity By AccessToken: User Found {
|
|
7899
|
+
user: 1,
|
|
7900
|
+
ip: '::1',
|
|
7901
|
+
agent: 'PostmanRuntime/7.28.4',
|
|
7902
|
+
platform: 'admin',
|
|
7903
|
+
role: [ 'admin' ],
|
|
7904
|
+
permissions: [
|
|
7905
|
+
'alprboxkoli',
|
|
7906
|
+
'edisboxkoli',
|
|
7907
|
+
'hubboxkoli',
|
|
7908
|
+
'edisboxold',
|
|
7909
|
+
'edisboxnew',
|
|
7910
|
+
'hubboxold',
|
|
7911
|
+
'hubboxnew',
|
|
7912
|
+
'alprboxold',
|
|
7913
|
+
'alprboxnew'
|
|
7914
|
+
],
|
|
7915
|
+
iat: 1641464614
|
|
7916
|
+
}
|
|
7917
|
+
[2022-01-06T14.17.59.038] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Find Identity By AccessToken: User Verify Success
|
|
7918
|
+
[2022-01-06T14.18.12.915] [ERROR] BaseChyz [205] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - ForbiddenHttpException: You are not allowed to perform this action.
|
|
7919
|
+
at new BaseError (C:\PROJELER\github\Chy-Nodejs-Framework\base\BaseError.ts:18:15)
|
|
7920
|
+
at new ForbiddenHttpException (C:\PROJELER\github\Chy-Nodejs-Framework\base\ForbiddenHttpException.ts:11:9)
|
|
7921
|
+
at AccessControl.denyAccess (C:\PROJELER\github\Chy-Nodejs-Framework\filters\AccessControl.ts:74:22)
|
|
7922
|
+
at AccessControl.<anonymous> (C:\PROJELER\github\Chy-Nodejs-Framework\filters\AccessControl.ts:65:18)
|
|
7923
|
+
at Generator.next (<anonymous>)
|
|
7924
|
+
at C:\PROJELER\github\Chy-Nodejs-Framework\filters\AccessControl.ts:8:71
|
|
7925
|
+
at new Promise (<anonymous>)
|
|
7926
|
+
at __awaiter (C:\PROJELER\github\Chy-Nodejs-Framework\filters\AccessControl.ts:4:12)
|
|
7927
|
+
at AccessControl.beforeAction (C:\PROJELER\github\Chy-Nodejs-Framework\filters\AccessControl.ts:40:16)
|
|
7928
|
+
at AccessControl.<anonymous> (C:\PROJELER\github\Chy-Nodejs-Framework\base\ActionFilter.ts:32:20) {
|
|
7929
|
+
statusCode: 403
|
|
7930
|
+
}
|
|
7931
|
+
[2022-01-06T14.18.32.282] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Model init.... CategoriesClass
|
|
7932
|
+
[2022-01-06T14.18.32.284] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Relation init.... CategoriesClass
|
|
7933
|
+
[2022-01-06T14.18.32.287] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Model init.... CustomerClass
|
|
7934
|
+
[2022-01-06T14.18.32.287] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Relation init.... CustomerClass
|
|
7935
|
+
[2022-01-06T14.18.32.288] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Model init.... OrderClass
|
|
7936
|
+
[2022-01-06T14.18.32.288] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Relation init.... OrderClass
|
|
7937
|
+
[2022-01-06T14.18.32.289] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Model init.... OrderItemClass
|
|
7938
|
+
[2022-01-06T14.18.32.289] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Relation init.... OrderItemClass
|
|
7939
|
+
[2022-01-06T14.18.32.289] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Model init.... ProductModelsClass
|
|
7940
|
+
[2022-01-06T14.18.32.290] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Relation init.... ProductModelsClass
|
|
7941
|
+
[2022-01-06T14.18.32.290] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Model init.... ProductsClass
|
|
7942
|
+
[2022-01-06T14.18.32.290] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Relation init.... ProductsClass
|
|
7943
|
+
[2022-01-06T14.18.32.291] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Model init.... ProductToCategoriesClass
|
|
7944
|
+
[2022-01-06T14.18.32.292] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Relation init.... ProductToCategoriesClass
|
|
7945
|
+
[2022-01-06T14.18.32.292] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Model init.... StocksClass
|
|
7946
|
+
[2022-01-06T14.18.32.293] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Relation init.... StocksClass
|
|
7947
|
+
[2022-01-06T14.18.32.293] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Model init.... UserPermissionClass
|
|
7948
|
+
[2022-01-06T14.18.32.293] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Relation init.... UserPermissionClass
|
|
7949
|
+
[2022-01-06T14.18.32.408] [DEBUG] BaseChyz [298] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller load ApiController (/api)
|
|
7950
|
+
[2022-01-06T14.18.32.408] [DEBUG] BaseChyz [305] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller route Path /api/
|
|
7951
|
+
[2022-01-06T14.18.32.409] [DEBUG] BaseChyz [305] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller route Path /api/orderCreate
|
|
7952
|
+
[2022-01-06T14.18.32.410] [DEBUG] BaseChyz [305] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller route Path /api/order/list
|
|
7953
|
+
[2022-01-06T14.18.32.411] [DEBUG] BaseChyz [305] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller route Path /api/categories
|
|
7954
|
+
[2022-01-06T14.18.32.498] [DEBUG] BaseChyz [298] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller load ApiController (/basic/api)
|
|
7955
|
+
[2022-01-06T14.18.32.498] [DEBUG] BaseChyz [305] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller route Path /basic/api/
|
|
7956
|
+
[2022-01-06T14.18.32.499] [DEBUG] BaseChyz [305] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller route Path /basic/api/orderCreate
|
|
7957
|
+
[2022-01-06T14.18.32.500] [DEBUG] BaseChyz [305] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller route Path /basic/api/order/list
|
|
7958
|
+
[2022-01-06T14.18.32.500] [DEBUG] BaseChyz [305] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller route Path /basic/api/categories
|
|
7959
|
+
[2022-01-06T14.18.32.602] [DEBUG] BaseChyz [298] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller load ApiController (/oauth2.0)
|
|
7960
|
+
[2022-01-06T14.18.32.603] [DEBUG] BaseChyz [305] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller route Path /oauth2.0/
|
|
7961
|
+
[2022-01-06T14.18.32.603] [DEBUG] BaseChyz [305] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller route Path /oauth2.0/orderCreate
|
|
7962
|
+
[2022-01-06T14.18.32.643] [DEBUG] BaseChyz [298] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller load PublicController (/public)
|
|
7963
|
+
[2022-01-06T14.18.32.644] [DEBUG] BaseChyz [305] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller route Path /public/
|
|
7964
|
+
[2022-01-06T14.18.32.792] [DEBUG] BaseChyz [298] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller load SiteController (/site)
|
|
7965
|
+
[2022-01-06T14.18.32.793] [DEBUG] BaseChyz [305] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller route Path /site/index
|
|
7966
|
+
[2022-01-06T14.18.32.793] [DEBUG] BaseChyz [305] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller route Path /site/login
|
|
7967
|
+
[2022-01-06T14.18.32.794] [DEBUG] BaseChyz [305] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller route Path /site/logout
|
|
7968
|
+
[2022-01-06T14.18.32.794] [DEBUG] BaseChyz [305] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller route Path /site/signup
|
|
7969
|
+
[2022-01-06T14.18.32.802] [INFO] BaseChyz [197] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Express Server Starting
|
|
7970
|
+
[2022-01-06T14.18.32.805] [INFO] BaseChyz [197] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Express Server Start
|
|
7971
|
+
[2022-01-06T14.18.32.805] [INFO] BaseChyz [197] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Liten Port 3000
|
|
7972
|
+
[2022-01-06T14.18.32.806] [INFO] BaseChyz [197] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - http://localhost:3000
|
|
7973
|
+
[2022-01-06T14.18.32.810] [INFO] BaseChyz [197] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - http://192.168.56.1:3000
|
|
7974
|
+
[2022-01-06T14.18.33.502] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Executing (default): SELECT 1+1 AS result
|
|
7975
|
+
[2022-01-06T14.18.33.567] [INFO] BaseChyz [197] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Connection has been established successfully.
|
|
7976
|
+
[2022-01-06T14.18.35.499] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Call Request id api
|
|
7977
|
+
[2022-01-06T14.18.35.509] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Executing (default): SELECT "id", "name", "username", "password", "email", "permissions_id", "authkey", "status" FROM "users" AS "User" WHERE "User"."id" = 1;
|
|
7978
|
+
[2022-01-06T14.18.35.576] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Find Identity By AccessToken: User Found {
|
|
7979
|
+
user: 1,
|
|
7980
|
+
ip: '::1',
|
|
7981
|
+
agent: 'PostmanRuntime/7.28.4',
|
|
7982
|
+
platform: 'admin',
|
|
7983
|
+
role: [ 'admin' ],
|
|
7984
|
+
permissions: [
|
|
7985
|
+
'alprboxkoli',
|
|
7986
|
+
'edisboxkoli',
|
|
7987
|
+
'hubboxkoli',
|
|
7988
|
+
'edisboxold',
|
|
7989
|
+
'edisboxnew',
|
|
7990
|
+
'hubboxold',
|
|
7991
|
+
'hubboxnew',
|
|
7992
|
+
'alprboxold',
|
|
7993
|
+
'alprboxnew'
|
|
7994
|
+
],
|
|
7995
|
+
iat: 1641464614
|
|
7996
|
+
}
|
|
7997
|
+
[2022-01-06T14.20.04.515] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Model init.... CategoriesClass
|
|
7998
|
+
[2022-01-06T14.20.04.517] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Relation init.... CategoriesClass
|
|
7999
|
+
[2022-01-06T14.20.04.520] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Model init.... CustomerClass
|
|
8000
|
+
[2022-01-06T14.20.04.522] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Relation init.... CustomerClass
|
|
8001
|
+
[2022-01-06T14.20.04.522] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Model init.... OrderClass
|
|
8002
|
+
[2022-01-06T14.20.04.523] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Relation init.... OrderClass
|
|
8003
|
+
[2022-01-06T14.20.04.523] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Model init.... OrderItemClass
|
|
8004
|
+
[2022-01-06T14.20.04.523] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Relation init.... OrderItemClass
|
|
8005
|
+
[2022-01-06T14.20.04.523] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Model init.... ProductModelsClass
|
|
8006
|
+
[2022-01-06T14.20.04.524] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Relation init.... ProductModelsClass
|
|
8007
|
+
[2022-01-06T14.20.04.524] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Model init.... ProductsClass
|
|
8008
|
+
[2022-01-06T14.20.04.524] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Relation init.... ProductsClass
|
|
8009
|
+
[2022-01-06T14.20.04.526] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Model init.... ProductToCategoriesClass
|
|
8010
|
+
[2022-01-06T14.20.04.526] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Relation init.... ProductToCategoriesClass
|
|
8011
|
+
[2022-01-06T14.20.04.526] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Model init.... StocksClass
|
|
8012
|
+
[2022-01-06T14.20.04.526] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Relation init.... StocksClass
|
|
8013
|
+
[2022-01-06T14.20.04.527] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Model init.... UserPermissionClass
|
|
8014
|
+
[2022-01-06T14.20.04.527] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Relation init.... UserPermissionClass
|
|
8015
|
+
[2022-01-06T14.20.04.603] [DEBUG] BaseChyz [298] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller load ApiController (/api)
|
|
8016
|
+
[2022-01-06T14.20.04.604] [DEBUG] BaseChyz [305] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller route Path /api/
|
|
8017
|
+
[2022-01-06T14.20.04.604] [DEBUG] BaseChyz [305] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller route Path /api/orderCreate
|
|
8018
|
+
[2022-01-06T14.20.04.605] [DEBUG] BaseChyz [305] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller route Path /api/order/list
|
|
8019
|
+
[2022-01-06T14.20.04.605] [DEBUG] BaseChyz [305] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller route Path /api/categories
|
|
8020
|
+
[2022-01-06T14.20.04.663] [DEBUG] BaseChyz [298] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller load ApiController (/basic/api)
|
|
8021
|
+
[2022-01-06T14.20.04.663] [DEBUG] BaseChyz [305] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller route Path /basic/api/
|
|
8022
|
+
[2022-01-06T14.20.04.664] [DEBUG] BaseChyz [305] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller route Path /basic/api/orderCreate
|
|
8023
|
+
[2022-01-06T14.20.04.665] [DEBUG] BaseChyz [305] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller route Path /basic/api/order/list
|
|
8024
|
+
[2022-01-06T14.20.04.665] [DEBUG] BaseChyz [305] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller route Path /basic/api/categories
|
|
8025
|
+
[2022-01-06T14.20.04.748] [DEBUG] BaseChyz [298] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller load ApiController (/oauth2.0)
|
|
8026
|
+
[2022-01-06T14.20.04.748] [DEBUG] BaseChyz [305] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller route Path /oauth2.0/
|
|
8027
|
+
[2022-01-06T14.20.04.749] [DEBUG] BaseChyz [305] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller route Path /oauth2.0/orderCreate
|
|
8028
|
+
[2022-01-06T14.20.04.784] [DEBUG] BaseChyz [298] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller load PublicController (/public)
|
|
8029
|
+
[2022-01-06T14.20.04.785] [DEBUG] BaseChyz [305] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller route Path /public/
|
|
8030
|
+
[2022-01-06T14.20.04.933] [DEBUG] BaseChyz [298] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller load SiteController (/site)
|
|
8031
|
+
[2022-01-06T14.20.04.934] [DEBUG] BaseChyz [305] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller route Path /site/index
|
|
8032
|
+
[2022-01-06T14.20.04.934] [DEBUG] BaseChyz [305] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller route Path /site/login
|
|
8033
|
+
[2022-01-06T14.20.04.934] [DEBUG] BaseChyz [305] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller route Path /site/logout
|
|
8034
|
+
[2022-01-06T14.20.04.935] [DEBUG] BaseChyz [305] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller route Path /site/signup
|
|
8035
|
+
[2022-01-06T14.20.04.942] [INFO] BaseChyz [197] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Express Server Starting
|
|
8036
|
+
[2022-01-06T14.20.04.945] [INFO] BaseChyz [197] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Express Server Start
|
|
8037
|
+
[2022-01-06T14.20.04.946] [INFO] BaseChyz [197] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Liten Port 3000
|
|
8038
|
+
[2022-01-06T14.20.04.946] [INFO] BaseChyz [197] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - http://localhost:3000
|
|
8039
|
+
[2022-01-06T14.20.04.951] [INFO] BaseChyz [197] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - http://192.168.56.1:3000
|
|
8040
|
+
[2022-01-06T14.20.05.640] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Executing (default): SELECT 1+1 AS result
|
|
8041
|
+
[2022-01-06T14.20.05.706] [INFO] BaseChyz [197] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Connection has been established successfully.
|
|
8042
|
+
[2022-01-06T14.33.05.490] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Call Request id api
|
|
8043
|
+
[2022-01-06T14.33.05.771] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Executing (default): SELECT "id", "name", "username", "password", "email", "permissions_id", "authkey", "status" FROM "users" AS "User" WHERE "User"."id" = 1;
|
|
8044
|
+
[2022-01-06T14.33.05.841] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Find Identity By AccessToken: User Found {
|
|
8045
|
+
user: 1,
|
|
8046
|
+
ip: '::1',
|
|
8047
|
+
agent: 'PostmanRuntime/7.28.4',
|
|
8048
|
+
platform: 'admin',
|
|
8049
|
+
role: [ 'admin' ],
|
|
8050
|
+
permissions: [
|
|
8051
|
+
'alprboxkoli',
|
|
8052
|
+
'edisboxkoli',
|
|
8053
|
+
'hubboxkoli',
|
|
8054
|
+
'edisboxold',
|
|
8055
|
+
'edisboxnew',
|
|
8056
|
+
'hubboxold',
|
|
8057
|
+
'hubboxnew',
|
|
8058
|
+
'alprboxold',
|
|
8059
|
+
'alprboxnew'
|
|
8060
|
+
],
|
|
8061
|
+
iat: 1641464614
|
|
8062
|
+
}
|
|
8063
|
+
[2022-01-06T14.33.05.844] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Find Identity By AccessToken: User Verify Success
|
|
8064
|
+
[2022-01-06T14.33.22.704] [ERROR] BaseChyz [205] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - TypeError: identity.getId is not a function
|
|
8065
|
+
at WebUser.getId (C:\PROJELER\github\Chy-Nodejs-Framework\web\WebUser.ts:112:45)
|
|
8066
|
+
at WebUser.can (C:\PROJELER\github\Chy-Nodejs-Framework\web\WebUser.ts:156:49)
|
|
8067
|
+
at AccessRule.matchRole (C:\PROJELER\github\Chy-Nodejs-Framework\filters\AccessRule.ts:171:26)
|
|
8068
|
+
at AccessRule.allows (C:\PROJELER\github\Chy-Nodejs-Framework\filters\AccessRule.ts:94:21)
|
|
8069
|
+
at AccessControl.<anonymous> (C:\PROJELER\github\Chy-Nodejs-Framework\filters\AccessControl.ts:49:31)
|
|
8070
|
+
at Generator.next (<anonymous>)
|
|
8071
|
+
at C:\PROJELER\github\Chy-Nodejs-Framework\filters\AccessControl.ts:8:71
|
|
8072
|
+
at new Promise (<anonymous>)
|
|
8073
|
+
at __awaiter (C:\PROJELER\github\Chy-Nodejs-Framework\filters\AccessControl.ts:4:12)
|
|
8074
|
+
at AccessControl.beforeAction (C:\PROJELER\github\Chy-Nodejs-Framework\filters\AccessControl.ts:40:16)
|
|
8075
|
+
[2022-01-06T14.34.31.909] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Model init.... CategoriesClass
|
|
8076
|
+
[2022-01-06T14.34.31.912] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Relation init.... CategoriesClass
|
|
8077
|
+
[2022-01-06T14.34.31.915] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Model init.... CustomerClass
|
|
8078
|
+
[2022-01-06T14.34.31.916] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Relation init.... CustomerClass
|
|
8079
|
+
[2022-01-06T14.34.31.916] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Model init.... OrderClass
|
|
8080
|
+
[2022-01-06T14.34.31.916] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Relation init.... OrderClass
|
|
8081
|
+
[2022-01-06T14.34.31.917] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Model init.... OrderItemClass
|
|
8082
|
+
[2022-01-06T14.34.31.917] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Relation init.... OrderItemClass
|
|
8083
|
+
[2022-01-06T14.34.31.917] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Model init.... ProductModelsClass
|
|
8084
|
+
[2022-01-06T14.34.31.918] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Relation init.... ProductModelsClass
|
|
8085
|
+
[2022-01-06T14.34.31.918] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Model init.... ProductsClass
|
|
8086
|
+
[2022-01-06T14.34.31.918] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Relation init.... ProductsClass
|
|
8087
|
+
[2022-01-06T14.34.31.919] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Model init.... ProductToCategoriesClass
|
|
8088
|
+
[2022-01-06T14.34.31.920] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Relation init.... ProductToCategoriesClass
|
|
8089
|
+
[2022-01-06T14.34.31.920] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Model init.... StocksClass
|
|
8090
|
+
[2022-01-06T14.34.31.921] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Relation init.... StocksClass
|
|
8091
|
+
[2022-01-06T14.34.31.921] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Model init.... UserPermissionClass
|
|
8092
|
+
[2022-01-06T14.34.31.921] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Relation init.... UserPermissionClass
|
|
8093
|
+
[2022-01-06T14.34.32.016] [DEBUG] BaseChyz [298] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller load ApiController (/api)
|
|
8094
|
+
[2022-01-06T14.34.32.017] [DEBUG] BaseChyz [305] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller route Path /api/
|
|
8095
|
+
[2022-01-06T14.34.32.017] [DEBUG] BaseChyz [305] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller route Path /api/orderCreate
|
|
8096
|
+
[2022-01-06T14.34.32.018] [DEBUG] BaseChyz [305] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller route Path /api/order/list
|
|
8097
|
+
[2022-01-06T14.34.32.018] [DEBUG] BaseChyz [305] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller route Path /api/categories
|
|
8098
|
+
[2022-01-06T14.34.32.122] [DEBUG] BaseChyz [298] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller load ApiController (/basic/api)
|
|
8099
|
+
[2022-01-06T14.34.32.123] [DEBUG] BaseChyz [305] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller route Path /basic/api/
|
|
8100
|
+
[2022-01-06T14.34.32.123] [DEBUG] BaseChyz [305] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller route Path /basic/api/orderCreate
|
|
8101
|
+
[2022-01-06T14.34.32.124] [DEBUG] BaseChyz [305] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller route Path /basic/api/order/list
|
|
8102
|
+
[2022-01-06T14.34.32.124] [DEBUG] BaseChyz [305] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller route Path /basic/api/categories
|
|
8103
|
+
[2022-01-06T14.34.32.228] [DEBUG] BaseChyz [298] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller load ApiController (/oauth2.0)
|
|
8104
|
+
[2022-01-06T14.34.32.229] [DEBUG] BaseChyz [305] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller route Path /oauth2.0/
|
|
8105
|
+
[2022-01-06T14.34.32.229] [DEBUG] BaseChyz [305] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller route Path /oauth2.0/orderCreate
|
|
8106
|
+
[2022-01-06T14.34.32.267] [DEBUG] BaseChyz [298] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller load PublicController (/public)
|
|
8107
|
+
[2022-01-06T14.34.32.268] [DEBUG] BaseChyz [305] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller route Path /public/
|
|
8108
|
+
[2022-01-06T14.34.32.456] [DEBUG] BaseChyz [298] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller load SiteController (/site)
|
|
8109
|
+
[2022-01-06T14.34.32.456] [DEBUG] BaseChyz [305] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller route Path /site/index
|
|
8110
|
+
[2022-01-06T14.34.32.457] [DEBUG] BaseChyz [305] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller route Path /site/login
|
|
8111
|
+
[2022-01-06T14.34.32.457] [DEBUG] BaseChyz [305] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller route Path /site/logout
|
|
8112
|
+
[2022-01-06T14.34.32.458] [DEBUG] BaseChyz [305] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller route Path /site/signup
|
|
8113
|
+
[2022-01-06T14.34.32.465] [INFO] BaseChyz [197] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Express Server Starting
|
|
8114
|
+
[2022-01-06T14.34.32.469] [INFO] BaseChyz [197] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Express Server Start
|
|
8115
|
+
[2022-01-06T14.34.32.470] [INFO] BaseChyz [197] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Liten Port 3000
|
|
8116
|
+
[2022-01-06T14.34.32.470] [INFO] BaseChyz [197] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - http://localhost:3000
|
|
8117
|
+
[2022-01-06T14.34.32.475] [INFO] BaseChyz [197] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - http://192.168.56.1:3000
|
|
8118
|
+
[2022-01-06T14.34.33.172] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Executing (default): SELECT 1+1 AS result
|
|
8119
|
+
[2022-01-06T14.34.33.237] [INFO] BaseChyz [197] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Connection has been established successfully.
|
|
8120
|
+
[2022-01-06T14.35.14.042] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Call Request id api
|
|
8121
|
+
[2022-01-06T14.35.19.816] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Executing (default): SELECT "id", "name", "username", "password", "email", "permissions_id", "authkey", "status" FROM "users" AS "User" WHERE "User"."id" = 1;
|
|
8122
|
+
[2022-01-06T14.35.19.883] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Find Identity By AccessToken: User Found {
|
|
8123
|
+
user: 1,
|
|
8124
|
+
ip: '::1',
|
|
8125
|
+
agent: 'PostmanRuntime/7.28.4',
|
|
8126
|
+
platform: 'admin',
|
|
8127
|
+
role: [ 'admin' ],
|
|
8128
|
+
permissions: [
|
|
8129
|
+
'alprboxkoli',
|
|
8130
|
+
'edisboxkoli',
|
|
8131
|
+
'hubboxkoli',
|
|
8132
|
+
'edisboxold',
|
|
8133
|
+
'edisboxnew',
|
|
8134
|
+
'hubboxold',
|
|
8135
|
+
'hubboxnew',
|
|
8136
|
+
'alprboxold',
|
|
8137
|
+
'alprboxnew'
|
|
8138
|
+
],
|
|
8139
|
+
iat: 1641464614
|
|
8140
|
+
}
|
|
8141
|
+
[2022-01-06T14.37.07.934] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Model init.... CategoriesClass
|
|
8142
|
+
[2022-01-06T14.37.07.938] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Relation init.... CategoriesClass
|
|
8143
|
+
[2022-01-06T14.37.07.940] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Model init.... CustomerClass
|
|
8144
|
+
[2022-01-06T14.37.07.940] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Relation init.... CustomerClass
|
|
8145
|
+
[2022-01-06T14.37.07.941] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Model init.... OrderClass
|
|
8146
|
+
[2022-01-06T14.37.07.941] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Relation init.... OrderClass
|
|
8147
|
+
[2022-01-06T14.37.07.941] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Model init.... OrderItemClass
|
|
8148
|
+
[2022-01-06T14.37.07.942] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Relation init.... OrderItemClass
|
|
8149
|
+
[2022-01-06T14.37.07.942] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Model init.... ProductModelsClass
|
|
8150
|
+
[2022-01-06T14.37.07.942] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Relation init.... ProductModelsClass
|
|
8151
|
+
[2022-01-06T14.37.07.943] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Model init.... ProductsClass
|
|
8152
|
+
[2022-01-06T14.37.07.943] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Relation init.... ProductsClass
|
|
8153
|
+
[2022-01-06T14.37.07.944] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Model init.... ProductToCategoriesClass
|
|
8154
|
+
[2022-01-06T14.37.07.944] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Relation init.... ProductToCategoriesClass
|
|
8155
|
+
[2022-01-06T14.37.07.945] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Model init.... StocksClass
|
|
8156
|
+
[2022-01-06T14.37.07.945] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Relation init.... StocksClass
|
|
8157
|
+
[2022-01-06T14.37.07.945] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Model init.... UserPermissionClass
|
|
8158
|
+
[2022-01-06T14.37.07.946] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Relation init.... UserPermissionClass
|
|
8159
|
+
[2022-01-06T14.37.08.035] [DEBUG] BaseChyz [298] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller load ApiController (/api)
|
|
8160
|
+
[2022-01-06T14.37.08.036] [DEBUG] BaseChyz [305] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller route Path /api/
|
|
8161
|
+
[2022-01-06T14.37.08.036] [DEBUG] BaseChyz [305] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller route Path /api/orderCreate
|
|
8162
|
+
[2022-01-06T14.37.08.037] [DEBUG] BaseChyz [305] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller route Path /api/order/list
|
|
8163
|
+
[2022-01-06T14.37.08.037] [DEBUG] BaseChyz [305] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller route Path /api/categories
|
|
8164
|
+
[2022-01-06T14.37.08.109] [DEBUG] BaseChyz [298] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller load ApiController (/basic/api)
|
|
8165
|
+
[2022-01-06T14.37.08.109] [DEBUG] BaseChyz [305] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller route Path /basic/api/
|
|
8166
|
+
[2022-01-06T14.37.08.110] [DEBUG] BaseChyz [305] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller route Path /basic/api/orderCreate
|
|
8167
|
+
[2022-01-06T14.37.08.110] [DEBUG] BaseChyz [305] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller route Path /basic/api/order/list
|
|
8168
|
+
[2022-01-06T14.37.08.111] [DEBUG] BaseChyz [305] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller route Path /basic/api/categories
|
|
8169
|
+
[2022-01-06T14.37.08.208] [DEBUG] BaseChyz [298] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller load ApiController (/oauth2.0)
|
|
8170
|
+
[2022-01-06T14.37.08.209] [DEBUG] BaseChyz [305] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller route Path /oauth2.0/
|
|
8171
|
+
[2022-01-06T14.37.08.209] [DEBUG] BaseChyz [305] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller route Path /oauth2.0/orderCreate
|
|
8172
|
+
[2022-01-06T14.37.08.248] [DEBUG] BaseChyz [298] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller load PublicController (/public)
|
|
8173
|
+
[2022-01-06T14.37.08.248] [DEBUG] BaseChyz [305] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller route Path /public/
|
|
8174
|
+
[2022-01-06T14.37.08.403] [DEBUG] BaseChyz [298] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller load SiteController (/site)
|
|
8175
|
+
[2022-01-06T14.37.08.404] [DEBUG] BaseChyz [305] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller route Path /site/index
|
|
8176
|
+
[2022-01-06T14.37.08.404] [DEBUG] BaseChyz [305] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller route Path /site/login
|
|
8177
|
+
[2022-01-06T14.37.08.405] [DEBUG] BaseChyz [305] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller route Path /site/logout
|
|
8178
|
+
[2022-01-06T14.37.08.405] [DEBUG] BaseChyz [305] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller route Path /site/signup
|
|
8179
|
+
[2022-01-06T14.37.08.413] [INFO] BaseChyz [197] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Express Server Starting
|
|
8180
|
+
[2022-01-06T14.37.08.416] [INFO] BaseChyz [197] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Express Server Start
|
|
8181
|
+
[2022-01-06T14.37.08.416] [INFO] BaseChyz [197] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Liten Port 3000
|
|
8182
|
+
[2022-01-06T14.37.08.417] [INFO] BaseChyz [197] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - http://localhost:3000
|
|
8183
|
+
[2022-01-06T14.37.08.422] [INFO] BaseChyz [197] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - http://192.168.56.1:3000
|
|
8184
|
+
[2022-01-06T14.37.09.117] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Executing (default): SELECT 1+1 AS result
|
|
8185
|
+
[2022-01-06T14.37.09.180] [INFO] BaseChyz [197] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Connection has been established successfully.
|
|
8186
|
+
[2022-01-06T14.37.10.955] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Call Request id api
|
|
8187
|
+
[2022-01-06T14.37.14.995] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Executing (default): SELECT "id", "name", "username", "password", "email", "permissions_id", "authkey", "status" FROM "users" AS "User" WHERE "User"."id" = 1;
|
|
8188
|
+
[2022-01-06T14.37.15.062] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Find Identity By AccessToken: User Found {
|
|
8189
|
+
user: 1,
|
|
8190
|
+
ip: '::1',
|
|
8191
|
+
agent: 'PostmanRuntime/7.28.4',
|
|
8192
|
+
platform: 'admin',
|
|
8193
|
+
role: [ 'admin' ],
|
|
8194
|
+
permissions: [
|
|
8195
|
+
'alprboxkoli',
|
|
8196
|
+
'edisboxkoli',
|
|
8197
|
+
'hubboxkoli',
|
|
8198
|
+
'edisboxold',
|
|
8199
|
+
'edisboxnew',
|
|
8200
|
+
'hubboxold',
|
|
8201
|
+
'hubboxnew',
|
|
8202
|
+
'alprboxold',
|
|
8203
|
+
'alprboxnew'
|
|
8204
|
+
],
|
|
8205
|
+
iat: 1641464614
|
|
8206
|
+
}
|
|
8207
|
+
[2022-01-06T14.37.15.065] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Find Identity By AccessToken: User Verify Success
|
|
8208
|
+
[2022-01-06T14.37.31.635] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Request ID chyzzzz_1
|
|
8209
|
+
[2022-01-06T14.37.31.638] [ERROR] BaseChyz [205] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - EagerLoadingError [SequelizeEagerLoadingError]: ProductModelsClass is not associated to ProductsClass!
|
|
8210
|
+
at Function._getIncludedAssociation (C:\PROJELER\github\Chy-Nodejs-Framework\node_modules\sequelize\lib\model.js:710:13)
|
|
8211
|
+
at Function._validateIncludedElement (C:\PROJELER\github\Chy-Nodejs-Framework\node_modules\sequelize\lib\model.js:614:53)
|
|
8212
|
+
at C:\PROJELER\github\Chy-Nodejs-Framework\node_modules\sequelize\lib\model.js:509:37
|
|
8213
|
+
at Array.map (<anonymous>)
|
|
8214
|
+
at Function._validateIncludedElements (C:\PROJELER\github\Chy-Nodejs-Framework\node_modules\sequelize\lib\model.js:504:39)
|
|
8215
|
+
at Function.findAll (C:\PROJELER\github\Chy-Nodejs-Framework\node_modules\sequelize\lib\model.js:1723:12)
|
|
8216
|
+
at processTicksAndRejections (internal/process/task_queues.js:93:5)
|
|
8217
|
+
[2022-01-06T14.37.57.034] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Model init.... CategoriesClass
|
|
8218
|
+
[2022-01-06T14.37.57.037] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Relation init.... CategoriesClass
|
|
8219
|
+
[2022-01-06T14.37.57.039] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Model init.... CustomerClass
|
|
8220
|
+
[2022-01-06T14.37.57.040] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Relation init.... CustomerClass
|
|
8221
|
+
[2022-01-06T14.37.57.040] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Model init.... OrderClass
|
|
8222
|
+
[2022-01-06T14.37.57.041] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Relation init.... OrderClass
|
|
8223
|
+
[2022-01-06T14.37.57.041] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Model init.... OrderItemClass
|
|
8224
|
+
[2022-01-06T14.37.57.041] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Relation init.... OrderItemClass
|
|
8225
|
+
[2022-01-06T14.37.57.041] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Model init.... ProductModelsClass
|
|
8226
|
+
[2022-01-06T14.37.57.042] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Relation init.... ProductModelsClass
|
|
8227
|
+
[2022-01-06T14.37.57.042] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Model init.... ProductsClass
|
|
8228
|
+
[2022-01-06T14.37.57.042] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Relation init.... ProductsClass
|
|
8229
|
+
[2022-01-06T14.37.57.044] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Model init.... ProductToCategoriesClass
|
|
8230
|
+
[2022-01-06T14.37.57.044] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Relation init.... ProductToCategoriesClass
|
|
8231
|
+
[2022-01-06T14.37.57.044] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Model init.... StocksClass
|
|
8232
|
+
[2022-01-06T14.37.57.045] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Relation init.... StocksClass
|
|
8233
|
+
[2022-01-06T14.37.57.045] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Model init.... UserPermissionClass
|
|
8234
|
+
[2022-01-06T14.37.57.045] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Relation init.... UserPermissionClass
|
|
8235
|
+
[2022-01-06T14.37.57.133] [DEBUG] BaseChyz [298] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller load ApiController (/api)
|
|
8236
|
+
[2022-01-06T14.37.57.134] [DEBUG] BaseChyz [305] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller route Path /api/
|
|
8237
|
+
[2022-01-06T14.37.57.135] [DEBUG] BaseChyz [305] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller route Path /api/orderCreate
|
|
8238
|
+
[2022-01-06T14.37.57.135] [DEBUG] BaseChyz [305] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller route Path /api/order/list
|
|
8239
|
+
[2022-01-06T14.37.57.136] [DEBUG] BaseChyz [305] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller route Path /api/categories
|
|
8240
|
+
[2022-01-06T14.37.57.208] [DEBUG] BaseChyz [298] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller load ApiController (/basic/api)
|
|
8241
|
+
[2022-01-06T14.37.57.209] [DEBUG] BaseChyz [305] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller route Path /basic/api/
|
|
8242
|
+
[2022-01-06T14.37.57.209] [DEBUG] BaseChyz [305] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller route Path /basic/api/orderCreate
|
|
8243
|
+
[2022-01-06T14.37.57.210] [DEBUG] BaseChyz [305] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller route Path /basic/api/order/list
|
|
8244
|
+
[2022-01-06T14.37.57.210] [DEBUG] BaseChyz [305] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller route Path /basic/api/categories
|
|
8245
|
+
[2022-01-06T14.37.57.308] [DEBUG] BaseChyz [298] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller load ApiController (/oauth2.0)
|
|
8246
|
+
[2022-01-06T14.37.57.309] [DEBUG] BaseChyz [305] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller route Path /oauth2.0/
|
|
8247
|
+
[2022-01-06T14.37.57.309] [DEBUG] BaseChyz [305] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller route Path /oauth2.0/orderCreate
|
|
8248
|
+
[2022-01-06T14.37.57.347] [DEBUG] BaseChyz [298] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller load PublicController (/public)
|
|
8249
|
+
[2022-01-06T14.37.57.348] [DEBUG] BaseChyz [305] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller route Path /public/
|
|
8250
|
+
[2022-01-06T14.37.57.505] [DEBUG] BaseChyz [298] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller load SiteController (/site)
|
|
8251
|
+
[2022-01-06T14.37.57.506] [DEBUG] BaseChyz [305] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller route Path /site/index
|
|
8252
|
+
[2022-01-06T14.37.57.506] [DEBUG] BaseChyz [305] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller route Path /site/login
|
|
8253
|
+
[2022-01-06T14.37.57.507] [DEBUG] BaseChyz [305] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller route Path /site/logout
|
|
8254
|
+
[2022-01-06T14.37.57.507] [DEBUG] BaseChyz [305] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller route Path /site/signup
|
|
8255
|
+
[2022-01-06T14.37.57.514] [INFO] BaseChyz [197] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Express Server Starting
|
|
8256
|
+
[2022-01-06T14.37.57.517] [INFO] BaseChyz [197] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Express Server Start
|
|
8257
|
+
[2022-01-06T14.37.57.518] [INFO] BaseChyz [197] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Liten Port 3000
|
|
8258
|
+
[2022-01-06T14.37.57.518] [INFO] BaseChyz [197] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - http://localhost:3000
|
|
8259
|
+
[2022-01-06T14.37.57.523] [INFO] BaseChyz [197] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - http://192.168.56.1:3000
|
|
8260
|
+
[2022-01-06T14.37.57.629] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Call Request id api
|
|
8261
|
+
[2022-01-06T14.37.58.206] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Executing (default): SELECT 1+1 AS result
|
|
8262
|
+
[2022-01-06T14.37.58.211] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Executing (default): SELECT "id", "name", "username", "password", "email", "permissions_id", "authkey", "status" FROM "users" AS "User" WHERE "User"."id" = 1;
|
|
8263
|
+
[2022-01-06T14.37.58.271] [INFO] BaseChyz [197] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Connection has been established successfully.
|
|
8264
|
+
[2022-01-06T14.37.58.281] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Find Identity By AccessToken: User Found {
|
|
8265
|
+
user: 1,
|
|
8266
|
+
ip: '::1',
|
|
8267
|
+
agent: 'PostmanRuntime/7.28.4',
|
|
8268
|
+
platform: 'admin',
|
|
8269
|
+
role: [ 'admin' ],
|
|
8270
|
+
permissions: [
|
|
8271
|
+
'alprboxkoli',
|
|
8272
|
+
'edisboxkoli',
|
|
8273
|
+
'hubboxkoli',
|
|
8274
|
+
'edisboxold',
|
|
8275
|
+
'edisboxnew',
|
|
8276
|
+
'hubboxold',
|
|
8277
|
+
'hubboxnew',
|
|
8278
|
+
'alprboxold',
|
|
8279
|
+
'alprboxnew'
|
|
8280
|
+
],
|
|
8281
|
+
iat: 1641464614
|
|
8282
|
+
}
|
|
8283
|
+
[2022-01-06T14.37.58.284] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Find Identity By AccessToken: User Verify Success
|
|
8284
|
+
[2022-01-06T14.38.06.103] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Request ID chyzzzz_1
|
|
8285
|
+
[2022-01-06T14.38.06.106] [ERROR] BaseChyz [205] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - EagerLoadingError [SequelizeEagerLoadingError]: ProductModelsClass is not associated to ProductsClass!
|
|
8286
|
+
at Function._getIncludedAssociation (C:\PROJELER\github\Chy-Nodejs-Framework\node_modules\sequelize\lib\model.js:710:13)
|
|
8287
|
+
at Function._validateIncludedElement (C:\PROJELER\github\Chy-Nodejs-Framework\node_modules\sequelize\lib\model.js:614:53)
|
|
8288
|
+
at C:\PROJELER\github\Chy-Nodejs-Framework\node_modules\sequelize\lib\model.js:509:37
|
|
8289
|
+
at Array.map (<anonymous>)
|
|
8290
|
+
at Function._validateIncludedElements (C:\PROJELER\github\Chy-Nodejs-Framework\node_modules\sequelize\lib\model.js:504:39)
|
|
8291
|
+
at Function.findAll (C:\PROJELER\github\Chy-Nodejs-Framework\node_modules\sequelize\lib\model.js:1723:12)
|
|
8292
|
+
at processTicksAndRejections (internal/process/task_queues.js:93:5)
|
|
8293
|
+
[2022-01-06T14.39.07.316] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Model init.... CategoriesClass
|
|
8294
|
+
[2022-01-06T14.39.07.318] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Relation init.... CategoriesClass
|
|
8295
|
+
[2022-01-06T14.39.07.321] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Model init.... CustomerClass
|
|
8296
|
+
[2022-01-06T14.39.07.321] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Relation init.... CustomerClass
|
|
8297
|
+
[2022-01-06T14.39.07.322] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Model init.... OrderClass
|
|
8298
|
+
[2022-01-06T14.39.07.322] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Relation init.... OrderClass
|
|
8299
|
+
[2022-01-06T14.39.07.322] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Model init.... OrderItemClass
|
|
8300
|
+
[2022-01-06T14.39.07.323] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Relation init.... OrderItemClass
|
|
8301
|
+
[2022-01-06T14.39.07.323] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Model init.... ProductModelsClass
|
|
8302
|
+
[2022-01-06T14.39.07.324] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Relation init.... ProductModelsClass
|
|
8303
|
+
[2022-01-06T14.39.07.324] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Model init.... ProductsClass
|
|
8304
|
+
[2022-01-06T14.39.07.324] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Relation init.... ProductsClass
|
|
8305
|
+
[2022-01-06T14.39.07.325] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Model init.... ProductToCategoriesClass
|
|
8306
|
+
[2022-01-06T14.39.07.326] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Relation init.... ProductToCategoriesClass
|
|
8307
|
+
[2022-01-06T14.39.07.326] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Model init.... StocksClass
|
|
8308
|
+
[2022-01-06T14.39.07.327] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Relation init.... StocksClass
|
|
8309
|
+
[2022-01-06T14.39.07.327] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Model init.... UserPermissionClass
|
|
8310
|
+
[2022-01-06T14.39.07.327] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Relation init.... UserPermissionClass
|
|
8311
|
+
[2022-01-06T14.39.07.424] [DEBUG] BaseChyz [298] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller load ApiController (/api)
|
|
8312
|
+
[2022-01-06T14.39.07.425] [DEBUG] BaseChyz [305] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller route Path /api/
|
|
8313
|
+
[2022-01-06T14.39.07.426] [DEBUG] BaseChyz [305] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller route Path /api/orderCreate
|
|
8314
|
+
[2022-01-06T14.39.07.426] [DEBUG] BaseChyz [305] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller route Path /api/order/list
|
|
8315
|
+
[2022-01-06T14.39.07.427] [DEBUG] BaseChyz [305] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller route Path /api/categories
|
|
8316
|
+
[2022-01-06T14.39.07.507] [DEBUG] BaseChyz [298] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller load ApiController (/basic/api)
|
|
8317
|
+
[2022-01-06T14.39.07.508] [DEBUG] BaseChyz [305] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller route Path /basic/api/
|
|
8318
|
+
[2022-01-06T14.39.07.508] [DEBUG] BaseChyz [305] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller route Path /basic/api/orderCreate
|
|
8319
|
+
[2022-01-06T14.39.07.509] [DEBUG] BaseChyz [305] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller route Path /basic/api/order/list
|
|
8320
|
+
[2022-01-06T14.39.07.509] [DEBUG] BaseChyz [305] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller route Path /basic/api/categories
|
|
8321
|
+
[2022-01-06T14.39.07.611] [DEBUG] BaseChyz [298] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller load ApiController (/oauth2.0)
|
|
8322
|
+
[2022-01-06T14.39.07.612] [DEBUG] BaseChyz [305] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller route Path /oauth2.0/
|
|
8323
|
+
[2022-01-06T14.39.07.612] [DEBUG] BaseChyz [305] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller route Path /oauth2.0/orderCreate
|
|
8324
|
+
[2022-01-06T14.39.07.659] [DEBUG] BaseChyz [298] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller load PublicController (/public)
|
|
8325
|
+
[2022-01-06T14.39.07.660] [DEBUG] BaseChyz [305] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller route Path /public/
|
|
8326
|
+
[2022-01-06T14.39.07.819] [DEBUG] BaseChyz [298] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller load SiteController (/site)
|
|
8327
|
+
[2022-01-06T14.39.07.819] [DEBUG] BaseChyz [305] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller route Path /site/index
|
|
8328
|
+
[2022-01-06T14.39.07.820] [DEBUG] BaseChyz [305] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller route Path /site/login
|
|
8329
|
+
[2022-01-06T14.39.07.820] [DEBUG] BaseChyz [305] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller route Path /site/logout
|
|
8330
|
+
[2022-01-06T14.39.07.821] [DEBUG] BaseChyz [305] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller route Path /site/signup
|
|
8331
|
+
[2022-01-06T14.39.07.828] [INFO] BaseChyz [197] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Express Server Starting
|
|
8332
|
+
[2022-01-06T14.39.07.831] [INFO] BaseChyz [197] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Express Server Start
|
|
8333
|
+
[2022-01-06T14.39.07.832] [INFO] BaseChyz [197] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Liten Port 3000
|
|
8334
|
+
[2022-01-06T14.39.07.832] [INFO] BaseChyz [197] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - http://localhost:3000
|
|
8335
|
+
[2022-01-06T14.39.07.837] [INFO] BaseChyz [197] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - http://192.168.56.1:3000
|
|
8336
|
+
[2022-01-06T14.39.08.529] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Executing (default): SELECT 1+1 AS result
|
|
8337
|
+
[2022-01-06T14.39.08.597] [INFO] BaseChyz [197] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Connection has been established successfully.
|
|
8338
|
+
[2022-01-06T14.39.08.752] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Call Request id api
|
|
8339
|
+
[2022-01-06T14.39.08.763] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Executing (default): SELECT "id", "name", "username", "password", "email", "permissions_id", "authkey", "status" FROM "users" AS "User" WHERE "User"."id" = 1;
|
|
8340
|
+
[2022-01-06T14.39.08.833] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Find Identity By AccessToken: User Found {
|
|
8341
|
+
user: 1,
|
|
8342
|
+
ip: '::1',
|
|
8343
|
+
agent: 'PostmanRuntime/7.28.4',
|
|
8344
|
+
platform: 'admin',
|
|
8345
|
+
role: [ 'admin' ],
|
|
8346
|
+
permissions: [
|
|
8347
|
+
'alprboxkoli',
|
|
8348
|
+
'edisboxkoli',
|
|
8349
|
+
'hubboxkoli',
|
|
8350
|
+
'edisboxold',
|
|
8351
|
+
'edisboxnew',
|
|
8352
|
+
'hubboxold',
|
|
8353
|
+
'hubboxnew',
|
|
8354
|
+
'alprboxold',
|
|
8355
|
+
'alprboxnew'
|
|
8356
|
+
],
|
|
8357
|
+
iat: 1641464614
|
|
8358
|
+
}
|
|
8359
|
+
[2022-01-06T14.39.45.254] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Model init.... CategoriesClass
|
|
8360
|
+
[2022-01-06T14.39.45.257] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Relation init.... CategoriesClass
|
|
8361
|
+
[2022-01-06T14.39.45.261] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Model init.... CustomerClass
|
|
8362
|
+
[2022-01-06T14.39.45.263] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Relation init.... CustomerClass
|
|
8363
|
+
[2022-01-06T14.39.45.263] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Model init.... OrderClass
|
|
8364
|
+
[2022-01-06T14.39.45.264] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Relation init.... OrderClass
|
|
8365
|
+
[2022-01-06T14.39.45.264] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Model init.... OrderItemClass
|
|
8366
|
+
[2022-01-06T14.39.45.265] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Relation init.... OrderItemClass
|
|
8367
|
+
[2022-01-06T14.39.45.265] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Model init.... ProductModelsClass
|
|
8368
|
+
[2022-01-06T14.39.45.266] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Relation init.... ProductModelsClass
|
|
8369
|
+
[2022-01-06T14.39.45.266] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Model init.... ProductsClass
|
|
8370
|
+
[2022-01-06T14.39.45.267] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Relation init.... ProductsClass
|
|
8371
|
+
[2022-01-06T14.39.45.269] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Model init.... ProductToCategoriesClass
|
|
8372
|
+
[2022-01-06T14.39.45.270] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Relation init.... ProductToCategoriesClass
|
|
8373
|
+
[2022-01-06T14.39.45.270] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Model init.... StocksClass
|
|
8374
|
+
[2022-01-06T14.39.45.271] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Relation init.... StocksClass
|
|
8375
|
+
[2022-01-06T14.39.45.272] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Model init.... UserPermissionClass
|
|
8376
|
+
[2022-01-06T14.39.45.272] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Relation init.... UserPermissionClass
|
|
8377
|
+
[2022-01-06T14.39.45.424] [DEBUG] BaseChyz [298] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller load ApiController (/api)
|
|
8378
|
+
[2022-01-06T14.39.45.425] [DEBUG] BaseChyz [305] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller route Path /api/
|
|
8379
|
+
[2022-01-06T14.39.45.425] [DEBUG] BaseChyz [305] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller route Path /api/orderCreate
|
|
8380
|
+
[2022-01-06T14.39.45.426] [DEBUG] BaseChyz [305] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller route Path /api/order/list
|
|
8381
|
+
[2022-01-06T14.39.45.426] [DEBUG] BaseChyz [305] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller route Path /api/categories
|
|
8382
|
+
[2022-01-06T14.39.45.503] [DEBUG] BaseChyz [298] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller load ApiController (/basic/api)
|
|
8383
|
+
[2022-01-06T14.39.45.504] [DEBUG] BaseChyz [305] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller route Path /basic/api/
|
|
8384
|
+
[2022-01-06T14.39.45.504] [DEBUG] BaseChyz [305] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller route Path /basic/api/orderCreate
|
|
8385
|
+
[2022-01-06T14.39.45.505] [DEBUG] BaseChyz [305] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller route Path /basic/api/order/list
|
|
8386
|
+
[2022-01-06T14.39.45.505] [DEBUG] BaseChyz [305] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller route Path /basic/api/categories
|
|
8387
|
+
[2022-01-06T14.39.45.595] [DEBUG] BaseChyz [298] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller load ApiController (/oauth2.0)
|
|
8388
|
+
[2022-01-06T14.39.45.596] [DEBUG] BaseChyz [305] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller route Path /oauth2.0/
|
|
8389
|
+
[2022-01-06T14.39.45.596] [DEBUG] BaseChyz [305] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller route Path /oauth2.0/orderCreate
|
|
8390
|
+
[2022-01-06T14.39.45.636] [DEBUG] BaseChyz [298] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller load PublicController (/public)
|
|
8391
|
+
[2022-01-06T14.39.45.637] [DEBUG] BaseChyz [305] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller route Path /public/
|
|
8392
|
+
[2022-01-06T14.39.45.784] [DEBUG] BaseChyz [298] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller load SiteController (/site)
|
|
8393
|
+
[2022-01-06T14.39.45.785] [DEBUG] BaseChyz [305] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller route Path /site/index
|
|
8394
|
+
[2022-01-06T14.39.45.785] [DEBUG] BaseChyz [305] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller route Path /site/login
|
|
8395
|
+
[2022-01-06T14.39.45.785] [DEBUG] BaseChyz [305] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller route Path /site/logout
|
|
8396
|
+
[2022-01-06T14.39.45.788] [DEBUG] BaseChyz [305] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller route Path /site/signup
|
|
8397
|
+
[2022-01-06T14.39.45.796] [INFO] BaseChyz [197] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Express Server Starting
|
|
8398
|
+
[2022-01-06T14.39.45.799] [INFO] BaseChyz [197] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Express Server Start
|
|
8399
|
+
[2022-01-06T14.39.45.800] [INFO] BaseChyz [197] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Liten Port 3000
|
|
8400
|
+
[2022-01-06T14.39.45.800] [INFO] BaseChyz [197] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - http://localhost:3000
|
|
8401
|
+
[2022-01-06T14.39.45.805] [INFO] BaseChyz [197] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - http://192.168.56.1:3000
|
|
8402
|
+
[2022-01-06T14.39.46.409] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Call Request id api
|
|
8403
|
+
[2022-01-06T14.39.46.493] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Executing (default): SELECT 1+1 AS result
|
|
8404
|
+
[2022-01-06T14.39.46.558] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Executing (default): SELECT "id", "name", "username", "password", "email", "permissions_id", "authkey", "status" FROM "users" AS "User" WHERE "User"."id" = 1;
|
|
8405
|
+
[2022-01-06T14.39.46.559] [INFO] BaseChyz [197] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Connection has been established successfully.
|
|
8406
|
+
[2022-01-06T14.39.46.625] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Find Identity By AccessToken: User Found {
|
|
8407
|
+
user: 1,
|
|
8408
|
+
ip: '::1',
|
|
8409
|
+
agent: 'PostmanRuntime/7.28.4',
|
|
8410
|
+
platform: 'admin',
|
|
8411
|
+
role: [ 'admin' ],
|
|
8412
|
+
permissions: [
|
|
8413
|
+
'alprboxkoli',
|
|
8414
|
+
'edisboxkoli',
|
|
8415
|
+
'hubboxkoli',
|
|
8416
|
+
'edisboxold',
|
|
8417
|
+
'edisboxnew',
|
|
8418
|
+
'hubboxold',
|
|
8419
|
+
'hubboxnew',
|
|
8420
|
+
'alprboxold',
|
|
8421
|
+
'alprboxnew'
|
|
8422
|
+
],
|
|
8423
|
+
iat: 1641464614
|
|
8424
|
+
}
|
|
8425
|
+
[2022-01-06T14.40.16.905] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Model init.... CategoriesClass
|
|
8426
|
+
[2022-01-06T14.40.16.908] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Relation init.... CategoriesClass
|
|
8427
|
+
[2022-01-06T14.40.16.910] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Model init.... CustomerClass
|
|
8428
|
+
[2022-01-06T14.40.16.911] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Relation init.... CustomerClass
|
|
8429
|
+
[2022-01-06T14.40.16.911] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Model init.... OrderClass
|
|
8430
|
+
[2022-01-06T14.40.16.912] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Relation init.... OrderClass
|
|
8431
|
+
[2022-01-06T14.40.16.912] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Model init.... OrderItemClass
|
|
8432
|
+
[2022-01-06T14.40.16.913] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Relation init.... OrderItemClass
|
|
8433
|
+
[2022-01-06T14.40.16.913] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Model init.... ProductModelsClass
|
|
8434
|
+
[2022-01-06T14.40.16.913] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Relation init.... ProductModelsClass
|
|
8435
|
+
[2022-01-06T14.40.16.913] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Model init.... ProductsClass
|
|
8436
|
+
[2022-01-06T14.40.16.914] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Relation init.... ProductsClass
|
|
8437
|
+
[2022-01-06T14.40.16.915] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Model init.... ProductToCategoriesClass
|
|
8438
|
+
[2022-01-06T14.40.16.915] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Relation init.... ProductToCategoriesClass
|
|
8439
|
+
[2022-01-06T14.40.16.916] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Model init.... StocksClass
|
|
8440
|
+
[2022-01-06T14.40.16.916] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Relation init.... StocksClass
|
|
8441
|
+
[2022-01-06T14.40.16.916] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Model init.... UserPermissionClass
|
|
8442
|
+
[2022-01-06T14.40.16.917] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Relation init.... UserPermissionClass
|
|
8443
|
+
[2022-01-06T14.40.17.007] [DEBUG] BaseChyz [298] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller load ApiController (/api)
|
|
8444
|
+
[2022-01-06T14.40.17.008] [DEBUG] BaseChyz [305] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller route Path /api/
|
|
8445
|
+
[2022-01-06T14.40.17.009] [DEBUG] BaseChyz [305] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller route Path /api/orderCreate
|
|
8446
|
+
[2022-01-06T14.40.17.009] [DEBUG] BaseChyz [305] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller route Path /api/order/list
|
|
8447
|
+
[2022-01-06T14.40.17.009] [DEBUG] BaseChyz [305] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller route Path /api/categories
|
|
8448
|
+
[2022-01-06T14.40.17.086] [DEBUG] BaseChyz [298] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller load ApiController (/basic/api)
|
|
8449
|
+
[2022-01-06T14.40.17.087] [DEBUG] BaseChyz [305] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller route Path /basic/api/
|
|
8450
|
+
[2022-01-06T14.40.17.087] [DEBUG] BaseChyz [305] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller route Path /basic/api/orderCreate
|
|
8451
|
+
[2022-01-06T14.40.17.087] [DEBUG] BaseChyz [305] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller route Path /basic/api/order/list
|
|
8452
|
+
[2022-01-06T14.40.17.088] [DEBUG] BaseChyz [305] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller route Path /basic/api/categories
|
|
8453
|
+
[2022-01-06T14.40.17.191] [DEBUG] BaseChyz [298] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller load ApiController (/oauth2.0)
|
|
8454
|
+
[2022-01-06T14.40.17.192] [DEBUG] BaseChyz [305] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller route Path /oauth2.0/
|
|
8455
|
+
[2022-01-06T14.40.17.192] [DEBUG] BaseChyz [305] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller route Path /oauth2.0/orderCreate
|
|
8456
|
+
[2022-01-06T14.40.17.230] [DEBUG] BaseChyz [298] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller load PublicController (/public)
|
|
8457
|
+
[2022-01-06T14.40.17.231] [DEBUG] BaseChyz [305] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller route Path /public/
|
|
8458
|
+
[2022-01-06T14.40.17.392] [DEBUG] BaseChyz [298] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller load SiteController (/site)
|
|
8459
|
+
[2022-01-06T14.40.17.393] [DEBUG] BaseChyz [305] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller route Path /site/index
|
|
8460
|
+
[2022-01-06T14.40.17.393] [DEBUG] BaseChyz [305] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller route Path /site/login
|
|
8461
|
+
[2022-01-06T14.40.17.393] [DEBUG] BaseChyz [305] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller route Path /site/logout
|
|
8462
|
+
[2022-01-06T14.40.17.394] [DEBUG] BaseChyz [305] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller route Path /site/signup
|
|
8463
|
+
[2022-01-06T14.40.17.402] [INFO] BaseChyz [197] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Express Server Starting
|
|
8464
|
+
[2022-01-06T14.40.17.405] [INFO] BaseChyz [197] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Express Server Start
|
|
8465
|
+
[2022-01-06T14.40.17.405] [INFO] BaseChyz [197] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Liten Port 3000
|
|
8466
|
+
[2022-01-06T14.40.17.406] [INFO] BaseChyz [197] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - http://localhost:3000
|
|
8467
|
+
[2022-01-06T14.40.17.411] [INFO] BaseChyz [197] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - http://192.168.56.1:3000
|
|
8468
|
+
[2022-01-06T14.40.18.107] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Executing (default): SELECT 1+1 AS result
|
|
8469
|
+
[2022-01-06T14.40.18.171] [INFO] BaseChyz [197] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Connection has been established successfully.
|
|
8470
|
+
[2022-01-06T14.40.40.541] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Model init.... CategoriesClass
|
|
8471
|
+
[2022-01-06T14.40.40.544] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Relation init.... CategoriesClass
|
|
8472
|
+
[2022-01-06T14.40.40.546] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Model init.... CustomerClass
|
|
8473
|
+
[2022-01-06T14.40.40.547] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Relation init.... CustomerClass
|
|
8474
|
+
[2022-01-06T14.40.40.547] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Model init.... OrderClass
|
|
8475
|
+
[2022-01-06T14.40.40.547] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Relation init.... OrderClass
|
|
8476
|
+
[2022-01-06T14.40.40.548] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Model init.... OrderItemClass
|
|
8477
|
+
[2022-01-06T14.40.40.548] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Relation init.... OrderItemClass
|
|
8478
|
+
[2022-01-06T14.40.40.548] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Model init.... ProductModelsClass
|
|
8479
|
+
[2022-01-06T14.40.40.549] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Relation init.... ProductModelsClass
|
|
8480
|
+
[2022-01-06T14.40.40.549] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Model init.... ProductsClass
|
|
8481
|
+
[2022-01-06T14.40.40.549] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Relation init.... ProductsClass
|
|
8482
|
+
[2022-01-06T14.40.40.551] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Model init.... ProductToCategoriesClass
|
|
8483
|
+
[2022-01-06T14.40.40.551] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Relation init.... ProductToCategoriesClass
|
|
8484
|
+
[2022-01-06T14.40.40.551] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Model init.... StocksClass
|
|
8485
|
+
[2022-01-06T14.40.40.552] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Relation init.... StocksClass
|
|
8486
|
+
[2022-01-06T14.40.40.552] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Model init.... UserPermissionClass
|
|
8487
|
+
[2022-01-06T14.40.40.552] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Relation init.... UserPermissionClass
|
|
8488
|
+
[2022-01-06T14.40.40.640] [DEBUG] BaseChyz [298] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller load ApiController (/api)
|
|
8489
|
+
[2022-01-06T14.40.40.640] [DEBUG] BaseChyz [305] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller route Path /api/
|
|
8490
|
+
[2022-01-06T14.40.40.641] [DEBUG] BaseChyz [305] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller route Path /api/orderCreate
|
|
8491
|
+
[2022-01-06T14.40.40.641] [DEBUG] BaseChyz [305] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller route Path /api/order/list
|
|
8492
|
+
[2022-01-06T14.40.40.642] [DEBUG] BaseChyz [305] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller route Path /api/categories
|
|
8493
|
+
[2022-01-06T14.40.40.716] [DEBUG] BaseChyz [298] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller load ApiController (/basic/api)
|
|
8494
|
+
[2022-01-06T14.40.40.716] [DEBUG] BaseChyz [305] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller route Path /basic/api/
|
|
8495
|
+
[2022-01-06T14.40.40.717] [DEBUG] BaseChyz [305] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller route Path /basic/api/orderCreate
|
|
8496
|
+
[2022-01-06T14.40.40.717] [DEBUG] BaseChyz [305] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller route Path /basic/api/order/list
|
|
8497
|
+
[2022-01-06T14.40.40.718] [DEBUG] BaseChyz [305] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller route Path /basic/api/categories
|
|
8498
|
+
[2022-01-06T14.40.40.814] [DEBUG] BaseChyz [298] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller load ApiController (/oauth2.0)
|
|
8499
|
+
[2022-01-06T14.40.40.815] [DEBUG] BaseChyz [305] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller route Path /oauth2.0/
|
|
8500
|
+
[2022-01-06T14.40.40.815] [DEBUG] BaseChyz [305] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller route Path /oauth2.0/orderCreate
|
|
8501
|
+
[2022-01-06T14.40.40.864] [DEBUG] BaseChyz [298] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller load PublicController (/public)
|
|
8502
|
+
[2022-01-06T14.40.40.865] [DEBUG] BaseChyz [305] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller route Path /public/
|
|
8503
|
+
[2022-01-06T14.40.41.023] [DEBUG] BaseChyz [298] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller load SiteController (/site)
|
|
8504
|
+
[2022-01-06T14.40.41.024] [DEBUG] BaseChyz [305] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller route Path /site/index
|
|
8505
|
+
[2022-01-06T14.40.41.024] [DEBUG] BaseChyz [305] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller route Path /site/login
|
|
8506
|
+
[2022-01-06T14.40.41.025] [DEBUG] BaseChyz [305] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller route Path /site/logout
|
|
8507
|
+
[2022-01-06T14.40.41.025] [DEBUG] BaseChyz [305] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller route Path /site/signup
|
|
8508
|
+
[2022-01-06T14.40.41.032] [INFO] BaseChyz [197] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Express Server Starting
|
|
8509
|
+
[2022-01-06T14.40.41.035] [INFO] BaseChyz [197] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Express Server Start
|
|
8510
|
+
[2022-01-06T14.40.41.036] [INFO] BaseChyz [197] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Liten Port 3000
|
|
8511
|
+
[2022-01-06T14.40.41.036] [INFO] BaseChyz [197] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - http://localhost:3000
|
|
8512
|
+
[2022-01-06T14.40.41.041] [INFO] BaseChyz [197] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - http://192.168.56.1:3000
|
|
8513
|
+
[2022-01-06T14.40.41.722] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Executing (default): SELECT 1+1 AS result
|
|
8514
|
+
[2022-01-06T14.40.41.787] [INFO] BaseChyz [197] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Connection has been established successfully.
|
|
8515
|
+
[2022-01-06T14.40.56.004] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Model init.... CategoriesClass
|
|
8516
|
+
[2022-01-06T14.40.56.007] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Relation init.... CategoriesClass
|
|
8517
|
+
[2022-01-06T14.40.56.010] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Model init.... CustomerClass
|
|
8518
|
+
[2022-01-06T14.40.56.010] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Relation init.... CustomerClass
|
|
8519
|
+
[2022-01-06T14.40.56.011] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Model init.... OrderClass
|
|
8520
|
+
[2022-01-06T14.40.56.011] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Relation init.... OrderClass
|
|
8521
|
+
[2022-01-06T14.40.56.011] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Model init.... OrderItemClass
|
|
8522
|
+
[2022-01-06T14.40.56.012] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Relation init.... OrderItemClass
|
|
8523
|
+
[2022-01-06T14.40.56.012] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Model init.... ProductModelsClass
|
|
8524
|
+
[2022-01-06T14.40.56.012] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Relation init.... ProductModelsClass
|
|
8525
|
+
[2022-01-06T14.40.56.013] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Model init.... ProductsClass
|
|
8526
|
+
[2022-01-06T14.40.56.013] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Relation init.... ProductsClass
|
|
8527
|
+
[2022-01-06T14.40.56.014] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Model init.... ProductToCategoriesClass
|
|
8528
|
+
[2022-01-06T14.40.56.014] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Relation init.... ProductToCategoriesClass
|
|
8529
|
+
[2022-01-06T14.40.56.015] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Model init.... StocksClass
|
|
8530
|
+
[2022-01-06T14.40.56.015] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Relation init.... StocksClass
|
|
8531
|
+
[2022-01-06T14.40.56.016] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Model init.... UserPermissionClass
|
|
8532
|
+
[2022-01-06T14.40.56.016] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Relation init.... UserPermissionClass
|
|
8533
|
+
[2022-01-06T14.40.56.106] [DEBUG] BaseChyz [298] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller load ApiController (/api)
|
|
8534
|
+
[2022-01-06T14.40.56.106] [DEBUG] BaseChyz [305] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller route Path /api/
|
|
8535
|
+
[2022-01-06T14.40.56.107] [DEBUG] BaseChyz [305] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller route Path /api/orderCreate
|
|
8536
|
+
[2022-01-06T14.40.56.107] [DEBUG] BaseChyz [305] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller route Path /api/order/list
|
|
8537
|
+
[2022-01-06T14.40.56.108] [DEBUG] BaseChyz [305] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller route Path /api/categories
|
|
8538
|
+
[2022-01-06T14.40.56.181] [DEBUG] BaseChyz [298] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller load ApiController (/basic/api)
|
|
8539
|
+
[2022-01-06T14.40.56.182] [DEBUG] BaseChyz [305] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller route Path /basic/api/
|
|
8540
|
+
[2022-01-06T14.40.56.182] [DEBUG] BaseChyz [305] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller route Path /basic/api/orderCreate
|
|
8541
|
+
[2022-01-06T14.40.56.183] [DEBUG] BaseChyz [305] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller route Path /basic/api/order/list
|
|
8542
|
+
[2022-01-06T14.40.56.183] [DEBUG] BaseChyz [305] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller route Path /basic/api/categories
|
|
8543
|
+
[2022-01-06T14.40.56.283] [DEBUG] BaseChyz [298] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller load ApiController (/oauth2.0)
|
|
8544
|
+
[2022-01-06T14.40.56.283] [DEBUG] BaseChyz [305] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller route Path /oauth2.0/
|
|
8545
|
+
[2022-01-06T14.40.56.284] [DEBUG] BaseChyz [305] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller route Path /oauth2.0/orderCreate
|
|
8546
|
+
[2022-01-06T14.40.56.328] [DEBUG] BaseChyz [298] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller load PublicController (/public)
|
|
8547
|
+
[2022-01-06T14.40.56.328] [DEBUG] BaseChyz [305] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller route Path /public/
|
|
8548
|
+
[2022-01-06T14.40.56.483] [DEBUG] BaseChyz [298] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller load SiteController (/site)
|
|
8549
|
+
[2022-01-06T14.40.56.483] [DEBUG] BaseChyz [305] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller route Path /site/index
|
|
8550
|
+
[2022-01-06T14.40.56.484] [DEBUG] BaseChyz [305] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller route Path /site/login
|
|
8551
|
+
[2022-01-06T14.40.56.484] [DEBUG] BaseChyz [305] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller route Path /site/logout
|
|
8552
|
+
[2022-01-06T14.40.56.485] [DEBUG] BaseChyz [305] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller route Path /site/signup
|
|
8553
|
+
[2022-01-06T14.40.56.493] [INFO] BaseChyz [197] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Express Server Starting
|
|
8554
|
+
[2022-01-06T14.40.56.496] [INFO] BaseChyz [197] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Express Server Start
|
|
8555
|
+
[2022-01-06T14.40.56.496] [INFO] BaseChyz [197] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Liten Port 3000
|
|
8556
|
+
[2022-01-06T14.40.56.497] [INFO] BaseChyz [197] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - http://localhost:3000
|
|
8557
|
+
[2022-01-06T14.40.56.502] [INFO] BaseChyz [197] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - http://192.168.56.1:3000
|
|
8558
|
+
[2022-01-06T14.40.57.185] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Executing (default): SELECT 1+1 AS result
|
|
8559
|
+
[2022-01-06T14.40.57.249] [INFO] BaseChyz [197] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Connection has been established successfully.
|
|
8560
|
+
[2022-01-06T14.40.57.568] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Call Request id api
|
|
8561
|
+
[2022-01-06T14.40.57.579] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Executing (default): SELECT "id", "name", "username", "password", "email", "permissions_id", "authkey", "status" FROM "users" AS "User" WHERE "User"."id" = 1;
|
|
8562
|
+
[2022-01-06T14.40.57.649] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Find Identity By AccessToken: User Found {
|
|
8563
|
+
user: 1,
|
|
8564
|
+
ip: '::1',
|
|
8565
|
+
agent: 'PostmanRuntime/7.28.4',
|
|
8566
|
+
platform: 'admin',
|
|
8567
|
+
role: [ 'admin' ],
|
|
8568
|
+
permissions: [
|
|
8569
|
+
'alprboxkoli',
|
|
8570
|
+
'edisboxkoli',
|
|
8571
|
+
'hubboxkoli',
|
|
8572
|
+
'edisboxold',
|
|
8573
|
+
'edisboxnew',
|
|
8574
|
+
'hubboxold',
|
|
8575
|
+
'hubboxnew',
|
|
8576
|
+
'alprboxold',
|
|
8577
|
+
'alprboxnew'
|
|
8578
|
+
],
|
|
8579
|
+
iat: 1641464614
|
|
8580
|
+
}
|
|
8581
|
+
[2022-01-06T14.45.38.300] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Model init.... CategoriesClass
|
|
8582
|
+
[2022-01-06T14.45.38.303] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Relation init.... CategoriesClass
|
|
8583
|
+
[2022-01-06T14.45.38.305] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Model init.... CustomerClass
|
|
8584
|
+
[2022-01-06T14.45.38.306] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Relation init.... CustomerClass
|
|
8585
|
+
[2022-01-06T14.45.38.307] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Model init.... OrderClass
|
|
8586
|
+
[2022-01-06T14.45.38.307] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Relation init.... OrderClass
|
|
8587
|
+
[2022-01-06T14.45.38.307] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Model init.... OrderItemClass
|
|
8588
|
+
[2022-01-06T14.45.38.308] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Relation init.... OrderItemClass
|
|
8589
|
+
[2022-01-06T14.45.38.308] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Model init.... ProductModelsClass
|
|
8590
|
+
[2022-01-06T14.45.38.308] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Relation init.... ProductModelsClass
|
|
8591
|
+
[2022-01-06T14.45.38.309] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Model init.... ProductsClass
|
|
8592
|
+
[2022-01-06T14.45.38.309] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Relation init.... ProductsClass
|
|
8593
|
+
[2022-01-06T14.45.38.310] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Model init.... ProductToCategoriesClass
|
|
8594
|
+
[2022-01-06T14.45.38.311] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Relation init.... ProductToCategoriesClass
|
|
8595
|
+
[2022-01-06T14.45.38.311] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Model init.... StocksClass
|
|
8596
|
+
[2022-01-06T14.45.38.311] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Relation init.... StocksClass
|
|
8597
|
+
[2022-01-06T14.45.38.312] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Model init.... UserPermissionClass
|
|
8598
|
+
[2022-01-06T14.45.38.312] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Relation init.... UserPermissionClass
|
|
8599
|
+
[2022-01-06T14.45.38.403] [DEBUG] BaseChyz [298] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller load ApiController (/api)
|
|
8600
|
+
[2022-01-06T14.45.38.404] [DEBUG] BaseChyz [305] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller route Path /api/
|
|
8601
|
+
[2022-01-06T14.45.38.404] [DEBUG] BaseChyz [305] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller route Path /api/orderCreate
|
|
8602
|
+
[2022-01-06T14.45.38.405] [DEBUG] BaseChyz [305] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller route Path /api/order/list
|
|
8603
|
+
[2022-01-06T14.45.38.405] [DEBUG] BaseChyz [305] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller route Path /api/categories
|
|
8604
|
+
[2022-01-06T14.45.38.477] [DEBUG] BaseChyz [298] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller load ApiController (/basic/api)
|
|
8605
|
+
[2022-01-06T14.45.38.477] [DEBUG] BaseChyz [305] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller route Path /basic/api/
|
|
8606
|
+
[2022-01-06T14.45.38.478] [DEBUG] BaseChyz [305] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller route Path /basic/api/orderCreate
|
|
8607
|
+
[2022-01-06T14.45.38.478] [DEBUG] BaseChyz [305] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller route Path /basic/api/order/list
|
|
8608
|
+
[2022-01-06T14.45.38.478] [DEBUG] BaseChyz [305] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller route Path /basic/api/categories
|
|
8609
|
+
[2022-01-06T14.45.38.574] [DEBUG] BaseChyz [298] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller load ApiController (/oauth2.0)
|
|
8610
|
+
[2022-01-06T14.45.38.575] [DEBUG] BaseChyz [305] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller route Path /oauth2.0/
|
|
8611
|
+
[2022-01-06T14.45.38.575] [DEBUG] BaseChyz [305] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller route Path /oauth2.0/orderCreate
|
|
8612
|
+
[2022-01-06T14.45.38.612] [DEBUG] BaseChyz [298] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller load PublicController (/public)
|
|
8613
|
+
[2022-01-06T14.45.38.613] [DEBUG] BaseChyz [305] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller route Path /public/
|
|
8614
|
+
[2022-01-06T14.45.38.755] [DEBUG] BaseChyz [298] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller load SiteController (/site)
|
|
8615
|
+
[2022-01-06T14.45.38.756] [DEBUG] BaseChyz [305] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller route Path /site/index
|
|
8616
|
+
[2022-01-06T14.45.38.756] [DEBUG] BaseChyz [305] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller route Path /site/login
|
|
8617
|
+
[2022-01-06T14.45.38.756] [DEBUG] BaseChyz [305] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller route Path /site/logout
|
|
8618
|
+
[2022-01-06T14.45.38.757] [DEBUG] BaseChyz [305] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller route Path /site/signup
|
|
8619
|
+
[2022-01-06T14.45.38.764] [INFO] BaseChyz [197] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Express Server Starting
|
|
8620
|
+
[2022-01-06T14.45.38.766] [INFO] BaseChyz [197] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Express Server Start
|
|
8621
|
+
[2022-01-06T14.45.38.767] [INFO] BaseChyz [197] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Liten Port 3000
|
|
8622
|
+
[2022-01-06T14.45.38.767] [INFO] BaseChyz [197] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - http://localhost:3000
|
|
8623
|
+
[2022-01-06T14.45.38.772] [INFO] BaseChyz [197] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - http://192.168.56.1:3000
|
|
8624
|
+
[2022-01-06T14.45.39.458] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Executing (default): SELECT 1+1 AS result
|
|
8625
|
+
[2022-01-06T14.45.39.522] [INFO] BaseChyz [197] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Connection has been established successfully.
|
|
8626
|
+
[2022-01-06T14.46.56.952] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Call Request id api
|
|
8627
|
+
[2022-01-06T14.46.57.240] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Executing (default): SELECT "id", "name", "username", "password", "email", "permissions_id", "authkey", "status" FROM "users" AS "User" WHERE "User"."id" = 1;
|
|
8628
|
+
[2022-01-06T14.46.57.313] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Find Identity By AccessToken: User Found {
|
|
8629
|
+
user: 1,
|
|
8630
|
+
ip: '::1',
|
|
8631
|
+
agent: 'PostmanRuntime/7.28.4',
|
|
8632
|
+
platform: 'admin',
|
|
8633
|
+
role: [ 'admin' ],
|
|
8634
|
+
permissions: [
|
|
8635
|
+
'alprboxkoli',
|
|
8636
|
+
'edisboxkoli',
|
|
8637
|
+
'hubboxkoli',
|
|
8638
|
+
'edisboxold',
|
|
8639
|
+
'edisboxnew',
|
|
8640
|
+
'hubboxold',
|
|
8641
|
+
'hubboxnew',
|
|
8642
|
+
'alprboxold',
|
|
8643
|
+
'alprboxnew'
|
|
8644
|
+
],
|
|
8645
|
+
iat: 1641464614
|
|
8646
|
+
}
|
|
8647
|
+
[2022-01-06T14.46.57.317] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Find Identity By AccessToken: User Verify Success
|
|
8648
|
+
[2022-01-06T14.47.37.646] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Request ID chyzzzz_1
|
|
8649
|
+
[2022-01-06T14.47.37.649] [ERROR] BaseChyz [205] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - EagerLoadingError [SequelizeEagerLoadingError]: ProductModelsClass is not associated to ProductsClass!
|
|
8650
|
+
at Function._getIncludedAssociation (C:\PROJELER\github\Chy-Nodejs-Framework\node_modules\sequelize\lib\model.js:710:13)
|
|
8651
|
+
at Function._validateIncludedElement (C:\PROJELER\github\Chy-Nodejs-Framework\node_modules\sequelize\lib\model.js:614:53)
|
|
8652
|
+
at C:\PROJELER\github\Chy-Nodejs-Framework\node_modules\sequelize\lib\model.js:509:37
|
|
8653
|
+
at Array.map (<anonymous>)
|
|
8654
|
+
at Function._validateIncludedElements (C:\PROJELER\github\Chy-Nodejs-Framework\node_modules\sequelize\lib\model.js:504:39)
|
|
8655
|
+
at Function.findAll (C:\PROJELER\github\Chy-Nodejs-Framework\node_modules\sequelize\lib\model.js:1723:12)
|
|
8656
|
+
at processTicksAndRejections (internal/process/task_queues.js:93:5)
|
|
8657
|
+
[2022-01-06T14.48.09.294] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Call Request id api
|
|
8658
|
+
[2022-01-06T14.48.09.567] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Executing (default): SELECT "id", "name", "username", "password", "email", "permissions_id", "authkey", "status" FROM "users" AS "User" WHERE "User"."id" = 1;
|
|
8659
|
+
[2022-01-06T14.48.09.635] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Find Identity By AccessToken: User Found {
|
|
8660
|
+
user: 1,
|
|
8661
|
+
ip: '::1',
|
|
8662
|
+
agent: 'PostmanRuntime/7.28.4',
|
|
8663
|
+
platform: 'admin',
|
|
8664
|
+
role: [ 'admin' ],
|
|
8665
|
+
permissions: [
|
|
8666
|
+
'alprboxkoli',
|
|
8667
|
+
'edisboxkoli',
|
|
8668
|
+
'hubboxkoli',
|
|
8669
|
+
'edisboxold',
|
|
8670
|
+
'edisboxnew',
|
|
8671
|
+
'hubboxold',
|
|
8672
|
+
'hubboxnew',
|
|
8673
|
+
'alprboxold',
|
|
8674
|
+
'alprboxnew'
|
|
8675
|
+
],
|
|
8676
|
+
iat: 1641464614
|
|
8677
|
+
}
|
|
8678
|
+
[2022-01-06T14.51.37.422] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Model init.... AuthAssignmentClass
|
|
8679
|
+
[2022-01-06T14.51.37.424] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Relation init.... AuthAssignmentClass
|
|
8680
|
+
[2022-01-06T14.51.37.427] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Model init.... AuthItemClass
|
|
8681
|
+
[2022-01-06T14.51.37.427] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Relation init.... AuthItemClass
|
|
8682
|
+
[2022-01-06T14.51.37.428] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Model init.... AuthItemChildClass
|
|
8683
|
+
[2022-01-06T14.51.37.428] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Relation init.... AuthItemChildClass
|
|
8684
|
+
[2022-01-06T14.51.37.429] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Model init.... CategoriesClass
|
|
8685
|
+
[2022-01-06T14.51.37.429] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Relation init.... CategoriesClass
|
|
8686
|
+
[2022-01-06T14.51.37.431] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Model init.... CustomerClass
|
|
8687
|
+
[2022-01-06T14.51.37.431] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Relation init.... CustomerClass
|
|
8688
|
+
[2022-01-06T14.51.37.432] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Model init.... OrderClass
|
|
8689
|
+
[2022-01-06T14.51.37.432] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Relation init.... OrderClass
|
|
8690
|
+
[2022-01-06T14.51.37.432] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Model init.... OrderItemClass
|
|
8691
|
+
[2022-01-06T14.51.37.433] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Relation init.... OrderItemClass
|
|
8692
|
+
[2022-01-06T14.51.37.433] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Model init.... ProductModelsClass
|
|
8693
|
+
[2022-01-06T14.51.37.433] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Relation init.... ProductModelsClass
|
|
8694
|
+
[2022-01-06T14.51.37.434] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Model init.... ProductsClass
|
|
8695
|
+
[2022-01-06T14.51.37.434] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Relation init.... ProductsClass
|
|
8696
|
+
[2022-01-06T14.51.37.435] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Model init.... ProductToCategoriesClass
|
|
8697
|
+
[2022-01-06T14.51.37.436] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Relation init.... ProductToCategoriesClass
|
|
8698
|
+
[2022-01-06T14.51.37.436] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Model init.... StocksClass
|
|
8699
|
+
[2022-01-06T14.51.37.436] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Relation init.... StocksClass
|
|
8700
|
+
[2022-01-06T14.51.37.437] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Model init.... UserPermissionClass
|
|
8701
|
+
[2022-01-06T14.51.37.437] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Relation init.... UserPermissionClass
|
|
8702
|
+
[2022-01-06T14.51.37.526] [DEBUG] BaseChyz [298] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller load ApiController (/api)
|
|
8703
|
+
[2022-01-06T14.51.37.526] [DEBUG] BaseChyz [305] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller route Path /api/
|
|
8704
|
+
[2022-01-06T14.51.37.527] [DEBUG] BaseChyz [305] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller route Path /api/orderCreate
|
|
8705
|
+
[2022-01-06T14.51.37.527] [DEBUG] BaseChyz [305] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller route Path /api/order/list
|
|
8706
|
+
[2022-01-06T14.51.37.527] [DEBUG] BaseChyz [305] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller route Path /api/categories
|
|
8707
|
+
[2022-01-06T14.51.37.600] [DEBUG] BaseChyz [298] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller load ApiController (/basic/api)
|
|
8708
|
+
[2022-01-06T14.51.37.600] [DEBUG] BaseChyz [305] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller route Path /basic/api/
|
|
8709
|
+
[2022-01-06T14.51.37.601] [DEBUG] BaseChyz [305] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller route Path /basic/api/orderCreate
|
|
8710
|
+
[2022-01-06T14.51.37.601] [DEBUG] BaseChyz [305] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller route Path /basic/api/order/list
|
|
8711
|
+
[2022-01-06T14.51.37.601] [DEBUG] BaseChyz [305] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller route Path /basic/api/categories
|
|
8712
|
+
[2022-01-06T14.51.37.700] [DEBUG] BaseChyz [298] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller load ApiController (/oauth2.0)
|
|
8713
|
+
[2022-01-06T14.51.37.700] [DEBUG] BaseChyz [305] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller route Path /oauth2.0/
|
|
8714
|
+
[2022-01-06T14.51.37.701] [DEBUG] BaseChyz [305] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller route Path /oauth2.0/orderCreate
|
|
8715
|
+
[2022-01-06T14.51.37.737] [DEBUG] BaseChyz [298] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller load PublicController (/public)
|
|
8716
|
+
[2022-01-06T14.51.37.738] [DEBUG] BaseChyz [305] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller route Path /public/
|
|
8717
|
+
[2022-01-06T14.51.37.877] [DEBUG] BaseChyz [298] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller load SiteController (/site)
|
|
8718
|
+
[2022-01-06T14.51.37.877] [DEBUG] BaseChyz [305] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller route Path /site/index
|
|
8719
|
+
[2022-01-06T14.51.37.878] [DEBUG] BaseChyz [305] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller route Path /site/login
|
|
8720
|
+
[2022-01-06T14.51.37.878] [DEBUG] BaseChyz [305] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller route Path /site/logout
|
|
8721
|
+
[2022-01-06T14.51.37.878] [DEBUG] BaseChyz [305] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller route Path /site/signup
|
|
8722
|
+
[2022-01-06T14.51.37.886] [INFO] BaseChyz [197] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Express Server Starting
|
|
8723
|
+
[2022-01-06T14.51.37.890] [INFO] BaseChyz [197] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Express Server Start
|
|
8724
|
+
[2022-01-06T14.51.37.891] [INFO] BaseChyz [197] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Liten Port 3000
|
|
8725
|
+
[2022-01-06T14.51.37.892] [INFO] BaseChyz [197] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - http://localhost:3000
|
|
8726
|
+
[2022-01-06T14.51.37.897] [INFO] BaseChyz [197] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - http://192.168.56.1:3000
|
|
8727
|
+
[2022-01-06T14.51.38.587] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Executing (default): SELECT 1+1 AS result
|
|
8728
|
+
[2022-01-06T14.51.38.654] [INFO] BaseChyz [197] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Connection has been established successfully.
|
|
8729
|
+
[2022-01-06T14.51.43.307] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Call Request id api
|
|
8730
|
+
[2022-01-06T14.51.43.317] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Executing (default): SELECT "id", "name", "username", "password", "email", "permissions_id", "authkey", "status" FROM "users" AS "User" WHERE "User"."id" = 1;
|
|
8731
|
+
[2022-01-06T14.51.43.389] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Find Identity By AccessToken: User Found {
|
|
8732
|
+
user: 1,
|
|
8733
|
+
ip: '::1',
|
|
8734
|
+
agent: 'PostmanRuntime/7.28.4',
|
|
8735
|
+
platform: 'admin',
|
|
8736
|
+
role: [ 'admin' ],
|
|
8737
|
+
permissions: [
|
|
8738
|
+
'alprboxkoli',
|
|
8739
|
+
'edisboxkoli',
|
|
8740
|
+
'hubboxkoli',
|
|
8741
|
+
'edisboxold',
|
|
8742
|
+
'edisboxnew',
|
|
8743
|
+
'hubboxold',
|
|
8744
|
+
'hubboxnew',
|
|
8745
|
+
'alprboxold',
|
|
8746
|
+
'alprboxnew'
|
|
8747
|
+
],
|
|
8748
|
+
iat: 1641464614
|
|
8749
|
+
}
|
|
8750
|
+
[2022-01-06T14.51.43.391] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Find Identity By AccessToken: User Verify Success
|
|
8751
|
+
[2022-01-06T14.51.52.949] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Request ID chyzzzz_1
|
|
8752
|
+
[2022-01-06T14.51.52.952] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Executing (default): SELECT "item_name", "user_id" FROM "auth_assignment" AS "AuthAssignmentClass" WHERE "AuthAssignmentClass"."user_id" = '1';
|
|
8753
|
+
[2022-01-06T14.51.52.952] [ERROR] BaseChyz [205] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - EagerLoadingError [SequelizeEagerLoadingError]: ProductModelsClass is not associated to ProductsClass!
|
|
8754
|
+
at Function._getIncludedAssociation (C:\PROJELER\github\Chy-Nodejs-Framework\node_modules\sequelize\lib\model.js:710:13)
|
|
8755
|
+
at Function._validateIncludedElement (C:\PROJELER\github\Chy-Nodejs-Framework\node_modules\sequelize\lib\model.js:614:53)
|
|
8756
|
+
at C:\PROJELER\github\Chy-Nodejs-Framework\node_modules\sequelize\lib\model.js:509:37
|
|
8757
|
+
at Array.map (<anonymous>)
|
|
8758
|
+
at Function._validateIncludedElements (C:\PROJELER\github\Chy-Nodejs-Framework\node_modules\sequelize\lib\model.js:504:39)
|
|
8759
|
+
at Function.findAll (C:\PROJELER\github\Chy-Nodejs-Framework\node_modules\sequelize\lib\model.js:1723:12)
|
|
8760
|
+
at processTicksAndRejections (internal/process/task_queues.js:93:5)
|
|
8761
|
+
[2022-01-06T14.54.20.605] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Model init.... AuthAssignmentClass
|
|
8762
|
+
[2022-01-06T14.54.20.608] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Relation init.... AuthAssignmentClass
|
|
8763
|
+
[2022-01-06T14.54.20.611] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Model init.... AuthItemClass
|
|
8764
|
+
[2022-01-06T14.54.20.612] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Relation init.... AuthItemClass
|
|
8765
|
+
[2022-01-06T14.54.20.613] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Model init.... AuthItemChildClass
|
|
8766
|
+
[2022-01-06T14.54.20.614] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Relation init.... AuthItemChildClass
|
|
8767
|
+
[2022-01-06T14.54.20.616] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Model init.... CategoriesClass
|
|
8768
|
+
[2022-01-06T14.54.20.616] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Relation init.... CategoriesClass
|
|
8769
|
+
[2022-01-06T14.54.20.619] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Model init.... CustomerClass
|
|
8770
|
+
[2022-01-06T14.54.20.619] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Relation init.... CustomerClass
|
|
8771
|
+
[2022-01-06T14.54.20.620] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Model init.... OrderClass
|
|
8772
|
+
[2022-01-06T14.54.20.620] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Relation init.... OrderClass
|
|
8773
|
+
[2022-01-06T14.54.20.621] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Model init.... OrderItemClass
|
|
8774
|
+
[2022-01-06T14.54.20.622] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Relation init.... OrderItemClass
|
|
8775
|
+
[2022-01-06T14.54.20.622] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Model init.... ProductModelsClass
|
|
8776
|
+
[2022-01-06T14.54.20.623] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Relation init.... ProductModelsClass
|
|
8777
|
+
[2022-01-06T14.54.20.624] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Model init.... ProductsClass
|
|
8778
|
+
[2022-01-06T14.54.20.624] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Relation init.... ProductsClass
|
|
8779
|
+
[2022-01-06T14.54.20.626] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Model init.... ProductToCategoriesClass
|
|
8780
|
+
[2022-01-06T14.54.20.627] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Relation init.... ProductToCategoriesClass
|
|
8781
|
+
[2022-01-06T14.54.20.627] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Model init.... StocksClass
|
|
8782
|
+
[2022-01-06T14.54.20.628] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Relation init.... StocksClass
|
|
8783
|
+
[2022-01-06T14.54.20.628] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Model init.... UserPermissionClass
|
|
8784
|
+
[2022-01-06T14.54.20.629] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Relation init.... UserPermissionClass
|
|
8785
|
+
[2022-01-06T14.54.20.737] [DEBUG] BaseChyz [298] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller load ApiController (/api)
|
|
8786
|
+
[2022-01-06T14.54.20.737] [DEBUG] BaseChyz [305] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller route Path /api/
|
|
8787
|
+
[2022-01-06T14.54.20.738] [DEBUG] BaseChyz [305] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller route Path /api/orderCreate
|
|
8788
|
+
[2022-01-06T14.54.20.738] [DEBUG] BaseChyz [305] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller route Path /api/order/list
|
|
8789
|
+
[2022-01-06T14.54.20.739] [DEBUG] BaseChyz [305] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller route Path /api/categories
|
|
8790
|
+
[2022-01-06T14.54.20.817] [DEBUG] BaseChyz [298] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller load ApiController (/basic/api)
|
|
8791
|
+
[2022-01-06T14.54.20.817] [DEBUG] BaseChyz [305] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller route Path /basic/api/
|
|
8792
|
+
[2022-01-06T14.54.20.818] [DEBUG] BaseChyz [305] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller route Path /basic/api/orderCreate
|
|
8793
|
+
[2022-01-06T14.54.20.818] [DEBUG] BaseChyz [305] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller route Path /basic/api/order/list
|
|
8794
|
+
[2022-01-06T14.54.20.819] [DEBUG] BaseChyz [305] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller route Path /basic/api/categories
|
|
8795
|
+
[2022-01-06T14.54.20.922] [DEBUG] BaseChyz [298] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller load ApiController (/oauth2.0)
|
|
8796
|
+
[2022-01-06T14.54.20.923] [DEBUG] BaseChyz [305] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller route Path /oauth2.0/
|
|
8797
|
+
[2022-01-06T14.54.20.923] [DEBUG] BaseChyz [305] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller route Path /oauth2.0/orderCreate
|
|
8798
|
+
[2022-01-06T14.54.20.962] [DEBUG] BaseChyz [298] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller load PublicController (/public)
|
|
8799
|
+
[2022-01-06T14.54.20.963] [DEBUG] BaseChyz [305] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller route Path /public/
|
|
8800
|
+
[2022-01-06T14.54.21.108] [DEBUG] BaseChyz [298] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller load SiteController (/site)
|
|
8801
|
+
[2022-01-06T14.54.21.108] [DEBUG] BaseChyz [305] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller route Path /site/index
|
|
8802
|
+
[2022-01-06T14.54.21.109] [DEBUG] BaseChyz [305] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller route Path /site/login
|
|
8803
|
+
[2022-01-06T14.54.21.109] [DEBUG] BaseChyz [305] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller route Path /site/logout
|
|
8804
|
+
[2022-01-06T14.54.21.109] [DEBUG] BaseChyz [305] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller route Path /site/signup
|
|
8805
|
+
[2022-01-06T14.54.21.117] [INFO] BaseChyz [197] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Express Server Starting
|
|
8806
|
+
[2022-01-06T14.54.21.119] [INFO] BaseChyz [197] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Express Server Start
|
|
8807
|
+
[2022-01-06T14.54.21.120] [INFO] BaseChyz [197] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Liten Port 3000
|
|
8808
|
+
[2022-01-06T14.54.21.120] [INFO] BaseChyz [197] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - http://localhost:3000
|
|
8809
|
+
[2022-01-06T14.54.21.125] [INFO] BaseChyz [197] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - http://192.168.56.1:3000
|
|
8810
|
+
[2022-01-06T14.54.21.833] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Executing (default): SELECT 1+1 AS result
|
|
8811
|
+
[2022-01-06T14.54.21.900] [INFO] BaseChyz [197] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Connection has been established successfully.
|
|
8812
|
+
[2022-01-06T14.54.22.285] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Call Request id api
|
|
8813
|
+
[2022-01-06T14.54.22.295] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Executing (default): SELECT "id", "name", "username", "password", "email", "permissions_id", "authkey", "status" FROM "users" AS "User" WHERE "User"."id" = 1;
|
|
8814
|
+
[2022-01-06T14.54.22.366] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Find Identity By AccessToken: User Found {
|
|
8815
|
+
user: 1,
|
|
8816
|
+
ip: '::1',
|
|
8817
|
+
agent: 'PostmanRuntime/7.28.4',
|
|
8818
|
+
platform: 'admin',
|
|
8819
|
+
role: [ 'admin' ],
|
|
8820
|
+
permissions: [
|
|
8821
|
+
'alprboxkoli',
|
|
8822
|
+
'edisboxkoli',
|
|
8823
|
+
'hubboxkoli',
|
|
8824
|
+
'edisboxold',
|
|
8825
|
+
'edisboxnew',
|
|
8826
|
+
'hubboxold',
|
|
8827
|
+
'hubboxnew',
|
|
8828
|
+
'alprboxold',
|
|
8829
|
+
'alprboxnew'
|
|
8830
|
+
],
|
|
8831
|
+
iat: 1641464614
|
|
8832
|
+
}
|
|
8833
|
+
[2022-01-06T14.54.22.369] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Find Identity By AccessToken: User Verify Success
|
|
8834
|
+
[2022-01-06T14.54.26.413] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Request ID chyzzzz_1
|
|
8835
|
+
[2022-01-06T14.54.26.416] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Executing (default): SELECT "item_name", "user_id" FROM "auth_assignment" AS "AuthAssignmentClass" WHERE "AuthAssignmentClass"."user_id" = '1';
|
|
8836
|
+
[2022-01-06T14.54.26.416] [ERROR] BaseChyz [205] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - EagerLoadingError [SequelizeEagerLoadingError]: ProductModelsClass is not associated to ProductsClass!
|
|
8837
|
+
at Function._getIncludedAssociation (C:\PROJELER\github\Chy-Nodejs-Framework\node_modules\sequelize\lib\model.js:710:13)
|
|
8838
|
+
at Function._validateIncludedElement (C:\PROJELER\github\Chy-Nodejs-Framework\node_modules\sequelize\lib\model.js:614:53)
|
|
8839
|
+
at C:\PROJELER\github\Chy-Nodejs-Framework\node_modules\sequelize\lib\model.js:509:37
|
|
8840
|
+
at Array.map (<anonymous>)
|
|
8841
|
+
at Function._validateIncludedElements (C:\PROJELER\github\Chy-Nodejs-Framework\node_modules\sequelize\lib\model.js:504:39)
|
|
8842
|
+
at Function.findAll (C:\PROJELER\github\Chy-Nodejs-Framework\node_modules\sequelize\lib\model.js:1723:12)
|
|
8843
|
+
at processTicksAndRejections (internal/process/task_queues.js:93:5)
|
|
8844
|
+
[2022-01-06T15.09.45.766] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Call Request id api
|
|
8845
|
+
[2022-01-06T15.09.46.052] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Executing (default): SELECT "id", "name", "username", "password", "email", "permissions_id", "authkey", "status" FROM "users" AS "User" WHERE "User"."id" = 1;
|
|
8846
|
+
[2022-01-06T15.09.46.122] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Find Identity By AccessToken: User Found {
|
|
8847
|
+
user: 1,
|
|
8848
|
+
ip: '::1',
|
|
8849
|
+
agent: 'PostmanRuntime/7.28.4',
|
|
8850
|
+
platform: 'admin',
|
|
8851
|
+
role: [ 'admin' ],
|
|
8852
|
+
permissions: [
|
|
8853
|
+
'alprboxkoli',
|
|
8854
|
+
'edisboxkoli',
|
|
8855
|
+
'hubboxkoli',
|
|
8856
|
+
'edisboxold',
|
|
8857
|
+
'edisboxnew',
|
|
8858
|
+
'hubboxold',
|
|
8859
|
+
'hubboxnew',
|
|
8860
|
+
'alprboxold',
|
|
8861
|
+
'alprboxnew'
|
|
8862
|
+
],
|
|
8863
|
+
iat: 1641464614
|
|
8864
|
+
}
|
|
8865
|
+
[2022-01-06T15.09.46.124] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Find Identity By AccessToken: User Verify Success
|
|
8866
|
+
[2022-01-06T15.09.49.781] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Request ID chyzzzz_2
|
|
8867
|
+
[2022-01-06T15.09.49.783] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Executing (default): SELECT "item_name", "user_id" FROM "auth_assignment" AS "AuthAssignmentClass" WHERE "AuthAssignmentClass"."user_id" = '1';
|
|
8868
|
+
[2022-01-06T15.09.49.783] [ERROR] BaseChyz [205] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - EagerLoadingError [SequelizeEagerLoadingError]: ProductModelsClass is not associated to ProductsClass!
|
|
8869
|
+
at Function._getIncludedAssociation (C:\PROJELER\github\Chy-Nodejs-Framework\node_modules\sequelize\lib\model.js:710:13)
|
|
8870
|
+
at Function._validateIncludedElement (C:\PROJELER\github\Chy-Nodejs-Framework\node_modules\sequelize\lib\model.js:614:53)
|
|
8871
|
+
at C:\PROJELER\github\Chy-Nodejs-Framework\node_modules\sequelize\lib\model.js:509:37
|
|
8872
|
+
at Array.map (<anonymous>)
|
|
8873
|
+
at Function._validateIncludedElements (C:\PROJELER\github\Chy-Nodejs-Framework\node_modules\sequelize\lib\model.js:504:39)
|
|
8874
|
+
at Function.findAll (C:\PROJELER\github\Chy-Nodejs-Framework\node_modules\sequelize\lib\model.js:1723:12)
|
|
8875
|
+
at processTicksAndRejections (internal/process/task_queues.js:93:5)
|
|
8876
|
+
[2022-01-06T15.11.28.988] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Model init.... AuthAssignmentClass
|
|
8877
|
+
[2022-01-06T15.11.28.991] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Relation init.... AuthAssignmentClass
|
|
8878
|
+
[2022-01-06T15.11.28.993] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Model init.... AuthItemClass
|
|
8879
|
+
[2022-01-06T15.11.28.993] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Relation init.... AuthItemClass
|
|
8880
|
+
[2022-01-06T15.11.28.994] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Model init.... AuthItemChildClass
|
|
8881
|
+
[2022-01-06T15.11.28.995] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Relation init.... AuthItemChildClass
|
|
8882
|
+
[2022-01-06T15.11.28.995] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Model init.... CategoriesClass
|
|
8883
|
+
[2022-01-06T15.11.28.996] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Relation init.... CategoriesClass
|
|
8884
|
+
[2022-01-06T15.11.28.997] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Model init.... CustomerClass
|
|
8885
|
+
[2022-01-06T15.11.28.998] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Relation init.... CustomerClass
|
|
8886
|
+
[2022-01-06T15.11.28.998] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Model init.... OrderClass
|
|
8887
|
+
[2022-01-06T15.11.28.998] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Relation init.... OrderClass
|
|
8888
|
+
[2022-01-06T15.11.28.999] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Model init.... OrderItemClass
|
|
8889
|
+
[2022-01-06T15.11.28.999] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Relation init.... OrderItemClass
|
|
8890
|
+
[2022-01-06T15.11.28.999] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Model init.... ProductModelsClass
|
|
8891
|
+
[2022-01-06T15.11.29.000] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Relation init.... ProductModelsClass
|
|
8892
|
+
[2022-01-06T15.11.29.000] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Model init.... ProductsClass
|
|
8893
|
+
[2022-01-06T15.11.29.000] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Relation init.... ProductsClass
|
|
8894
|
+
[2022-01-06T15.11.29.001] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Model init.... ProductToCategoriesClass
|
|
8895
|
+
[2022-01-06T15.11.29.002] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Relation init.... ProductToCategoriesClass
|
|
8896
|
+
[2022-01-06T15.11.29.002] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Model init.... StocksClass
|
|
8897
|
+
[2022-01-06T15.11.29.002] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Relation init.... StocksClass
|
|
8898
|
+
[2022-01-06T15.11.29.003] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Model init.... UserPermissionClass
|
|
8899
|
+
[2022-01-06T15.11.29.003] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Relation init.... UserPermissionClass
|
|
8900
|
+
[2022-01-06T15.11.29.100] [DEBUG] BaseChyz [298] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller load ApiController (/api)
|
|
8901
|
+
[2022-01-06T15.11.29.101] [DEBUG] BaseChyz [305] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller route Path /api/
|
|
8902
|
+
[2022-01-06T15.11.29.102] [DEBUG] BaseChyz [305] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller route Path /api/orderCreate
|
|
8903
|
+
[2022-01-06T15.11.29.102] [DEBUG] BaseChyz [305] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller route Path /api/order/list
|
|
8904
|
+
[2022-01-06T15.11.29.102] [DEBUG] BaseChyz [305] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller route Path /api/categories
|
|
8905
|
+
[2022-01-06T15.11.29.174] [DEBUG] BaseChyz [298] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller load ApiController (/basic/api)
|
|
8906
|
+
[2022-01-06T15.11.29.175] [DEBUG] BaseChyz [305] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller route Path /basic/api/
|
|
8907
|
+
[2022-01-06T15.11.29.175] [DEBUG] BaseChyz [305] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller route Path /basic/api/orderCreate
|
|
8908
|
+
[2022-01-06T15.11.29.176] [DEBUG] BaseChyz [305] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller route Path /basic/api/order/list
|
|
8909
|
+
[2022-01-06T15.11.29.176] [DEBUG] BaseChyz [305] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller route Path /basic/api/categories
|
|
8910
|
+
[2022-01-06T15.11.29.278] [DEBUG] BaseChyz [298] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller load ApiController (/oauth2.0)
|
|
8911
|
+
[2022-01-06T15.11.29.279] [DEBUG] BaseChyz [305] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller route Path /oauth2.0/
|
|
8912
|
+
[2022-01-06T15.11.29.279] [DEBUG] BaseChyz [305] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller route Path /oauth2.0/orderCreate
|
|
8913
|
+
[2022-01-06T15.11.29.318] [DEBUG] BaseChyz [298] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller load PublicController (/public)
|
|
8914
|
+
[2022-01-06T15.11.29.319] [DEBUG] BaseChyz [305] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller route Path /public/
|
|
8915
|
+
[2022-01-06T15.11.29.494] [DEBUG] BaseChyz [298] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller load SiteController (/site)
|
|
8916
|
+
[2022-01-06T15.11.29.494] [DEBUG] BaseChyz [305] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller route Path /site/index
|
|
8917
|
+
[2022-01-06T15.11.29.495] [DEBUG] BaseChyz [305] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller route Path /site/login
|
|
8918
|
+
[2022-01-06T15.11.29.495] [DEBUG] BaseChyz [305] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller route Path /site/logout
|
|
8919
|
+
[2022-01-06T15.11.29.495] [DEBUG] BaseChyz [305] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller route Path /site/signup
|
|
8920
|
+
[2022-01-06T15.11.29.502] [INFO] BaseChyz [197] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Express Server Starting
|
|
8921
|
+
[2022-01-06T15.11.29.505] [INFO] BaseChyz [197] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Express Server Start
|
|
8922
|
+
[2022-01-06T15.11.29.506] [INFO] BaseChyz [197] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Liten Port 3000
|
|
8923
|
+
[2022-01-06T15.11.29.506] [INFO] BaseChyz [197] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - http://localhost:3000
|
|
8924
|
+
[2022-01-06T15.11.29.511] [INFO] BaseChyz [197] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - http://192.168.56.1:3000
|
|
8925
|
+
[2022-01-06T15.11.30.203] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Executing (default): SELECT 1+1 AS result
|
|
8926
|
+
[2022-01-06T15.11.30.270] [INFO] BaseChyz [197] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Connection has been established successfully.
|
|
8927
|
+
[2022-01-06T15.11.30.319] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Call Request id api
|
|
8928
|
+
[2022-01-06T15.11.30.330] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Executing (default): SELECT "id", "name", "username", "password", "email", "permissions_id", "authkey", "status" FROM "users" AS "User" WHERE "User"."id" = 1;
|
|
8929
|
+
[2022-01-06T15.11.30.397] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Find Identity By AccessToken: User Found {
|
|
8930
|
+
user: 1,
|
|
8931
|
+
ip: '::1',
|
|
8932
|
+
agent: 'PostmanRuntime/7.28.4',
|
|
8933
|
+
platform: 'admin',
|
|
8934
|
+
role: [ 'admin' ],
|
|
8935
|
+
permissions: [
|
|
8936
|
+
'alprboxkoli',
|
|
8937
|
+
'edisboxkoli',
|
|
8938
|
+
'hubboxkoli',
|
|
8939
|
+
'edisboxold',
|
|
8940
|
+
'edisboxnew',
|
|
8941
|
+
'hubboxold',
|
|
8942
|
+
'hubboxnew',
|
|
8943
|
+
'alprboxold',
|
|
8944
|
+
'alprboxnew'
|
|
8945
|
+
],
|
|
8946
|
+
iat: 1641464614
|
|
8947
|
+
}
|
|
8948
|
+
[2022-01-06T15.11.30.401] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Find Identity By AccessToken: User Verify Success
|
|
8949
|
+
[2022-01-06T15.11.35.673] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Request ID chyzzzz_1
|
|
8950
|
+
[2022-01-06T15.11.35.675] [ERROR] BaseChyz [205] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Error: Association with alias "model" does not exist on ProductsClass
|
|
8951
|
+
at Function._transformStringAssociation (C:\PROJELER\github\Chy-Nodejs-Framework\node_modules\sequelize\lib\model.js:325:15)
|
|
8952
|
+
at Function._conformInclude (C:\PROJELER\github\Chy-Nodejs-Framework\node_modules\sequelize\lib\model.js:338:22)
|
|
8953
|
+
at C:\PROJELER\github\Chy-Nodejs-Framework\node_modules\sequelize\lib\model.js:319:59
|
|
8954
|
+
at Array.map (<anonymous>)
|
|
8955
|
+
at Function._conformIncludes (C:\PROJELER\github\Chy-Nodejs-Framework\node_modules\sequelize\lib\model.js:319:39)
|
|
8956
|
+
at Function._baseMerge (C:\PROJELER\github\Chy-Nodejs-Framework\node_modules\sequelize\lib\model.js:786:10)
|
|
8957
|
+
at Function._defaultsOptions (C:\PROJELER\github\Chy-Nodejs-Framework\node_modules\sequelize\lib\model.js:823:17)
|
|
8958
|
+
at Function._injectScope (C:\PROJELER\github\Chy-Nodejs-Framework\node_modules\sequelize\lib\model.js:3249:10)
|
|
8959
|
+
at Function.findAll (C:\PROJELER\github\Chy-Nodejs-Framework\node_modules\sequelize\lib\model.js:1706:10)
|
|
8960
|
+
at ProductsClass.findAll (C:\PROJELER\github\Chy-Nodejs-Framework\base\Model.ts:296:28)
|
|
8961
|
+
[2022-01-06T15.11.35.680] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Executing (default): SELECT "item_name", "user_id" FROM "auth_assignment" AS "AuthAssignmentClass" WHERE "AuthAssignmentClass"."user_id" = '1';
|
|
8962
|
+
[2022-01-06T15.12.25.059] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Model init.... AuthAssignmentClass
|
|
8963
|
+
[2022-01-06T15.12.25.062] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Relation init.... AuthAssignmentClass
|
|
8964
|
+
[2022-01-06T15.12.25.064] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Model init.... AuthItemClass
|
|
8965
|
+
[2022-01-06T15.12.25.065] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Relation init.... AuthItemClass
|
|
8966
|
+
[2022-01-06T15.12.25.066] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Model init.... AuthItemChildClass
|
|
8967
|
+
[2022-01-06T15.12.25.066] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Relation init.... AuthItemChildClass
|
|
8968
|
+
[2022-01-06T15.12.25.067] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Model init.... CategoriesClass
|
|
8969
|
+
[2022-01-06T15.12.25.067] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Relation init.... CategoriesClass
|
|
8970
|
+
[2022-01-06T15.12.25.069] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Model init.... CustomerClass
|
|
8971
|
+
[2022-01-06T15.12.25.069] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Relation init.... CustomerClass
|
|
8972
|
+
[2022-01-06T15.12.25.070] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Model init.... OrderClass
|
|
8973
|
+
[2022-01-06T15.12.25.070] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Relation init.... OrderClass
|
|
8974
|
+
[2022-01-06T15.12.25.070] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Model init.... OrderItemClass
|
|
8975
|
+
[2022-01-06T15.12.25.071] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Relation init.... OrderItemClass
|
|
8976
|
+
[2022-01-06T15.12.25.071] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Model init.... ProductModelsClass
|
|
8977
|
+
[2022-01-06T15.12.25.072] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Relation init.... ProductModelsClass
|
|
8978
|
+
[2022-01-06T15.12.25.072] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Model init.... ProductsClass
|
|
8979
|
+
[2022-01-06T15.12.25.073] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Relation init.... ProductsClass
|
|
8980
|
+
[2022-01-06T15.12.25.074] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Model init.... ProductToCategoriesClass
|
|
8981
|
+
[2022-01-06T15.12.25.074] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Relation init.... ProductToCategoriesClass
|
|
8982
|
+
[2022-01-06T15.12.25.075] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Model init.... StocksClass
|
|
8983
|
+
[2022-01-06T15.12.25.075] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Relation init.... StocksClass
|
|
8984
|
+
[2022-01-06T15.12.25.076] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Model init.... UserPermissionClass
|
|
8985
|
+
[2022-01-06T15.12.25.076] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Relation init.... UserPermissionClass
|
|
8986
|
+
[2022-01-06T15.12.25.169] [DEBUG] BaseChyz [298] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller load ApiController (/api)
|
|
8987
|
+
[2022-01-06T15.12.25.169] [DEBUG] BaseChyz [305] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller route Path /api/
|
|
8988
|
+
[2022-01-06T15.12.25.170] [DEBUG] BaseChyz [305] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller route Path /api/orderCreate
|
|
8989
|
+
[2022-01-06T15.12.25.171] [DEBUG] BaseChyz [305] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller route Path /api/order/list
|
|
8990
|
+
[2022-01-06T15.12.25.171] [DEBUG] BaseChyz [305] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller route Path /api/categories
|
|
8991
|
+
[2022-01-06T15.12.25.242] [DEBUG] BaseChyz [298] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller load ApiController (/basic/api)
|
|
8992
|
+
[2022-01-06T15.12.25.242] [DEBUG] BaseChyz [305] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller route Path /basic/api/
|
|
8993
|
+
[2022-01-06T15.12.25.243] [DEBUG] BaseChyz [305] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller route Path /basic/api/orderCreate
|
|
8994
|
+
[2022-01-06T15.12.25.243] [DEBUG] BaseChyz [305] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller route Path /basic/api/order/list
|
|
8995
|
+
[2022-01-06T15.12.25.244] [DEBUG] BaseChyz [305] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller route Path /basic/api/categories
|
|
8996
|
+
[2022-01-06T15.12.25.360] [DEBUG] BaseChyz [298] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller load ApiController (/oauth2.0)
|
|
8997
|
+
[2022-01-06T15.12.25.360] [DEBUG] BaseChyz [305] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller route Path /oauth2.0/
|
|
8998
|
+
[2022-01-06T15.12.25.361] [DEBUG] BaseChyz [305] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller route Path /oauth2.0/orderCreate
|
|
8999
|
+
[2022-01-06T15.12.25.414] [DEBUG] BaseChyz [298] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller load PublicController (/public)
|
|
9000
|
+
[2022-01-06T15.12.25.415] [DEBUG] BaseChyz [305] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller route Path /public/
|
|
9001
|
+
[2022-01-06T15.12.25.580] [DEBUG] BaseChyz [298] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller load SiteController (/site)
|
|
9002
|
+
[2022-01-06T15.12.25.580] [DEBUG] BaseChyz [305] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller route Path /site/index
|
|
9003
|
+
[2022-01-06T15.12.25.581] [DEBUG] BaseChyz [305] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller route Path /site/login
|
|
9004
|
+
[2022-01-06T15.12.25.581] [DEBUG] BaseChyz [305] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller route Path /site/logout
|
|
9005
|
+
[2022-01-06T15.12.25.582] [DEBUG] BaseChyz [305] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller route Path /site/signup
|
|
9006
|
+
[2022-01-06T15.12.25.589] [INFO] BaseChyz [197] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Express Server Starting
|
|
9007
|
+
[2022-01-06T15.12.25.592] [INFO] BaseChyz [197] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Express Server Start
|
|
9008
|
+
[2022-01-06T15.12.25.593] [INFO] BaseChyz [197] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Liten Port 3000
|
|
9009
|
+
[2022-01-06T15.12.25.593] [INFO] BaseChyz [197] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - http://localhost:3000
|
|
9010
|
+
[2022-01-06T15.12.25.597] [INFO] BaseChyz [197] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - http://192.168.56.1:3000
|
|
9011
|
+
[2022-01-06T15.12.26.286] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Executing (default): SELECT 1+1 AS result
|
|
9012
|
+
[2022-01-06T15.12.26.291] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Call Request id api
|
|
9013
|
+
[2022-01-06T15.12.26.351] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Executing (default): SELECT "id", "name", "username", "password", "email", "permissions_id", "authkey", "status" FROM "users" AS "User" WHERE "User"."id" = 1;
|
|
9014
|
+
[2022-01-06T15.12.26.352] [INFO] BaseChyz [197] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Connection has been established successfully.
|
|
9015
|
+
[2022-01-06T15.12.26.418] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Find Identity By AccessToken: User Found {
|
|
9016
|
+
user: 1,
|
|
9017
|
+
ip: '::1',
|
|
9018
|
+
agent: 'PostmanRuntime/7.28.4',
|
|
9019
|
+
platform: 'admin',
|
|
9020
|
+
role: [ 'admin' ],
|
|
9021
|
+
permissions: [
|
|
9022
|
+
'alprboxkoli',
|
|
9023
|
+
'edisboxkoli',
|
|
9024
|
+
'hubboxkoli',
|
|
9025
|
+
'edisboxold',
|
|
9026
|
+
'edisboxnew',
|
|
9027
|
+
'hubboxold',
|
|
9028
|
+
'hubboxnew',
|
|
9029
|
+
'alprboxold',
|
|
9030
|
+
'alprboxnew'
|
|
9031
|
+
],
|
|
9032
|
+
iat: 1641464614
|
|
9033
|
+
}
|
|
9034
|
+
[2022-01-06T15.12.26.421] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Find Identity By AccessToken: User Verify Success
|
|
9035
|
+
[2022-01-06T15.18.04.147] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Request ID chyzzzz_1
|
|
9036
|
+
[2022-01-06T15.18.04.148] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Executing (default): SELECT "item_name", "user_id" FROM "auth_assignment" AS "AuthAssignmentClass" WHERE "AuthAssignmentClass"."user_id" = '1';
|
|
9037
|
+
[2022-01-06T15.18.04.153] [ERROR] BaseChyz [205] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - ConnectionError [SequelizeConnectionError]: Connection terminated unexpectedly
|
|
9038
|
+
at Client._connectionCallback (C:\PROJELER\github\Chy-Nodejs-Framework\node_modules\sequelize\lib\dialects\postgres\connection-manager.js:188:20)
|
|
9039
|
+
at Connection.<anonymous> (C:\PROJELER\github\Chy-Nodejs-Framework\node_modules\pg\lib\client.js:144:18)
|
|
9040
|
+
at Object.onceWrapper (events.js:421:28)
|
|
9041
|
+
at Connection.emit (events.js:315:20)
|
|
9042
|
+
at Connection.EventEmitter.emit (domain.js:467:12)
|
|
9043
|
+
at Socket.<anonymous> (C:\PROJELER\github\Chy-Nodejs-Framework\node_modules\pg\lib\connection.js:107:12)
|
|
9044
|
+
at Socket.emit (events.js:327:22)
|
|
9045
|
+
at Socket.EventEmitter.emit (domain.js:467:12)
|
|
9046
|
+
at endReadableNT (internal/streams/readable.js:1327:12)
|
|
9047
|
+
at processTicksAndRejections (internal/process/task_queues.js:80:21) {
|
|
9048
|
+
parent: Error: Connection terminated unexpectedly
|
|
9049
|
+
at Connection.<anonymous> (C:\PROJELER\github\Chy-Nodejs-Framework\node_modules\pg\lib\client.js:132:73)
|
|
9050
|
+
at Object.onceWrapper (events.js:421:28)
|
|
9051
|
+
at Connection.emit (events.js:315:20)
|
|
9052
|
+
at Connection.EventEmitter.emit (domain.js:467:12)
|
|
9053
|
+
at Socket.<anonymous> (C:\PROJELER\github\Chy-Nodejs-Framework\node_modules\pg\lib\connection.js:107:12)
|
|
9054
|
+
at Socket.emit (events.js:327:22)
|
|
9055
|
+
at Socket.EventEmitter.emit (domain.js:467:12)
|
|
9056
|
+
at endReadableNT (internal/streams/readable.js:1327:12)
|
|
9057
|
+
at processTicksAndRejections (internal/process/task_queues.js:80:21),
|
|
9058
|
+
original: Error: Connection terminated unexpectedly
|
|
9059
|
+
at Connection.<anonymous> (C:\PROJELER\github\Chy-Nodejs-Framework\node_modules\pg\lib\client.js:132:73)
|
|
9060
|
+
at Object.onceWrapper (events.js:421:28)
|
|
9061
|
+
at Connection.emit (events.js:315:20)
|
|
9062
|
+
at Connection.EventEmitter.emit (domain.js:467:12)
|
|
9063
|
+
at Socket.<anonymous> (C:\PROJELER\github\Chy-Nodejs-Framework\node_modules\pg\lib\connection.js:107:12)
|
|
9064
|
+
at Socket.emit (events.js:327:22)
|
|
9065
|
+
at Socket.EventEmitter.emit (domain.js:467:12)
|
|
9066
|
+
at endReadableNT (internal/streams/readable.js:1327:12)
|
|
9067
|
+
at processTicksAndRejections (internal/process/task_queues.js:80:21)
|
|
9068
|
+
}
|
|
9069
|
+
[2022-01-06T15.18.28.402] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Model init.... AuthAssignmentClass
|
|
9070
|
+
[2022-01-06T15.18.28.405] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Relation init.... AuthAssignmentClass
|
|
9071
|
+
[2022-01-06T15.18.28.407] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Model init.... AuthItemClass
|
|
9072
|
+
[2022-01-06T15.18.28.408] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Relation init.... AuthItemClass
|
|
9073
|
+
[2022-01-06T15.18.28.410] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Model init.... AuthItemChildClass
|
|
9074
|
+
[2022-01-06T15.18.28.411] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Relation init.... AuthItemChildClass
|
|
9075
|
+
[2022-01-06T15.18.28.412] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Model init.... CategoriesClass
|
|
9076
|
+
[2022-01-06T15.18.28.412] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Relation init.... CategoriesClass
|
|
9077
|
+
[2022-01-06T15.18.28.415] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Model init.... CustomerClass
|
|
9078
|
+
[2022-01-06T15.18.28.416] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Relation init.... CustomerClass
|
|
9079
|
+
[2022-01-06T15.18.28.416] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Model init.... OrderClass
|
|
9080
|
+
[2022-01-06T15.18.28.417] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Relation init.... OrderClass
|
|
9081
|
+
[2022-01-06T15.18.28.417] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Model init.... OrderItemClass
|
|
9082
|
+
[2022-01-06T15.18.28.418] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Relation init.... OrderItemClass
|
|
9083
|
+
[2022-01-06T15.18.28.418] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Model init.... ProductModelsClass
|
|
9084
|
+
[2022-01-06T15.18.28.419] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Relation init.... ProductModelsClass
|
|
9085
|
+
[2022-01-06T15.18.28.420] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Model init.... ProductsClass
|
|
9086
|
+
[2022-01-06T15.18.28.420] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Relation init.... ProductsClass
|
|
9087
|
+
[2022-01-06T15.18.28.422] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Model init.... ProductToCategoriesClass
|
|
9088
|
+
[2022-01-06T15.18.28.423] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Relation init.... ProductToCategoriesClass
|
|
9089
|
+
[2022-01-06T15.18.28.423] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Model init.... StocksClass
|
|
9090
|
+
[2022-01-06T15.18.28.424] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Relation init.... StocksClass
|
|
9091
|
+
[2022-01-06T15.18.28.425] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Model init.... UserPermissionClass
|
|
9092
|
+
[2022-01-06T15.18.28.425] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Relation init.... UserPermissionClass
|
|
9093
|
+
[2022-01-06T15.18.28.532] [DEBUG] BaseChyz [298] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller load ApiController (/api)
|
|
9094
|
+
[2022-01-06T15.18.28.533] [DEBUG] BaseChyz [305] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller route Path /api/
|
|
9095
|
+
[2022-01-06T15.18.28.533] [DEBUG] BaseChyz [305] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller route Path /api/orderCreate
|
|
9096
|
+
[2022-01-06T15.18.28.534] [DEBUG] BaseChyz [305] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller route Path /api/order/list
|
|
9097
|
+
[2022-01-06T15.18.28.535] [DEBUG] BaseChyz [305] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller route Path /api/categories
|
|
9098
|
+
[2022-01-06T15.18.28.608] [DEBUG] BaseChyz [298] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller load ApiController (/basic/api)
|
|
9099
|
+
[2022-01-06T15.18.28.608] [DEBUG] BaseChyz [305] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller route Path /basic/api/
|
|
9100
|
+
[2022-01-06T15.18.28.608] [DEBUG] BaseChyz [305] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller route Path /basic/api/orderCreate
|
|
9101
|
+
[2022-01-06T15.18.28.609] [DEBUG] BaseChyz [305] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller route Path /basic/api/order/list
|
|
9102
|
+
[2022-01-06T15.18.28.609] [DEBUG] BaseChyz [305] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller route Path /basic/api/categories
|
|
9103
|
+
[2022-01-06T15.18.28.698] [DEBUG] BaseChyz [298] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller load ApiController (/oauth2.0)
|
|
9104
|
+
[2022-01-06T15.18.28.699] [DEBUG] BaseChyz [305] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller route Path /oauth2.0/
|
|
9105
|
+
[2022-01-06T15.18.28.699] [DEBUG] BaseChyz [305] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller route Path /oauth2.0/orderCreate
|
|
9106
|
+
[2022-01-06T15.18.28.737] [DEBUG] BaseChyz [298] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller load PublicController (/public)
|
|
9107
|
+
[2022-01-06T15.18.28.738] [DEBUG] BaseChyz [305] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller route Path /public/
|
|
9108
|
+
[2022-01-06T15.18.28.886] [DEBUG] BaseChyz [298] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller load SiteController (/site)
|
|
9109
|
+
[2022-01-06T15.18.28.886] [DEBUG] BaseChyz [305] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller route Path /site/index
|
|
9110
|
+
[2022-01-06T15.18.28.886] [DEBUG] BaseChyz [305] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller route Path /site/login
|
|
9111
|
+
[2022-01-06T15.18.28.887] [DEBUG] BaseChyz [305] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller route Path /site/logout
|
|
9112
|
+
[2022-01-06T15.18.28.887] [DEBUG] BaseChyz [305] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller route Path /site/signup
|
|
9113
|
+
[2022-01-06T15.18.28.894] [INFO] BaseChyz [197] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Express Server Starting
|
|
9114
|
+
[2022-01-06T15.18.28.897] [INFO] BaseChyz [197] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Express Server Start
|
|
9115
|
+
[2022-01-06T15.18.28.898] [INFO] BaseChyz [197] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Liten Port 3000
|
|
9116
|
+
[2022-01-06T15.18.28.898] [INFO] BaseChyz [197] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - http://localhost:3000
|
|
9117
|
+
[2022-01-06T15.18.28.902] [INFO] BaseChyz [197] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - http://192.168.56.1:3000
|
|
9118
|
+
[2022-01-06T15.18.29.595] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Executing (default): SELECT 1+1 AS result
|
|
9119
|
+
[2022-01-06T15.18.29.662] [INFO] BaseChyz [197] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Connection has been established successfully.
|
|
9120
|
+
[2022-01-06T15.18.32.411] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Call Request id api
|
|
9121
|
+
[2022-01-06T15.18.32.422] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Executing (default): SELECT "id", "name", "username", "password", "email", "permissions_id", "authkey", "status" FROM "users" AS "User" WHERE "User"."id" = 1;
|
|
9122
|
+
[2022-01-06T15.18.32.491] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Find Identity By AccessToken: User Found {
|
|
9123
|
+
user: 1,
|
|
9124
|
+
ip: '::1',
|
|
9125
|
+
agent: 'PostmanRuntime/7.28.4',
|
|
9126
|
+
platform: 'admin',
|
|
9127
|
+
role: [ 'admin' ],
|
|
9128
|
+
permissions: [
|
|
9129
|
+
'alprboxkoli',
|
|
9130
|
+
'edisboxkoli',
|
|
9131
|
+
'hubboxkoli',
|
|
9132
|
+
'edisboxold',
|
|
9133
|
+
'edisboxnew',
|
|
9134
|
+
'hubboxold',
|
|
9135
|
+
'hubboxnew',
|
|
9136
|
+
'alprboxold',
|
|
9137
|
+
'alprboxnew'
|
|
9138
|
+
],
|
|
9139
|
+
iat: 1641464614
|
|
9140
|
+
}
|
|
9141
|
+
[2022-01-06T15.18.32.495] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Find Identity By AccessToken: User Verify Success
|
|
9142
|
+
[2022-01-06T15.18.38.474] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Request ID chyzzzz_1
|
|
9143
|
+
[2022-01-06T15.18.38.476] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Executing (default): SELECT "item_name", "user_id" FROM "auth_assignment" AS "AuthAssignmentClass" WHERE "AuthAssignmentClass"."user_id" = '1';
|
|
9144
|
+
[2022-01-06T15.18.38.545] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Executing (default): SELECT "id", "title", "model_id", "properties" FROM "products" AS "ProductsClass";
|
|
9145
|
+
[2022-01-06T15.19.07.232] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Call Request id api
|
|
9146
|
+
[2022-01-06T15.19.07.503] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Executing (default): SELECT "id", "name", "username", "password", "email", "permissions_id", "authkey", "status" FROM "users" AS "User" WHERE "User"."id" = 1;
|
|
9147
|
+
[2022-01-06T15.19.07.571] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Find Identity By AccessToken: User Found {
|
|
9148
|
+
user: 1,
|
|
9149
|
+
ip: '::1',
|
|
9150
|
+
agent: 'PostmanRuntime/7.28.4',
|
|
9151
|
+
platform: 'admin',
|
|
9152
|
+
role: [ 'admin' ],
|
|
9153
|
+
permissions: [
|
|
9154
|
+
'alprboxkoli',
|
|
9155
|
+
'edisboxkoli',
|
|
9156
|
+
'hubboxkoli',
|
|
9157
|
+
'edisboxold',
|
|
9158
|
+
'edisboxnew',
|
|
9159
|
+
'hubboxold',
|
|
9160
|
+
'hubboxnew',
|
|
9161
|
+
'alprboxold',
|
|
9162
|
+
'alprboxnew'
|
|
9163
|
+
],
|
|
9164
|
+
iat: 1641464614
|
|
9165
|
+
}
|
|
9166
|
+
[2022-01-06T15.19.58.302] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Model init.... AuthAssignmentClass
|
|
9167
|
+
[2022-01-06T15.19.58.305] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Relation init.... AuthAssignmentClass
|
|
9168
|
+
[2022-01-06T15.19.58.307] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Model init.... AuthItemClass
|
|
9169
|
+
[2022-01-06T15.19.58.308] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Relation init.... AuthItemClass
|
|
9170
|
+
[2022-01-06T15.19.58.309] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Model init.... AuthItemChildClass
|
|
9171
|
+
[2022-01-06T15.19.58.309] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Relation init.... AuthItemChildClass
|
|
9172
|
+
[2022-01-06T15.19.58.310] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Model init.... CategoriesClass
|
|
9173
|
+
[2022-01-06T15.19.58.310] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Relation init.... CategoriesClass
|
|
9174
|
+
[2022-01-06T15.19.58.312] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Model init.... CustomerClass
|
|
9175
|
+
[2022-01-06T15.19.58.312] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Relation init.... CustomerClass
|
|
9176
|
+
[2022-01-06T15.19.58.312] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Model init.... OrderClass
|
|
9177
|
+
[2022-01-06T15.19.58.313] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Relation init.... OrderClass
|
|
9178
|
+
[2022-01-06T15.19.58.313] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Model init.... OrderItemClass
|
|
9179
|
+
[2022-01-06T15.19.58.314] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Relation init.... OrderItemClass
|
|
9180
|
+
[2022-01-06T15.19.58.314] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Model init.... ProductModelsClass
|
|
9181
|
+
[2022-01-06T15.19.58.314] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Relation init.... ProductModelsClass
|
|
9182
|
+
[2022-01-06T15.19.58.315] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Model init.... ProductsClass
|
|
9183
|
+
[2022-01-06T15.19.58.315] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Relation init.... ProductsClass
|
|
9184
|
+
[2022-01-06T15.19.58.316] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Model init.... ProductToCategoriesClass
|
|
9185
|
+
[2022-01-06T15.19.58.317] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Relation init.... ProductToCategoriesClass
|
|
9186
|
+
[2022-01-06T15.19.58.317] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Model init.... StocksClass
|
|
9187
|
+
[2022-01-06T15.19.58.317] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Relation init.... StocksClass
|
|
9188
|
+
[2022-01-06T15.19.58.318] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Model init.... UserPermissionClass
|
|
9189
|
+
[2022-01-06T15.19.58.318] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Relation init.... UserPermissionClass
|
|
9190
|
+
[2022-01-06T15.19.58.411] [DEBUG] BaseChyz [298] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller load ApiController (/api)
|
|
9191
|
+
[2022-01-06T15.19.58.412] [DEBUG] BaseChyz [305] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller route Path /api/
|
|
9192
|
+
[2022-01-06T15.19.58.412] [DEBUG] BaseChyz [305] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller route Path /api/orderCreate
|
|
9193
|
+
[2022-01-06T15.19.58.413] [DEBUG] BaseChyz [305] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller route Path /api/order/list
|
|
9194
|
+
[2022-01-06T15.19.58.413] [DEBUG] BaseChyz [305] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller route Path /api/categories
|
|
9195
|
+
[2022-01-06T15.19.58.484] [DEBUG] BaseChyz [298] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller load ApiController (/basic/api)
|
|
9196
|
+
[2022-01-06T15.19.58.484] [DEBUG] BaseChyz [305] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller route Path /basic/api/
|
|
9197
|
+
[2022-01-06T15.19.58.485] [DEBUG] BaseChyz [305] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller route Path /basic/api/orderCreate
|
|
9198
|
+
[2022-01-06T15.19.58.485] [DEBUG] BaseChyz [305] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller route Path /basic/api/order/list
|
|
9199
|
+
[2022-01-06T15.19.58.486] [DEBUG] BaseChyz [305] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller route Path /basic/api/categories
|
|
9200
|
+
[2022-01-06T15.19.58.589] [DEBUG] BaseChyz [298] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller load ApiController (/oauth2.0)
|
|
9201
|
+
[2022-01-06T15.19.58.590] [DEBUG] BaseChyz [305] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller route Path /oauth2.0/
|
|
9202
|
+
[2022-01-06T15.19.58.590] [DEBUG] BaseChyz [305] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller route Path /oauth2.0/orderCreate
|
|
9203
|
+
[2022-01-06T15.19.58.629] [DEBUG] BaseChyz [298] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller load PublicController (/public)
|
|
9204
|
+
[2022-01-06T15.19.58.630] [DEBUG] BaseChyz [305] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller route Path /public/
|
|
9205
|
+
[2022-01-06T15.19.58.799] [DEBUG] BaseChyz [298] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller load SiteController (/site)
|
|
9206
|
+
[2022-01-06T15.19.58.800] [DEBUG] BaseChyz [305] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller route Path /site/index
|
|
9207
|
+
[2022-01-06T15.19.58.800] [DEBUG] BaseChyz [305] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller route Path /site/login
|
|
9208
|
+
[2022-01-06T15.19.58.800] [DEBUG] BaseChyz [305] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller route Path /site/logout
|
|
9209
|
+
[2022-01-06T15.19.58.801] [DEBUG] BaseChyz [305] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller route Path /site/signup
|
|
9210
|
+
[2022-01-06T15.19.58.808] [INFO] BaseChyz [197] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Express Server Starting
|
|
9211
|
+
[2022-01-06T15.19.58.811] [INFO] BaseChyz [197] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Express Server Start
|
|
9212
|
+
[2022-01-06T15.19.58.812] [INFO] BaseChyz [197] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Liten Port 3000
|
|
9213
|
+
[2022-01-06T15.19.58.812] [INFO] BaseChyz [197] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - http://localhost:3000
|
|
9214
|
+
[2022-01-06T15.19.58.816] [INFO] BaseChyz [197] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - http://192.168.56.1:3000
|
|
9215
|
+
[2022-01-06T15.19.59.496] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Executing (default): SELECT 1+1 AS result
|
|
9216
|
+
[2022-01-06T15.19.59.561] [INFO] BaseChyz [197] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Connection has been established successfully.
|
|
9217
|
+
[2022-01-06T15.20.56.474] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Model init.... AuthAssignmentClass
|
|
9218
|
+
[2022-01-06T15.20.56.476] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Relation init.... AuthAssignmentClass
|
|
9219
|
+
[2022-01-06T15.20.56.479] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Model init.... AuthItemClass
|
|
9220
|
+
[2022-01-06T15.20.56.479] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Relation init.... AuthItemClass
|
|
9221
|
+
[2022-01-06T15.20.56.480] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Model init.... AuthItemChildClass
|
|
9222
|
+
[2022-01-06T15.20.56.480] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Relation init.... AuthItemChildClass
|
|
9223
|
+
[2022-01-06T15.20.56.481] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Model init.... CategoriesClass
|
|
9224
|
+
[2022-01-06T15.20.56.481] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Relation init.... CategoriesClass
|
|
9225
|
+
[2022-01-06T15.20.56.483] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Model init.... CustomerClass
|
|
9226
|
+
[2022-01-06T15.20.56.484] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Relation init.... CustomerClass
|
|
9227
|
+
[2022-01-06T15.20.56.484] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Model init.... OrderClass
|
|
9228
|
+
[2022-01-06T15.20.56.484] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Relation init.... OrderClass
|
|
9229
|
+
[2022-01-06T15.20.56.485] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Model init.... OrderItemClass
|
|
9230
|
+
[2022-01-06T15.20.56.485] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Relation init.... OrderItemClass
|
|
9231
|
+
[2022-01-06T15.20.56.485] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Model init.... ProductModelsClass
|
|
9232
|
+
[2022-01-06T15.20.56.486] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Relation init.... ProductModelsClass
|
|
9233
|
+
[2022-01-06T15.20.56.486] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Model init.... ProductsClass
|
|
9234
|
+
[2022-01-06T15.20.56.486] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Relation init.... ProductsClass
|
|
9235
|
+
[2022-01-06T15.20.56.488] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Model init.... ProductToCategoriesClass
|
|
9236
|
+
[2022-01-06T15.20.56.488] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Relation init.... ProductToCategoriesClass
|
|
9237
|
+
[2022-01-06T15.20.56.488] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Model init.... StocksClass
|
|
9238
|
+
[2022-01-06T15.20.56.489] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Relation init.... StocksClass
|
|
9239
|
+
[2022-01-06T15.20.56.489] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Model init.... UserPermissionClass
|
|
9240
|
+
[2022-01-06T15.20.56.489] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Relation init.... UserPermissionClass
|
|
9241
|
+
[2022-01-06T15.20.56.580] [DEBUG] BaseChyz [298] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller load ApiController (/api)
|
|
9242
|
+
[2022-01-06T15.20.56.580] [DEBUG] BaseChyz [305] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller route Path /api/
|
|
9243
|
+
[2022-01-06T15.20.56.581] [DEBUG] BaseChyz [305] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller route Path /api/orderCreate
|
|
9244
|
+
[2022-01-06T15.20.56.581] [DEBUG] BaseChyz [305] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller route Path /api/order/list
|
|
9245
|
+
[2022-01-06T15.20.56.582] [DEBUG] BaseChyz [305] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller route Path /api/categories
|
|
9246
|
+
[2022-01-06T15.20.56.651] [DEBUG] BaseChyz [298] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller load ApiController (/basic/api)
|
|
9247
|
+
[2022-01-06T15.20.56.652] [DEBUG] BaseChyz [305] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller route Path /basic/api/
|
|
9248
|
+
[2022-01-06T15.20.56.653] [DEBUG] BaseChyz [305] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller route Path /basic/api/orderCreate
|
|
9249
|
+
[2022-01-06T15.20.56.653] [DEBUG] BaseChyz [305] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller route Path /basic/api/order/list
|
|
9250
|
+
[2022-01-06T15.20.56.654] [DEBUG] BaseChyz [305] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller route Path /basic/api/categories
|
|
9251
|
+
[2022-01-06T15.20.56.755] [DEBUG] BaseChyz [298] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller load ApiController (/oauth2.0)
|
|
9252
|
+
[2022-01-06T15.20.56.755] [DEBUG] BaseChyz [305] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller route Path /oauth2.0/
|
|
9253
|
+
[2022-01-06T15.20.56.756] [DEBUG] BaseChyz [305] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller route Path /oauth2.0/orderCreate
|
|
9254
|
+
[2022-01-06T15.20.56.792] [DEBUG] BaseChyz [298] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller load PublicController (/public)
|
|
9255
|
+
[2022-01-06T15.20.56.793] [DEBUG] BaseChyz [305] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller route Path /public/
|
|
9256
|
+
[2022-01-06T15.20.56.953] [DEBUG] BaseChyz [298] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller load SiteController (/site)
|
|
9257
|
+
[2022-01-06T15.20.56.957] [DEBUG] BaseChyz [305] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller route Path /site/index
|
|
9258
|
+
[2022-01-06T15.20.56.958] [DEBUG] BaseChyz [305] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller route Path /site/login
|
|
9259
|
+
[2022-01-06T15.20.56.958] [DEBUG] BaseChyz [305] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller route Path /site/logout
|
|
9260
|
+
[2022-01-06T15.20.56.959] [DEBUG] BaseChyz [305] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller route Path /site/signup
|
|
9261
|
+
[2022-01-06T15.20.56.969] [INFO] BaseChyz [197] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Express Server Starting
|
|
9262
|
+
[2022-01-06T15.20.56.974] [INFO] BaseChyz [197] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Express Server Start
|
|
9263
|
+
[2022-01-06T15.20.56.976] [INFO] BaseChyz [197] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Liten Port 3000
|
|
9264
|
+
[2022-01-06T15.20.56.978] [INFO] BaseChyz [197] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - http://localhost:3000
|
|
9265
|
+
[2022-01-06T15.20.56.985] [INFO] BaseChyz [197] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - http://192.168.56.1:3000
|
|
9266
|
+
[2022-01-06T15.20.57.003] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Call Request id api
|
|
9267
|
+
[2022-01-06T15.20.57.689] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Executing (default): SELECT 1+1 AS result
|
|
9268
|
+
[2022-01-06T15.20.57.696] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Executing (default): SELECT "id", "name", "username", "password", "email", "permissions_id", "authkey", "status" FROM "users" AS "User" WHERE "User"."id" = 1;
|
|
9269
|
+
[2022-01-06T15.20.57.754] [INFO] BaseChyz [197] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Connection has been established successfully.
|
|
9270
|
+
[2022-01-06T15.20.57.767] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Find Identity By AccessToken: User Found {
|
|
9271
|
+
user: 1,
|
|
9272
|
+
ip: '::1',
|
|
9273
|
+
agent: 'PostmanRuntime/7.28.4',
|
|
9274
|
+
platform: 'admin',
|
|
9275
|
+
role: [ 'admin' ],
|
|
9276
|
+
permissions: [
|
|
9277
|
+
'alprboxkoli',
|
|
9278
|
+
'edisboxkoli',
|
|
9279
|
+
'hubboxkoli',
|
|
9280
|
+
'edisboxold',
|
|
9281
|
+
'edisboxnew',
|
|
9282
|
+
'hubboxold',
|
|
9283
|
+
'hubboxnew',
|
|
9284
|
+
'alprboxold',
|
|
9285
|
+
'alprboxnew'
|
|
9286
|
+
],
|
|
9287
|
+
iat: 1641464614
|
|
9288
|
+
}
|
|
9289
|
+
[2022-01-06T15.20.57.770] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Find Identity By AccessToken: User Verify Success
|
|
9290
|
+
[2022-01-06T15.21.01.474] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Executing (default): SELECT "item_name", "user_id" FROM "auth_assignment" AS "AuthAssignmentClass" WHERE "AuthAssignmentClass"."user_id" = '1';
|
|
9291
|
+
[2022-01-06T15.21.01.543] [ERROR] BaseChyz [205] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - InvalidConfigException: The user application component must be available to specify roles in AccessRule.
|
|
9292
|
+
at new BaseError (C:\PROJELER\github\Chy-Nodejs-Framework\base\BaseError.ts:18:15)
|
|
9293
|
+
at new InvalidConfigException (C:\PROJELER\github\Chy-Nodejs-Framework\base\InvalidConfigException.ts:14:9)
|
|
9294
|
+
at AuthManager.<anonymous> (C:\PROJELER\github\Chy-Nodejs-Framework\rbac\AuthManager.ts:354:19)
|
|
9295
|
+
at Generator.throw (<anonymous>)
|
|
9296
|
+
at rejected (C:\PROJELER\github\Chy-Nodejs-Framework\rbac\AuthManager.ts:6:65)
|
|
9297
|
+
at processTicksAndRejections (internal/process/task_queues.js:93:5) {
|
|
9298
|
+
statusCode: 500
|
|
9299
|
+
}
|
|
9300
|
+
[2022-01-06T15.21.32.975] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Model init.... AuthAssignmentClass
|
|
9301
|
+
[2022-01-06T15.21.32.978] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Relation init.... AuthAssignmentClass
|
|
9302
|
+
[2022-01-06T15.21.32.980] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Model init.... AuthItemClass
|
|
9303
|
+
[2022-01-06T15.21.32.980] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Relation init.... AuthItemClass
|
|
9304
|
+
[2022-01-06T15.21.32.981] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Model init.... AuthItemChildClass
|
|
9305
|
+
[2022-01-06T15.21.32.981] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Relation init.... AuthItemChildClass
|
|
9306
|
+
[2022-01-06T15.21.32.982] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Model init.... CategoriesClass
|
|
9307
|
+
[2022-01-06T15.21.32.982] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Relation init.... CategoriesClass
|
|
9308
|
+
[2022-01-06T15.21.32.984] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Model init.... CustomerClass
|
|
9309
|
+
[2022-01-06T15.21.32.984] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Relation init.... CustomerClass
|
|
9310
|
+
[2022-01-06T15.21.32.985] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Model init.... OrderClass
|
|
9311
|
+
[2022-01-06T15.21.32.985] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Relation init.... OrderClass
|
|
9312
|
+
[2022-01-06T15.21.32.985] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Model init.... OrderItemClass
|
|
9313
|
+
[2022-01-06T15.21.32.985] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Relation init.... OrderItemClass
|
|
9314
|
+
[2022-01-06T15.21.32.986] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Model init.... ProductModelsClass
|
|
9315
|
+
[2022-01-06T15.21.32.986] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Relation init.... ProductModelsClass
|
|
9316
|
+
[2022-01-06T15.21.32.987] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Model init.... ProductsClass
|
|
9317
|
+
[2022-01-06T15.21.32.987] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Relation init.... ProductsClass
|
|
9318
|
+
[2022-01-06T15.21.32.988] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Model init.... ProductToCategoriesClass
|
|
9319
|
+
[2022-01-06T15.21.32.989] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Relation init.... ProductToCategoriesClass
|
|
9320
|
+
[2022-01-06T15.21.32.989] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Model init.... StocksClass
|
|
9321
|
+
[2022-01-06T15.21.32.989] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Relation init.... StocksClass
|
|
9322
|
+
[2022-01-06T15.21.32.990] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Model init.... UserPermissionClass
|
|
9323
|
+
[2022-01-06T15.21.32.990] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Relation init.... UserPermissionClass
|
|
9324
|
+
[2022-01-06T15.21.33.089] [DEBUG] BaseChyz [298] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller load ApiController (/api)
|
|
9325
|
+
[2022-01-06T15.21.33.089] [DEBUG] BaseChyz [305] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller route Path /api/
|
|
9326
|
+
[2022-01-06T15.21.33.090] [DEBUG] BaseChyz [305] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller route Path /api/orderCreate
|
|
9327
|
+
[2022-01-06T15.21.33.090] [DEBUG] BaseChyz [305] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller route Path /api/order/list
|
|
9328
|
+
[2022-01-06T15.21.33.090] [DEBUG] BaseChyz [305] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller route Path /api/categories
|
|
9329
|
+
[2022-01-06T15.21.33.163] [DEBUG] BaseChyz [298] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller load ApiController (/basic/api)
|
|
9330
|
+
[2022-01-06T15.21.33.164] [DEBUG] BaseChyz [305] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller route Path /basic/api/
|
|
9331
|
+
[2022-01-06T15.21.33.164] [DEBUG] BaseChyz [305] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller route Path /basic/api/orderCreate
|
|
9332
|
+
[2022-01-06T15.21.33.164] [DEBUG] BaseChyz [305] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller route Path /basic/api/order/list
|
|
9333
|
+
[2022-01-06T15.21.33.165] [DEBUG] BaseChyz [305] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller route Path /basic/api/categories
|
|
9334
|
+
[2022-01-06T15.21.33.269] [DEBUG] BaseChyz [298] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller load ApiController (/oauth2.0)
|
|
9335
|
+
[2022-01-06T15.21.33.270] [DEBUG] BaseChyz [305] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller route Path /oauth2.0/
|
|
9336
|
+
[2022-01-06T15.21.33.270] [DEBUG] BaseChyz [305] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller route Path /oauth2.0/orderCreate
|
|
9337
|
+
[2022-01-06T15.21.33.335] [DEBUG] BaseChyz [298] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller load PublicController (/public)
|
|
9338
|
+
[2022-01-06T15.21.33.336] [DEBUG] BaseChyz [305] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller route Path /public/
|
|
9339
|
+
[2022-01-06T15.21.33.498] [DEBUG] BaseChyz [298] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller load SiteController (/site)
|
|
9340
|
+
[2022-01-06T15.21.33.499] [DEBUG] BaseChyz [305] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller route Path /site/index
|
|
9341
|
+
[2022-01-06T15.21.33.499] [DEBUG] BaseChyz [305] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller route Path /site/login
|
|
9342
|
+
[2022-01-06T15.21.33.500] [DEBUG] BaseChyz [305] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller route Path /site/logout
|
|
9343
|
+
[2022-01-06T15.21.33.500] [DEBUG] BaseChyz [305] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller route Path /site/signup
|
|
9344
|
+
[2022-01-06T15.21.33.508] [INFO] BaseChyz [197] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Express Server Starting
|
|
9345
|
+
[2022-01-06T15.21.33.510] [INFO] BaseChyz [197] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Express Server Start
|
|
9346
|
+
[2022-01-06T15.21.33.511] [INFO] BaseChyz [197] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Liten Port 3000
|
|
9347
|
+
[2022-01-06T15.21.33.511] [INFO] BaseChyz [197] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - http://localhost:3000
|
|
9348
|
+
[2022-01-06T15.21.33.516] [INFO] BaseChyz [197] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - http://192.168.56.1:3000
|
|
9349
|
+
[2022-01-06T15.21.34.207] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Executing (default): SELECT 1+1 AS result
|
|
9350
|
+
[2022-01-06T15.21.34.272] [INFO] BaseChyz [197] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Connection has been established successfully.
|
|
9351
|
+
[2022-01-06T15.25.02.474] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Model init.... AuthAssignmentClass
|
|
9352
|
+
[2022-01-06T15.25.02.476] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Relation init.... AuthAssignmentClass
|
|
9353
|
+
[2022-01-06T15.25.02.478] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Model init.... AuthItemClass
|
|
9354
|
+
[2022-01-06T15.25.02.479] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Relation init.... AuthItemClass
|
|
9355
|
+
[2022-01-06T15.25.02.480] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Model init.... AuthItemChildClass
|
|
9356
|
+
[2022-01-06T15.25.02.480] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Relation init.... AuthItemChildClass
|
|
9357
|
+
[2022-01-06T15.25.02.481] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Model init.... CategoriesClass
|
|
9358
|
+
[2022-01-06T15.25.02.481] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Relation init.... CategoriesClass
|
|
9359
|
+
[2022-01-06T15.25.02.483] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Model init.... CustomerClass
|
|
9360
|
+
[2022-01-06T15.25.02.483] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Relation init.... CustomerClass
|
|
9361
|
+
[2022-01-06T15.25.02.483] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Model init.... OrderClass
|
|
9362
|
+
[2022-01-06T15.25.02.484] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Relation init.... OrderClass
|
|
9363
|
+
[2022-01-06T15.25.02.484] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Model init.... OrderItemClass
|
|
9364
|
+
[2022-01-06T15.25.02.485] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Relation init.... OrderItemClass
|
|
9365
|
+
[2022-01-06T15.25.02.485] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Model init.... ProductModelsClass
|
|
9366
|
+
[2022-01-06T15.25.02.486] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Relation init.... ProductModelsClass
|
|
9367
|
+
[2022-01-06T15.25.02.486] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Model init.... ProductsClass
|
|
9368
|
+
[2022-01-06T15.25.02.486] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Relation init.... ProductsClass
|
|
9369
|
+
[2022-01-06T15.25.02.488] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Model init.... ProductToCategoriesClass
|
|
9370
|
+
[2022-01-06T15.25.02.488] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Relation init.... ProductToCategoriesClass
|
|
9371
|
+
[2022-01-06T15.25.02.488] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Model init.... StocksClass
|
|
9372
|
+
[2022-01-06T15.25.02.489] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Relation init.... StocksClass
|
|
9373
|
+
[2022-01-06T15.25.02.489] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Model init.... UserPermissionClass
|
|
9374
|
+
[2022-01-06T15.25.02.489] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Relation init.... UserPermissionClass
|
|
9375
|
+
[2022-01-06T15.25.02.580] [DEBUG] BaseChyz [298] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller load ApiController (/api)
|
|
9376
|
+
[2022-01-06T15.25.02.581] [DEBUG] BaseChyz [305] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller route Path /api/
|
|
9377
|
+
[2022-01-06T15.25.02.581] [DEBUG] BaseChyz [305] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller route Path /api/orderCreate
|
|
9378
|
+
[2022-01-06T15.25.02.582] [DEBUG] BaseChyz [305] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller route Path /api/order/list
|
|
9379
|
+
[2022-01-06T15.25.02.582] [DEBUG] BaseChyz [305] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller route Path /api/categories
|
|
9380
|
+
[2022-01-06T15.25.02.651] [DEBUG] BaseChyz [298] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller load ApiController (/basic/api)
|
|
9381
|
+
[2022-01-06T15.25.02.651] [DEBUG] BaseChyz [305] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller route Path /basic/api/
|
|
9382
|
+
[2022-01-06T15.25.02.651] [DEBUG] BaseChyz [305] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller route Path /basic/api/orderCreate
|
|
9383
|
+
[2022-01-06T15.25.02.652] [DEBUG] BaseChyz [305] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller route Path /basic/api/order/list
|
|
9384
|
+
[2022-01-06T15.25.02.652] [DEBUG] BaseChyz [305] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller route Path /basic/api/categories
|
|
9385
|
+
[2022-01-06T15.25.02.756] [DEBUG] BaseChyz [298] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller load ApiController (/oauth2.0)
|
|
9386
|
+
[2022-01-06T15.25.02.757] [DEBUG] BaseChyz [305] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller route Path /oauth2.0/
|
|
9387
|
+
[2022-01-06T15.25.02.757] [DEBUG] BaseChyz [305] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller route Path /oauth2.0/orderCreate
|
|
9388
|
+
[2022-01-06T15.25.02.824] [DEBUG] BaseChyz [298] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller load PublicController (/public)
|
|
9389
|
+
[2022-01-06T15.25.02.824] [DEBUG] BaseChyz [305] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller route Path /public/
|
|
9390
|
+
[2022-01-06T15.25.02.973] [DEBUG] BaseChyz [298] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller load SiteController (/site)
|
|
9391
|
+
[2022-01-06T15.25.02.973] [DEBUG] BaseChyz [305] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller route Path /site/index
|
|
9392
|
+
[2022-01-06T15.25.02.973] [DEBUG] BaseChyz [305] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller route Path /site/login
|
|
9393
|
+
[2022-01-06T15.25.02.974] [DEBUG] BaseChyz [305] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller route Path /site/logout
|
|
9394
|
+
[2022-01-06T15.25.02.974] [DEBUG] BaseChyz [305] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller route Path /site/signup
|
|
9395
|
+
[2022-01-06T15.25.02.981] [INFO] BaseChyz [197] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Express Server Starting
|
|
9396
|
+
[2022-01-06T15.25.02.984] [INFO] BaseChyz [197] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Express Server Start
|
|
9397
|
+
[2022-01-06T15.25.02.985] [INFO] BaseChyz [197] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Liten Port 3000
|
|
9398
|
+
[2022-01-06T15.25.02.985] [INFO] BaseChyz [197] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - http://localhost:3000
|
|
9399
|
+
[2022-01-06T15.25.02.990] [INFO] BaseChyz [197] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - http://192.168.56.1:3000
|
|
9400
|
+
[2022-01-06T15.25.03.553] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Call Request id api
|
|
9401
|
+
[2022-01-06T15.25.03.674] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Executing (default): SELECT 1+1 AS result
|
|
9402
|
+
[2022-01-06T15.25.03.740] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Executing (default): SELECT "id", "name", "username", "password", "email", "permissions_id", "authkey", "status" FROM "users" AS "User" WHERE "User"."id" = 1;
|
|
9403
|
+
[2022-01-06T15.25.03.742] [INFO] BaseChyz [197] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Connection has been established successfully.
|
|
9404
|
+
[2022-01-06T15.25.03.808] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Find Identity By AccessToken: User Found {
|
|
9405
|
+
user: 1,
|
|
9406
|
+
ip: '::1',
|
|
9407
|
+
agent: 'PostmanRuntime/7.28.4',
|
|
9408
|
+
platform: 'admin',
|
|
9409
|
+
role: [ 'admin' ],
|
|
9410
|
+
permissions: [
|
|
9411
|
+
'alprboxkoli',
|
|
9412
|
+
'edisboxkoli',
|
|
9413
|
+
'hubboxkoli',
|
|
9414
|
+
'edisboxold',
|
|
9415
|
+
'edisboxnew',
|
|
9416
|
+
'hubboxold',
|
|
9417
|
+
'hubboxnew',
|
|
9418
|
+
'alprboxold',
|
|
9419
|
+
'alprboxnew'
|
|
9420
|
+
],
|
|
9421
|
+
iat: 1641464614
|
|
9422
|
+
}
|
|
9423
|
+
[2022-01-06T15.25.03.811] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Find Identity By AccessToken: User Verify Success
|
|
9424
|
+
[2022-01-06T15.25.09.157] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Executing (default): SELECT "item_name", "user_id" FROM "auth_assignment" AS "AuthAssignmentClass" WHERE "AuthAssignmentClass"."user_id" = '1';
|
|
9425
|
+
[2022-01-06T15.25.17.974] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Executing (default): SELECT "name", "type", "description", "rule_name" FROM "auth_item" AS "AuthItemClass" WHERE "AuthItemClass"."name" = 'adminq';
|
|
9426
|
+
[2022-01-06T15.25.22.790] [ERROR] BaseChyz [205] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - ForbiddenHttpException: You are not allowed to perform this action.
|
|
9427
|
+
at new BaseError (C:\PROJELER\github\Chy-Nodejs-Framework\base\BaseError.ts:18:15)
|
|
9428
|
+
at new ForbiddenHttpException (C:\PROJELER\github\Chy-Nodejs-Framework\base\ForbiddenHttpException.ts:11:9)
|
|
9429
|
+
at AccessControl.denyAccess (C:\PROJELER\github\Chy-Nodejs-Framework\filters\AccessControl.ts:74:22)
|
|
9430
|
+
at AccessControl.<anonymous> (C:\PROJELER\github\Chy-Nodejs-Framework\filters\AccessControl.ts:65:18)
|
|
9431
|
+
at Generator.next (<anonymous>)
|
|
9432
|
+
at fulfilled (C:\PROJELER\github\Chy-Nodejs-Framework\filters\AccessControl.ts:5:58)
|
|
9433
|
+
at processTicksAndRejections (internal/process/task_queues.js:93:5) {
|
|
9434
|
+
statusCode: 403
|
|
9435
|
+
}
|
|
9436
|
+
[2022-01-06T15.27.01.419] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Call Request id api
|
|
9437
|
+
[2022-01-06T15.27.01.694] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Executing (default): SELECT "id", "name", "username", "password", "email", "permissions_id", "authkey", "status" FROM "users" AS "User" WHERE "User"."id" = 1;
|
|
9438
|
+
[2022-01-06T15.27.01.761] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Find Identity By AccessToken: User Found {
|
|
9439
|
+
user: 1,
|
|
9440
|
+
ip: '::1',
|
|
9441
|
+
agent: 'PostmanRuntime/7.28.4',
|
|
9442
|
+
platform: 'admin',
|
|
9443
|
+
role: [ 'admin' ],
|
|
9444
|
+
permissions: [
|
|
9445
|
+
'alprboxkoli',
|
|
9446
|
+
'edisboxkoli',
|
|
9447
|
+
'hubboxkoli',
|
|
9448
|
+
'edisboxold',
|
|
9449
|
+
'edisboxnew',
|
|
9450
|
+
'hubboxold',
|
|
9451
|
+
'hubboxnew',
|
|
9452
|
+
'alprboxold',
|
|
9453
|
+
'alprboxnew'
|
|
9454
|
+
],
|
|
9455
|
+
iat: 1641464614
|
|
9456
|
+
}
|
|
9457
|
+
[2022-01-06T15.27.01.763] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Find Identity By AccessToken: User Verify Success
|
|
9458
|
+
[2022-01-06T15.27.09.026] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Executing (default): SELECT "name", "type", "description", "rule_name" FROM "auth_item" AS "AuthItemClass" WHERE "AuthItemClass"."name" = 'adminq';
|
|
9459
|
+
[2022-01-06T15.27.10.826] [ERROR] BaseChyz [205] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - ForbiddenHttpException: You are not allowed to perform this action.
|
|
9460
|
+
at new BaseError (C:\PROJELER\github\Chy-Nodejs-Framework\base\BaseError.ts:18:15)
|
|
9461
|
+
at new ForbiddenHttpException (C:\PROJELER\github\Chy-Nodejs-Framework\base\ForbiddenHttpException.ts:11:9)
|
|
9462
|
+
at AccessControl.denyAccess (C:\PROJELER\github\Chy-Nodejs-Framework\filters\AccessControl.ts:74:22)
|
|
9463
|
+
at AccessControl.<anonymous> (C:\PROJELER\github\Chy-Nodejs-Framework\filters\AccessControl.ts:65:18)
|
|
9464
|
+
at Generator.next (<anonymous>)
|
|
9465
|
+
at fulfilled (C:\PROJELER\github\Chy-Nodejs-Framework\filters\AccessControl.ts:5:58)
|
|
9466
|
+
at processTicksAndRejections (internal/process/task_queues.js:93:5) {
|
|
9467
|
+
statusCode: 403
|
|
9468
|
+
}
|
|
9469
|
+
[2022-01-06T15.27.24.413] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Model init.... AuthAssignmentClass
|
|
9470
|
+
[2022-01-06T15.27.24.416] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Relation init.... AuthAssignmentClass
|
|
9471
|
+
[2022-01-06T15.27.24.418] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Model init.... AuthItemClass
|
|
9472
|
+
[2022-01-06T15.27.24.418] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Relation init.... AuthItemClass
|
|
9473
|
+
[2022-01-06T15.27.24.419] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Model init.... AuthItemChildClass
|
|
9474
|
+
[2022-01-06T15.27.24.420] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Relation init.... AuthItemChildClass
|
|
9475
|
+
[2022-01-06T15.27.24.420] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Model init.... CategoriesClass
|
|
9476
|
+
[2022-01-06T15.27.24.421] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Relation init.... CategoriesClass
|
|
9477
|
+
[2022-01-06T15.27.24.422] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Model init.... CustomerClass
|
|
9478
|
+
[2022-01-06T15.27.24.423] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Relation init.... CustomerClass
|
|
9479
|
+
[2022-01-06T15.27.24.423] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Model init.... OrderClass
|
|
9480
|
+
[2022-01-06T15.27.24.424] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Relation init.... OrderClass
|
|
9481
|
+
[2022-01-06T15.27.24.424] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Model init.... OrderItemClass
|
|
9482
|
+
[2022-01-06T15.27.24.424] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Relation init.... OrderItemClass
|
|
9483
|
+
[2022-01-06T15.27.24.425] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Model init.... ProductModelsClass
|
|
9484
|
+
[2022-01-06T15.27.24.425] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Relation init.... ProductModelsClass
|
|
9485
|
+
[2022-01-06T15.27.24.425] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Model init.... ProductsClass
|
|
9486
|
+
[2022-01-06T15.27.24.426] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Relation init.... ProductsClass
|
|
9487
|
+
[2022-01-06T15.27.24.427] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Model init.... ProductToCategoriesClass
|
|
9488
|
+
[2022-01-06T15.27.24.427] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Relation init.... ProductToCategoriesClass
|
|
9489
|
+
[2022-01-06T15.27.24.428] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Model init.... StocksClass
|
|
9490
|
+
[2022-01-06T15.27.24.428] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Relation init.... StocksClass
|
|
9491
|
+
[2022-01-06T15.27.24.428] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Model init.... UserPermissionClass
|
|
9492
|
+
[2022-01-06T15.27.24.429] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Relation init.... UserPermissionClass
|
|
9493
|
+
[2022-01-06T15.27.24.523] [DEBUG] BaseChyz [298] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller load ApiController (/api)
|
|
9494
|
+
[2022-01-06T15.27.24.523] [DEBUG] BaseChyz [305] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller route Path /api/
|
|
9495
|
+
[2022-01-06T15.27.24.524] [DEBUG] BaseChyz [305] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller route Path /api/orderCreate
|
|
9496
|
+
[2022-01-06T15.27.24.524] [DEBUG] BaseChyz [305] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller route Path /api/order/list
|
|
9497
|
+
[2022-01-06T15.27.24.525] [DEBUG] BaseChyz [305] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller route Path /api/categories
|
|
9498
|
+
[2022-01-06T15.27.24.594] [DEBUG] BaseChyz [298] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller load ApiController (/basic/api)
|
|
9499
|
+
[2022-01-06T15.27.24.594] [DEBUG] BaseChyz [305] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller route Path /basic/api/
|
|
9500
|
+
[2022-01-06T15.27.24.595] [DEBUG] BaseChyz [305] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller route Path /basic/api/orderCreate
|
|
9501
|
+
[2022-01-06T15.27.24.595] [DEBUG] BaseChyz [305] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller route Path /basic/api/order/list
|
|
9502
|
+
[2022-01-06T15.27.24.596] [DEBUG] BaseChyz [305] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller route Path /basic/api/categories
|
|
9503
|
+
[2022-01-06T15.27.24.699] [DEBUG] BaseChyz [298] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller load ApiController (/oauth2.0)
|
|
9504
|
+
[2022-01-06T15.27.24.699] [DEBUG] BaseChyz [305] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller route Path /oauth2.0/
|
|
9505
|
+
[2022-01-06T15.27.24.700] [DEBUG] BaseChyz [305] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller route Path /oauth2.0/orderCreate
|
|
9506
|
+
[2022-01-06T15.27.24.737] [DEBUG] BaseChyz [298] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller load PublicController (/public)
|
|
9507
|
+
[2022-01-06T15.27.24.738] [DEBUG] BaseChyz [305] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller route Path /public/
|
|
9508
|
+
[2022-01-06T15.27.24.878] [DEBUG] BaseChyz [298] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller load SiteController (/site)
|
|
9509
|
+
[2022-01-06T15.27.24.879] [DEBUG] BaseChyz [305] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller route Path /site/index
|
|
9510
|
+
[2022-01-06T15.27.24.879] [DEBUG] BaseChyz [305] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller route Path /site/login
|
|
9511
|
+
[2022-01-06T15.27.24.880] [DEBUG] BaseChyz [305] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller route Path /site/logout
|
|
9512
|
+
[2022-01-06T15.27.24.880] [DEBUG] BaseChyz [305] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller route Path /site/signup
|
|
9513
|
+
[2022-01-06T15.27.24.888] [INFO] BaseChyz [197] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Express Server Starting
|
|
9514
|
+
[2022-01-06T15.27.24.892] [INFO] BaseChyz [197] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Express Server Start
|
|
9515
|
+
[2022-01-06T15.27.24.893] [INFO] BaseChyz [197] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Liten Port 3000
|
|
9516
|
+
[2022-01-06T15.27.24.893] [INFO] BaseChyz [197] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - http://localhost:3000
|
|
9517
|
+
[2022-01-06T15.27.24.898] [INFO] BaseChyz [197] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - http://192.168.56.1:3000
|
|
9518
|
+
[2022-01-06T15.27.25.602] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Executing (default): SELECT 1+1 AS result
|
|
9519
|
+
[2022-01-06T15.27.25.668] [INFO] BaseChyz [197] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Connection has been established successfully.
|
|
9520
|
+
[2022-01-06T15.27.26.500] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Call Request id api
|
|
9521
|
+
[2022-01-06T15.27.26.511] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Executing (default): SELECT "id", "name", "username", "password", "email", "permissions_id", "authkey", "status" FROM "users" AS "User" WHERE "User"."id" = 1;
|
|
9522
|
+
[2022-01-06T15.27.26.579] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Find Identity By AccessToken: User Found {
|
|
9523
|
+
user: 1,
|
|
9524
|
+
ip: '::1',
|
|
9525
|
+
agent: 'PostmanRuntime/7.28.4',
|
|
9526
|
+
platform: 'admin',
|
|
9527
|
+
role: [ 'admin' ],
|
|
9528
|
+
permissions: [
|
|
9529
|
+
'alprboxkoli',
|
|
9530
|
+
'edisboxkoli',
|
|
9531
|
+
'hubboxkoli',
|
|
9532
|
+
'edisboxold',
|
|
9533
|
+
'edisboxnew',
|
|
9534
|
+
'hubboxold',
|
|
9535
|
+
'hubboxnew',
|
|
9536
|
+
'alprboxold',
|
|
9537
|
+
'alprboxnew'
|
|
9538
|
+
],
|
|
9539
|
+
iat: 1641464614
|
|
9540
|
+
}
|
|
9541
|
+
[2022-01-06T15.27.26.582] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Find Identity By AccessToken: User Verify Success
|
|
9542
|
+
[2022-01-06T15.27.29.549] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Executing (default): SELECT "item_name", "user_id" FROM "auth_assignment" AS "AuthAssignmentClass" WHERE "AuthAssignmentClass"."user_id" = '1';
|
|
9543
|
+
[2022-01-06T15.27.33.053] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Executing (default): SELECT "name", "type", "description", "rule_name" FROM "auth_item" AS "AuthItemClass" WHERE "AuthItemClass"."name" = 'admin';
|
|
9544
|
+
[2022-01-06T15.27.33.121] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Executing (default): SELECT "parent", "child" FROM "auth_item_child" AS "AuthItemChildClass" WHERE "AuthItemChildClass"."child" = 'admin';
|
|
9545
|
+
[2022-01-06T15.27.34.445] [ERROR] BaseChyz [205] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - ForbiddenHttpException: You are not allowed to perform this action.
|
|
9546
|
+
at new BaseError (C:\PROJELER\github\Chy-Nodejs-Framework\base\BaseError.ts:18:15)
|
|
9547
|
+
at new ForbiddenHttpException (C:\PROJELER\github\Chy-Nodejs-Framework\base\ForbiddenHttpException.ts:11:9)
|
|
9548
|
+
at AccessControl.denyAccess (C:\PROJELER\github\Chy-Nodejs-Framework\filters\AccessControl.ts:74:22)
|
|
9549
|
+
at AccessControl.<anonymous> (C:\PROJELER\github\Chy-Nodejs-Framework\filters\AccessControl.ts:65:18)
|
|
9550
|
+
at Generator.next (<anonymous>)
|
|
9551
|
+
at fulfilled (C:\PROJELER\github\Chy-Nodejs-Framework\filters\AccessControl.ts:5:58)
|
|
9552
|
+
at processTicksAndRejections (internal/process/task_queues.js:93:5) {
|
|
9553
|
+
statusCode: 403
|
|
9554
|
+
}
|
|
9555
|
+
[2022-01-06T15.27.54.163] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Call Request id api
|
|
9556
|
+
[2022-01-06T15.27.54.429] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Executing (default): SELECT "id", "name", "username", "password", "email", "permissions_id", "authkey", "status" FROM "users" AS "User" WHERE "User"."id" = 1;
|
|
9557
|
+
[2022-01-06T15.27.54.495] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Find Identity By AccessToken: User Found {
|
|
9558
|
+
user: 1,
|
|
9559
|
+
ip: '::1',
|
|
9560
|
+
agent: 'PostmanRuntime/7.28.4',
|
|
9561
|
+
platform: 'admin',
|
|
9562
|
+
role: [ 'admin' ],
|
|
9563
|
+
permissions: [
|
|
9564
|
+
'alprboxkoli',
|
|
9565
|
+
'edisboxkoli',
|
|
9566
|
+
'hubboxkoli',
|
|
9567
|
+
'edisboxold',
|
|
9568
|
+
'edisboxnew',
|
|
9569
|
+
'hubboxold',
|
|
9570
|
+
'hubboxnew',
|
|
9571
|
+
'alprboxold',
|
|
9572
|
+
'alprboxnew'
|
|
9573
|
+
],
|
|
9574
|
+
iat: 1641464614
|
|
9575
|
+
}
|
|
9576
|
+
[2022-01-06T15.30.01.435] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Model init.... AuthAssignmentClass
|
|
9577
|
+
[2022-01-06T15.30.01.437] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Relation init.... AuthAssignmentClass
|
|
9578
|
+
[2022-01-06T15.30.01.439] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Model init.... AuthItemClass
|
|
9579
|
+
[2022-01-06T15.30.01.440] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Relation init.... AuthItemClass
|
|
9580
|
+
[2022-01-06T15.30.01.441] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Model init.... AuthItemChildClass
|
|
9581
|
+
[2022-01-06T15.30.01.442] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Relation init.... AuthItemChildClass
|
|
9582
|
+
[2022-01-06T15.30.01.443] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Model init.... CategoriesClass
|
|
9583
|
+
[2022-01-06T15.30.01.443] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Relation init.... CategoriesClass
|
|
9584
|
+
[2022-01-06T15.30.01.445] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Model init.... CustomerClass
|
|
9585
|
+
[2022-01-06T15.30.01.445] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Relation init.... CustomerClass
|
|
9586
|
+
[2022-01-06T15.30.01.446] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Model init.... OrderClass
|
|
9587
|
+
[2022-01-06T15.30.01.446] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Relation init.... OrderClass
|
|
9588
|
+
[2022-01-06T15.30.01.446] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Model init.... OrderItemClass
|
|
9589
|
+
[2022-01-06T15.30.01.447] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Relation init.... OrderItemClass
|
|
9590
|
+
[2022-01-06T15.30.01.447] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Model init.... ProductModelsClass
|
|
9591
|
+
[2022-01-06T15.30.01.447] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Relation init.... ProductModelsClass
|
|
9592
|
+
[2022-01-06T15.30.01.448] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Model init.... ProductsClass
|
|
9593
|
+
[2022-01-06T15.30.01.448] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Relation init.... ProductsClass
|
|
9594
|
+
[2022-01-06T15.30.01.449] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Model init.... ProductToCategoriesClass
|
|
9595
|
+
[2022-01-06T15.30.01.449] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Relation init.... ProductToCategoriesClass
|
|
9596
|
+
[2022-01-06T15.30.01.450] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Model init.... StocksClass
|
|
9597
|
+
[2022-01-06T15.30.01.450] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Relation init.... StocksClass
|
|
9598
|
+
[2022-01-06T15.30.01.451] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Model init.... UserPermissionClass
|
|
9599
|
+
[2022-01-06T15.30.01.451] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Relation init.... UserPermissionClass
|
|
9600
|
+
[2022-01-06T15.30.01.545] [DEBUG] BaseChyz [298] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller load ApiController (/api)
|
|
9601
|
+
[2022-01-06T15.30.01.545] [DEBUG] BaseChyz [305] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller route Path /api/
|
|
9602
|
+
[2022-01-06T15.30.01.546] [DEBUG] BaseChyz [305] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller route Path /api/orderCreate
|
|
9603
|
+
[2022-01-06T15.30.01.546] [DEBUG] BaseChyz [305] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller route Path /api/order/list
|
|
9604
|
+
[2022-01-06T15.30.01.546] [DEBUG] BaseChyz [305] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller route Path /api/categories
|
|
9605
|
+
[2022-01-06T15.30.01.613] [DEBUG] BaseChyz [298] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller load ApiController (/basic/api)
|
|
9606
|
+
[2022-01-06T15.30.01.613] [DEBUG] BaseChyz [305] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller route Path /basic/api/
|
|
9607
|
+
[2022-01-06T15.30.01.614] [DEBUG] BaseChyz [305] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller route Path /basic/api/orderCreate
|
|
9608
|
+
[2022-01-06T15.30.01.614] [DEBUG] BaseChyz [305] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller route Path /basic/api/order/list
|
|
9609
|
+
[2022-01-06T15.30.01.614] [DEBUG] BaseChyz [305] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller route Path /basic/api/categories
|
|
9610
|
+
[2022-01-06T15.30.01.721] [DEBUG] BaseChyz [298] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller load ApiController (/oauth2.0)
|
|
9611
|
+
[2022-01-06T15.30.01.721] [DEBUG] BaseChyz [305] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller route Path /oauth2.0/
|
|
9612
|
+
[2022-01-06T15.30.01.721] [DEBUG] BaseChyz [305] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller route Path /oauth2.0/orderCreate
|
|
9613
|
+
[2022-01-06T15.30.01.758] [DEBUG] BaseChyz [298] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller load PublicController (/public)
|
|
9614
|
+
[2022-01-06T15.30.01.759] [DEBUG] BaseChyz [305] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller route Path /public/
|
|
9615
|
+
[2022-01-06T15.30.01.927] [DEBUG] BaseChyz [298] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller load SiteController (/site)
|
|
9616
|
+
[2022-01-06T15.30.01.927] [DEBUG] BaseChyz [305] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller route Path /site/index
|
|
9617
|
+
[2022-01-06T15.30.01.928] [DEBUG] BaseChyz [305] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller route Path /site/login
|
|
9618
|
+
[2022-01-06T15.30.01.928] [DEBUG] BaseChyz [305] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller route Path /site/logout
|
|
9619
|
+
[2022-01-06T15.30.01.929] [DEBUG] BaseChyz [305] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller route Path /site/signup
|
|
9620
|
+
[2022-01-06T15.30.01.937] [INFO] BaseChyz [197] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Express Server Starting
|
|
9621
|
+
[2022-01-06T15.30.01.940] [INFO] BaseChyz [197] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Express Server Start
|
|
9622
|
+
[2022-01-06T15.30.01.940] [INFO] BaseChyz [197] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Liten Port 3000
|
|
9623
|
+
[2022-01-06T15.30.01.941] [INFO] BaseChyz [197] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - http://localhost:3000
|
|
9624
|
+
[2022-01-06T15.30.01.946] [INFO] BaseChyz [197] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - http://192.168.56.1:3000
|
|
9625
|
+
[2022-01-06T15.30.02.654] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Executing (default): SELECT 1+1 AS result
|
|
9626
|
+
[2022-01-06T15.30.02.719] [INFO] BaseChyz [197] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Connection has been established successfully.
|
|
9627
|
+
[2022-01-06T15.30.05.950] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Call Request id api
|
|
9628
|
+
[2022-01-06T15.30.05.960] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Executing (default): SELECT "id", "name", "username", "password", "email", "permissions_id", "authkey", "status" FROM "users" AS "User" WHERE "User"."id" = 1;
|
|
9629
|
+
[2022-01-06T15.30.06.028] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Find Identity By AccessToken: User Found {
|
|
9630
|
+
user: 1,
|
|
9631
|
+
ip: '::1',
|
|
9632
|
+
agent: 'PostmanRuntime/7.28.4',
|
|
9633
|
+
platform: 'admin',
|
|
9634
|
+
role: [ 'admin' ],
|
|
9635
|
+
permissions: [
|
|
9636
|
+
'alprboxkoli',
|
|
9637
|
+
'edisboxkoli',
|
|
9638
|
+
'hubboxkoli',
|
|
9639
|
+
'edisboxold',
|
|
9640
|
+
'edisboxnew',
|
|
9641
|
+
'hubboxold',
|
|
9642
|
+
'hubboxnew',
|
|
9643
|
+
'alprboxold',
|
|
9644
|
+
'alprboxnew'
|
|
9645
|
+
],
|
|
9646
|
+
iat: 1641464614
|
|
9647
|
+
}
|
|
9648
|
+
[2022-01-06T15.30.06.031] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Find Identity By AccessToken: User Verify Success
|
|
9649
|
+
[2022-01-06T15.30.23.282] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Executing (default): SELECT "item_name", "user_id" FROM "auth_assignment" AS "AuthAssignmentClass" WHERE "AuthAssignmentClass"."user_id" = '1';
|
|
9650
|
+
[2022-01-06T15.30.51.940] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Executing (default): SELECT "name", "type", "description", "rule_name" FROM "auth_item" AS "AuthItemClass" WHERE "AuthItemClass"."name" = 'admin';
|
|
9651
|
+
[2022-01-06T15.31.04.269] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Executing (default): SELECT "parent", "child" FROM "auth_item_child" AS "AuthItemChildClass" WHERE "AuthItemChildClass"."child" = 'admin';
|
|
9652
|
+
[2022-01-06T15.32.01.651] [ERROR] BaseChyz [205] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - ForbiddenHttpException: You are not allowed to perform this action.
|
|
9653
|
+
at new BaseError (C:\PROJELER\github\Chy-Nodejs-Framework\base\BaseError.ts:18:15)
|
|
9654
|
+
at new ForbiddenHttpException (C:\PROJELER\github\Chy-Nodejs-Framework\base\ForbiddenHttpException.ts:11:9)
|
|
9655
|
+
at AccessControl.denyAccess (C:\PROJELER\github\Chy-Nodejs-Framework\filters\AccessControl.ts:74:22)
|
|
9656
|
+
at AccessControl.<anonymous> (C:\PROJELER\github\Chy-Nodejs-Framework\filters\AccessControl.ts:65:18)
|
|
9657
|
+
at Generator.next (<anonymous>)
|
|
9658
|
+
at fulfilled (C:\PROJELER\github\Chy-Nodejs-Framework\filters\AccessControl.ts:5:58)
|
|
9659
|
+
at processTicksAndRejections (internal/process/task_queues.js:93:5) {
|
|
9660
|
+
statusCode: 403
|
|
9661
|
+
}
|
|
9662
|
+
[2022-01-06T15.38.15.165] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Model init.... AuthAssignmentClass
|
|
9663
|
+
[2022-01-06T15.38.15.167] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Relation init.... AuthAssignmentClass
|
|
9664
|
+
[2022-01-06T15.38.15.169] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Model init.... AuthItemClass
|
|
9665
|
+
[2022-01-06T15.38.15.170] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Relation init.... AuthItemClass
|
|
9666
|
+
[2022-01-06T15.38.15.171] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Model init.... AuthItemChildClass
|
|
9667
|
+
[2022-01-06T15.38.15.171] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Relation init.... AuthItemChildClass
|
|
9668
|
+
[2022-01-06T15.38.15.172] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Model init.... CategoriesClass
|
|
9669
|
+
[2022-01-06T15.38.15.172] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Relation init.... CategoriesClass
|
|
9670
|
+
[2022-01-06T15.38.15.174] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Model init.... CustomerClass
|
|
9671
|
+
[2022-01-06T15.38.15.175] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Relation init.... CustomerClass
|
|
9672
|
+
[2022-01-06T15.38.15.175] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Model init.... OrderClass
|
|
9673
|
+
[2022-01-06T15.38.15.175] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Relation init.... OrderClass
|
|
9674
|
+
[2022-01-06T15.38.15.176] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Model init.... OrderItemClass
|
|
9675
|
+
[2022-01-06T15.38.15.176] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Relation init.... OrderItemClass
|
|
9676
|
+
[2022-01-06T15.38.15.176] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Model init.... ProductModelsClass
|
|
9677
|
+
[2022-01-06T15.38.15.177] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Relation init.... ProductModelsClass
|
|
9678
|
+
[2022-01-06T15.38.15.177] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Model init.... ProductsClass
|
|
9679
|
+
[2022-01-06T15.38.15.177] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Relation init.... ProductsClass
|
|
9680
|
+
[2022-01-06T15.38.15.179] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Model init.... ProductToCategoriesClass
|
|
9681
|
+
[2022-01-06T15.38.15.179] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Relation init.... ProductToCategoriesClass
|
|
9682
|
+
[2022-01-06T15.38.15.179] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Model init.... StocksClass
|
|
9683
|
+
[2022-01-06T15.38.15.180] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Relation init.... StocksClass
|
|
9684
|
+
[2022-01-06T15.38.15.180] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Model init.... UserPermissionClass
|
|
9685
|
+
[2022-01-06T15.38.15.180] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Relation init.... UserPermissionClass
|
|
9686
|
+
[2022-01-06T15.38.15.277] [DEBUG] BaseChyz [298] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller load ApiController (/api)
|
|
9687
|
+
[2022-01-06T15.38.15.277] [DEBUG] BaseChyz [305] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller route Path /api/
|
|
9688
|
+
[2022-01-06T15.38.15.278] [DEBUG] BaseChyz [305] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller route Path /api/orderCreate
|
|
9689
|
+
[2022-01-06T15.38.15.278] [DEBUG] BaseChyz [305] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller route Path /api/order/list
|
|
9690
|
+
[2022-01-06T15.38.15.279] [DEBUG] BaseChyz [305] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller route Path /api/categories
|
|
9691
|
+
[2022-01-06T15.38.15.347] [DEBUG] BaseChyz [298] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller load ApiController (/basic/api)
|
|
9692
|
+
[2022-01-06T15.38.15.348] [DEBUG] BaseChyz [305] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller route Path /basic/api/
|
|
9693
|
+
[2022-01-06T15.38.15.348] [DEBUG] BaseChyz [305] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller route Path /basic/api/orderCreate
|
|
9694
|
+
[2022-01-06T15.38.15.349] [DEBUG] BaseChyz [305] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller route Path /basic/api/order/list
|
|
9695
|
+
[2022-01-06T15.38.15.349] [DEBUG] BaseChyz [305] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller route Path /basic/api/categories
|
|
9696
|
+
[2022-01-06T15.38.15.451] [DEBUG] BaseChyz [298] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller load ApiController (/oauth2.0)
|
|
9697
|
+
[2022-01-06T15.38.15.452] [DEBUG] BaseChyz [305] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller route Path /oauth2.0/
|
|
9698
|
+
[2022-01-06T15.38.15.452] [DEBUG] BaseChyz [305] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller route Path /oauth2.0/orderCreate
|
|
9699
|
+
[2022-01-06T15.38.15.518] [DEBUG] BaseChyz [298] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller load PublicController (/public)
|
|
9700
|
+
[2022-01-06T15.38.15.519] [DEBUG] BaseChyz [305] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller route Path /public/
|
|
9701
|
+
[2022-01-06T15.38.15.676] [DEBUG] BaseChyz [298] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller load SiteController (/site)
|
|
9702
|
+
[2022-01-06T15.38.15.677] [DEBUG] BaseChyz [305] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller route Path /site/index
|
|
9703
|
+
[2022-01-06T15.38.15.677] [DEBUG] BaseChyz [305] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller route Path /site/login
|
|
9704
|
+
[2022-01-06T15.38.15.678] [DEBUG] BaseChyz [305] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller route Path /site/logout
|
|
9705
|
+
[2022-01-06T15.38.15.678] [DEBUG] BaseChyz [305] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller route Path /site/signup
|
|
9706
|
+
[2022-01-06T15.38.15.685] [INFO] BaseChyz [197] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Express Server Starting
|
|
9707
|
+
[2022-01-06T15.38.15.688] [INFO] BaseChyz [197] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Express Server Start
|
|
9708
|
+
[2022-01-06T15.38.15.689] [INFO] BaseChyz [197] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Liten Port 3000
|
|
9709
|
+
[2022-01-06T15.38.15.689] [INFO] BaseChyz [197] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - http://localhost:3000
|
|
9710
|
+
[2022-01-06T15.38.15.694] [INFO] BaseChyz [197] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - http://192.168.56.1:3000
|
|
9711
|
+
[2022-01-06T15.38.16.385] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Executing (default): SELECT 1+1 AS result
|
|
9712
|
+
[2022-01-06T15.38.16.453] [INFO] BaseChyz [197] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Connection has been established successfully.
|
|
9713
|
+
[2022-01-06T15.38.16.885] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Call Request id api
|
|
9714
|
+
[2022-01-06T15.38.16.896] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Executing (default): SELECT "id", "name", "username", "password", "email", "permissions_id", "authkey", "status" FROM "users" AS "User" WHERE "User"."id" = 1;
|
|
9715
|
+
[2022-01-06T15.38.16.967] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Find Identity By AccessToken: User Found {
|
|
9716
|
+
user: 1,
|
|
9717
|
+
ip: '::1',
|
|
9718
|
+
agent: 'PostmanRuntime/7.28.4',
|
|
9719
|
+
platform: 'admin',
|
|
9720
|
+
role: [ 'admin' ],
|
|
9721
|
+
permissions: [
|
|
9722
|
+
'alprboxkoli',
|
|
9723
|
+
'edisboxkoli',
|
|
9724
|
+
'hubboxkoli',
|
|
9725
|
+
'edisboxold',
|
|
9726
|
+
'edisboxnew',
|
|
9727
|
+
'hubboxold',
|
|
9728
|
+
'hubboxnew',
|
|
9729
|
+
'alprboxold',
|
|
9730
|
+
'alprboxnew'
|
|
9731
|
+
],
|
|
9732
|
+
iat: 1641464614
|
|
9733
|
+
}
|
|
9734
|
+
[2022-01-06T15.38.16.970] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Find Identity By AccessToken: User Verify Success
|
|
9735
|
+
[2022-01-06T15.38.31.602] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Executing (default): SELECT "item_name", "user_id" FROM "auth_assignment" AS "AuthAssignmentClass" WHERE "AuthAssignmentClass"."user_id" = '1';
|
|
9736
|
+
[2022-01-06T15.39.06.448] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Executing (default): SELECT "name", "type", "description", "rule_name" FROM "auth_item" AS "AuthItemClass" WHERE "AuthItemClass"."name" = 'admin';
|
|
9737
|
+
[2022-01-06T15.39.28.620] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Request ID chyzzzz_1
|
|
9738
|
+
[2022-01-06T15.39.28.623] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Executing (default): SELECT "id", "title", "model_id", "properties" FROM "products" AS "ProductsClass";
|
|
9739
|
+
[2022-01-06T15.39.43.428] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Model init.... AuthAssignmentClass
|
|
9740
|
+
[2022-01-06T15.39.43.431] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Relation init.... AuthAssignmentClass
|
|
9741
|
+
[2022-01-06T15.39.43.433] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Model init.... AuthItemClass
|
|
9742
|
+
[2022-01-06T15.39.43.433] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Relation init.... AuthItemClass
|
|
9743
|
+
[2022-01-06T15.39.43.434] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Model init.... AuthItemChildClass
|
|
9744
|
+
[2022-01-06T15.39.43.435] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Relation init.... AuthItemChildClass
|
|
9745
|
+
[2022-01-06T15.39.43.436] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Model init.... CategoriesClass
|
|
9746
|
+
[2022-01-06T15.39.43.436] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Relation init.... CategoriesClass
|
|
9747
|
+
[2022-01-06T15.39.43.438] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Model init.... CustomerClass
|
|
9748
|
+
[2022-01-06T15.39.43.438] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Relation init.... CustomerClass
|
|
9749
|
+
[2022-01-06T15.39.43.439] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Model init.... OrderClass
|
|
9750
|
+
[2022-01-06T15.39.43.439] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Relation init.... OrderClass
|
|
9751
|
+
[2022-01-06T15.39.43.439] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Model init.... OrderItemClass
|
|
9752
|
+
[2022-01-06T15.39.43.440] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Relation init.... OrderItemClass
|
|
9753
|
+
[2022-01-06T15.39.43.440] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Model init.... ProductModelsClass
|
|
9754
|
+
[2022-01-06T15.39.43.441] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Relation init.... ProductModelsClass
|
|
9755
|
+
[2022-01-06T15.39.43.441] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Model init.... ProductsClass
|
|
9756
|
+
[2022-01-06T15.39.43.442] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Relation init.... ProductsClass
|
|
9757
|
+
[2022-01-06T15.39.43.443] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Model init.... ProductToCategoriesClass
|
|
9758
|
+
[2022-01-06T15.39.43.444] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Relation init.... ProductToCategoriesClass
|
|
9759
|
+
[2022-01-06T15.39.43.444] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Model init.... StocksClass
|
|
9760
|
+
[2022-01-06T15.39.43.444] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Relation init.... StocksClass
|
|
9761
|
+
[2022-01-06T15.39.43.445] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Model init.... UserPermissionClass
|
|
9762
|
+
[2022-01-06T15.39.43.445] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Relation init.... UserPermissionClass
|
|
9763
|
+
[2022-01-06T15.39.43.583] [DEBUG] BaseChyz [298] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller load ApiController (/api)
|
|
9764
|
+
[2022-01-06T15.39.43.584] [DEBUG] BaseChyz [305] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller route Path /api/
|
|
9765
|
+
[2022-01-06T15.39.43.584] [DEBUG] BaseChyz [305] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller route Path /api/orderCreate
|
|
9766
|
+
[2022-01-06T15.39.43.585] [DEBUG] BaseChyz [305] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller route Path /api/order/list
|
|
9767
|
+
[2022-01-06T15.39.43.585] [DEBUG] BaseChyz [305] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller route Path /api/categories
|
|
9768
|
+
[2022-01-06T15.39.43.663] [DEBUG] BaseChyz [298] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller load ApiController (/basic/api)
|
|
9769
|
+
[2022-01-06T15.39.43.664] [DEBUG] BaseChyz [305] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller route Path /basic/api/
|
|
9770
|
+
[2022-01-06T15.39.43.665] [DEBUG] BaseChyz [305] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller route Path /basic/api/orderCreate
|
|
9771
|
+
[2022-01-06T15.39.43.665] [DEBUG] BaseChyz [305] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller route Path /basic/api/order/list
|
|
9772
|
+
[2022-01-06T15.39.43.665] [DEBUG] BaseChyz [305] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller route Path /basic/api/categories
|
|
9773
|
+
[2022-01-06T15.39.43.761] [DEBUG] BaseChyz [298] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller load ApiController (/oauth2.0)
|
|
9774
|
+
[2022-01-06T15.39.43.762] [DEBUG] BaseChyz [305] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller route Path /oauth2.0/
|
|
9775
|
+
[2022-01-06T15.39.43.762] [DEBUG] BaseChyz [305] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller route Path /oauth2.0/orderCreate
|
|
9776
|
+
[2022-01-06T15.39.43.799] [DEBUG] BaseChyz [298] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller load PublicController (/public)
|
|
9777
|
+
[2022-01-06T15.39.43.800] [DEBUG] BaseChyz [305] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller route Path /public/
|
|
9778
|
+
[2022-01-06T15.39.43.949] [DEBUG] BaseChyz [298] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller load SiteController (/site)
|
|
9779
|
+
[2022-01-06T15.39.43.949] [DEBUG] BaseChyz [305] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller route Path /site/index
|
|
9780
|
+
[2022-01-06T15.39.43.950] [DEBUG] BaseChyz [305] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller route Path /site/login
|
|
9781
|
+
[2022-01-06T15.39.43.950] [DEBUG] BaseChyz [305] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller route Path /site/logout
|
|
9782
|
+
[2022-01-06T15.39.43.950] [DEBUG] BaseChyz [305] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller route Path /site/signup
|
|
9783
|
+
[2022-01-06T15.39.43.958] [INFO] BaseChyz [197] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Express Server Starting
|
|
9784
|
+
[2022-01-06T15.39.43.961] [INFO] BaseChyz [197] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Express Server Start
|
|
9785
|
+
[2022-01-06T15.39.43.961] [INFO] BaseChyz [197] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Liten Port 3000
|
|
9786
|
+
[2022-01-06T15.39.43.962] [INFO] BaseChyz [197] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - http://localhost:3000
|
|
9787
|
+
[2022-01-06T15.39.43.966] [INFO] BaseChyz [197] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - http://192.168.56.1:3000
|
|
9788
|
+
[2022-01-06T15.39.44.672] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Executing (default): SELECT 1+1 AS result
|
|
9789
|
+
[2022-01-06T15.39.44.736] [INFO] BaseChyz [197] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Connection has been established successfully.
|
|
9790
|
+
[2022-01-06T15.39.45.201] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Call Request id api
|
|
9791
|
+
[2022-01-06T15.39.45.211] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Executing (default): SELECT "id", "name", "username", "password", "email", "permissions_id", "authkey", "status" FROM "users" AS "User" WHERE "User"."id" = 1;
|
|
9792
|
+
[2022-01-06T15.39.45.278] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Find Identity By AccessToken: User Found {
|
|
9793
|
+
user: 1,
|
|
9794
|
+
ip: '::1',
|
|
9795
|
+
agent: 'PostmanRuntime/7.28.4',
|
|
9796
|
+
platform: 'admin',
|
|
9797
|
+
role: [ 'admin' ],
|
|
9798
|
+
permissions: [
|
|
9799
|
+
'alprboxkoli',
|
|
9800
|
+
'edisboxkoli',
|
|
9801
|
+
'hubboxkoli',
|
|
9802
|
+
'edisboxold',
|
|
9803
|
+
'edisboxnew',
|
|
9804
|
+
'hubboxold',
|
|
9805
|
+
'hubboxnew',
|
|
9806
|
+
'alprboxold',
|
|
9807
|
+
'alprboxnew'
|
|
9808
|
+
],
|
|
9809
|
+
iat: 1641464614
|
|
9810
|
+
}
|
|
9811
|
+
[2022-01-06T15.39.45.281] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Find Identity By AccessToken: User Verify Success
|
|
9812
|
+
[2022-01-06T15.39.48.017] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Executing (default): SELECT "item_name", "user_id" FROM "auth_assignment" AS "AuthAssignmentClass" WHERE "AuthAssignmentClass"."user_id" = '1';
|
|
9813
|
+
[2022-01-06T15.39.51.297] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Executing (default): SELECT "name", "type", "description", "rule_name" FROM "auth_item" AS "AuthItemClass" WHERE "AuthItemClass"."name" = 'admin2';
|
|
9814
|
+
[2022-01-06T15.39.52.158] [ERROR] BaseChyz [205] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - ForbiddenHttpException: You are not allowed to perform this action.
|
|
9815
|
+
at new BaseError (C:\PROJELER\github\Chy-Nodejs-Framework\base\BaseError.ts:18:15)
|
|
9816
|
+
at new ForbiddenHttpException (C:\PROJELER\github\Chy-Nodejs-Framework\base\ForbiddenHttpException.ts:11:9)
|
|
9817
|
+
at AccessControl.denyAccess (C:\PROJELER\github\Chy-Nodejs-Framework\filters\AccessControl.ts:74:22)
|
|
9818
|
+
at AccessControl.<anonymous> (C:\PROJELER\github\Chy-Nodejs-Framework\filters\AccessControl.ts:65:18)
|
|
9819
|
+
at Generator.next (<anonymous>)
|
|
9820
|
+
at fulfilled (C:\PROJELER\github\Chy-Nodejs-Framework\filters\AccessControl.ts:5:58)
|
|
9821
|
+
at processTicksAndRejections (internal/process/task_queues.js:93:5) {
|
|
9822
|
+
statusCode: 403
|
|
9823
|
+
}
|
|
9824
|
+
[2022-01-06T16.15.13.566] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Model init.... AuthAssignmentClass
|
|
9825
|
+
[2022-01-06T16.15.13.569] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Relation init.... AuthAssignmentClass
|
|
9826
|
+
[2022-01-06T16.15.13.573] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Model init.... AuthItemClass
|
|
9827
|
+
[2022-01-06T16.15.13.573] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Relation init.... AuthItemClass
|
|
9828
|
+
[2022-01-06T16.15.13.575] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Model init.... AuthItemChildClass
|
|
9829
|
+
[2022-01-06T16.15.13.575] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Relation init.... AuthItemChildClass
|
|
9830
|
+
[2022-01-06T16.15.13.576] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Model init.... CategoriesClass
|
|
9831
|
+
[2022-01-06T16.15.13.576] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Relation init.... CategoriesClass
|
|
9832
|
+
[2022-01-06T16.15.13.578] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Model init.... CustomerClass
|
|
9833
|
+
[2022-01-06T16.15.13.579] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Relation init.... CustomerClass
|
|
9834
|
+
[2022-01-06T16.15.13.579] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Model init.... OrderClass
|
|
9835
|
+
[2022-01-06T16.15.13.580] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Relation init.... OrderClass
|
|
9836
|
+
[2022-01-06T16.15.13.580] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Model init.... OrderItemClass
|
|
9837
|
+
[2022-01-06T16.15.13.580] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Relation init.... OrderItemClass
|
|
9838
|
+
[2022-01-06T16.15.13.581] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Model init.... ProductModelsClass
|
|
9839
|
+
[2022-01-06T16.15.13.581] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Relation init.... ProductModelsClass
|
|
9840
|
+
[2022-01-06T16.15.13.582] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Model init.... ProductsClass
|
|
9841
|
+
[2022-01-06T16.15.13.582] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Relation init.... ProductsClass
|
|
9842
|
+
[2022-01-06T16.15.13.583] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Model init.... ProductToCategoriesClass
|
|
9843
|
+
[2022-01-06T16.15.13.584] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Relation init.... ProductToCategoriesClass
|
|
9844
|
+
[2022-01-06T16.15.13.584] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Model init.... StocksClass
|
|
9845
|
+
[2022-01-06T16.15.13.585] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Relation init.... StocksClass
|
|
9846
|
+
[2022-01-06T16.15.13.585] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Model init.... UserPermissionClass
|
|
9847
|
+
[2022-01-06T16.15.13.585] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Relation init.... UserPermissionClass
|
|
9848
|
+
[2022-01-06T16.15.13.656] [DEBUG] BaseChyz [298] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller load ApiController (/api)
|
|
9849
|
+
[2022-01-06T16.15.13.656] [DEBUG] BaseChyz [305] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller route Path /api/
|
|
9850
|
+
[2022-01-06T16.15.13.656] [DEBUG] BaseChyz [305] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller route Path /api/orderCreate
|
|
9851
|
+
[2022-01-06T16.15.13.657] [DEBUG] BaseChyz [305] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller route Path /api/order/list
|
|
9852
|
+
[2022-01-06T16.15.13.657] [DEBUG] BaseChyz [305] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller route Path /api/categories
|
|
9853
|
+
[2022-01-06T16.15.13.706] [DEBUG] BaseChyz [298] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller load ApiController (/basic/api)
|
|
9854
|
+
[2022-01-06T16.15.13.707] [DEBUG] BaseChyz [305] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller route Path /basic/api/
|
|
9855
|
+
[2022-01-06T16.15.13.707] [DEBUG] BaseChyz [305] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller route Path /basic/api/orderCreate
|
|
9856
|
+
[2022-01-06T16.15.13.707] [DEBUG] BaseChyz [305] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller route Path /basic/api/order/list
|
|
9857
|
+
[2022-01-06T16.15.13.708] [DEBUG] BaseChyz [305] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller route Path /basic/api/categories
|
|
9858
|
+
[2022-01-06T16.15.13.774] [DEBUG] BaseChyz [298] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller load ApiController (/oauth2.0)
|
|
9859
|
+
[2022-01-06T16.15.13.775] [DEBUG] BaseChyz [305] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller route Path /oauth2.0/
|
|
9860
|
+
[2022-01-06T16.15.13.775] [DEBUG] BaseChyz [305] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller route Path /oauth2.0/orderCreate
|
|
9861
|
+
[2022-01-06T16.15.13.813] [DEBUG] BaseChyz [298] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller load PublicController (/public)
|
|
9862
|
+
[2022-01-06T16.15.13.813] [DEBUG] BaseChyz [305] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller route Path /public/
|
|
9863
|
+
[2022-01-06T16.15.13.927] [DEBUG] BaseChyz [298] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller load SiteController (/site)
|
|
9864
|
+
[2022-01-06T16.15.13.927] [DEBUG] BaseChyz [305] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller route Path /site/index
|
|
9865
|
+
[2022-01-06T16.15.13.928] [DEBUG] BaseChyz [305] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller route Path /site/login
|
|
9866
|
+
[2022-01-06T16.15.13.928] [DEBUG] BaseChyz [305] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller route Path /site/logout
|
|
9867
|
+
[2022-01-06T16.15.13.929] [DEBUG] BaseChyz [305] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller route Path /site/signup
|
|
9868
|
+
[2022-01-06T16.15.13.939] [INFO] BaseChyz [197] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Express Server Starting
|
|
9869
|
+
[2022-01-06T16.15.13.943] [INFO] BaseChyz [197] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Express Server Start
|
|
9870
|
+
[2022-01-06T16.15.13.944] [INFO] BaseChyz [197] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Liten Port 3000
|
|
9871
|
+
[2022-01-06T16.15.13.944] [INFO] BaseChyz [197] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - http://localhost:3000
|
|
9872
|
+
[2022-01-06T16.15.13.950] [INFO] BaseChyz [197] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - http://192.168.56.1:3000
|
|
9873
|
+
[2022-01-06T16.15.14.649] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Executing (default): SELECT 1+1 AS result
|
|
9874
|
+
[2022-01-06T16.15.14.714] [INFO] BaseChyz [197] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Connection has been established successfully.
|
|
9875
|
+
[2022-01-06T16.16.36.233] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Call Request id api
|
|
9876
|
+
[2022-01-06T16.16.36.519] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Executing (default): SELECT "id", "name", "username", "password", "email", "permissions_id", "authkey", "status" FROM "users" AS "User" WHERE "User"."id" = 1;
|
|
9877
|
+
[2022-01-06T16.16.36.589] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Find Identity By AccessToken: User Found {
|
|
9878
|
+
user: 1,
|
|
9879
|
+
ip: '::1',
|
|
9880
|
+
agent: 'PostmanRuntime/7.28.4',
|
|
9881
|
+
platform: 'admin',
|
|
9882
|
+
role: [ 'admin' ],
|
|
9883
|
+
permissions: [
|
|
9884
|
+
'alprboxkoli',
|
|
9885
|
+
'edisboxkoli',
|
|
9886
|
+
'hubboxkoli',
|
|
9887
|
+
'edisboxold',
|
|
9888
|
+
'edisboxnew',
|
|
9889
|
+
'hubboxold',
|
|
9890
|
+
'hubboxnew',
|
|
9891
|
+
'alprboxold',
|
|
9892
|
+
'alprboxnew'
|
|
9893
|
+
],
|
|
9894
|
+
iat: 1641464614
|
|
9895
|
+
}
|
|
9896
|
+
[2022-01-06T16.16.36.592] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Find Identity By AccessToken: User Verify Success
|
|
9897
|
+
[2022-01-06T16.16.36.594] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Executing (default): SELECT "item_name", "user_id" FROM "auth_assignment" AS "AuthAssignmentClass" WHERE "AuthAssignmentClass"."user_id" = '1';
|
|
9898
|
+
[2022-01-06T16.16.36.664] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Executing (default): SELECT "name", "type", "description", "rule_name" FROM "auth_item" AS "AuthItemClass" WHERE "AuthItemClass"."name" = 'admin2';
|
|
9899
|
+
[2022-01-06T16.16.36.730] [ERROR] BaseChyz [205] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - ForbiddenHttpException: You are not allowed to perform this action.
|
|
9900
|
+
at new BaseError (C:\PROJELER\github\Chy-Nodejs-Framework\base\BaseError.ts:18:15)
|
|
9901
|
+
at new ForbiddenHttpException (C:\PROJELER\github\Chy-Nodejs-Framework\base\ForbiddenHttpException.ts:11:9)
|
|
9902
|
+
at AccessControl.denyAccess (C:\PROJELER\github\Chy-Nodejs-Framework\filters\AccessControl.ts:74:22)
|
|
9903
|
+
at AccessControl.<anonymous> (C:\PROJELER\github\Chy-Nodejs-Framework\filters\AccessControl.ts:65:18)
|
|
9904
|
+
at Generator.next (<anonymous>)
|
|
9905
|
+
at fulfilled (C:\PROJELER\github\Chy-Nodejs-Framework\filters\AccessControl.ts:5:58)
|
|
9906
|
+
at processTicksAndRejections (internal/process/task_queues.js:93:5) {
|
|
9907
|
+
statusCode: 403
|
|
9908
|
+
}
|
|
9909
|
+
[2022-01-06T16.18.08.600] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Model init.... AuthAssignmentClass
|
|
9910
|
+
[2022-01-06T16.18.08.603] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Relation init.... AuthAssignmentClass
|
|
9911
|
+
[2022-01-06T16.18.08.606] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Model init.... AuthItemClass
|
|
9912
|
+
[2022-01-06T16.18.08.606] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Relation init.... AuthItemClass
|
|
9913
|
+
[2022-01-06T16.18.08.608] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Model init.... AuthItemChildClass
|
|
9914
|
+
[2022-01-06T16.18.08.611] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Relation init.... AuthItemChildClass
|
|
9915
|
+
[2022-01-06T16.18.08.612] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Model init.... CategoriesClass
|
|
9916
|
+
[2022-01-06T16.18.08.612] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Relation init.... CategoriesClass
|
|
9917
|
+
[2022-01-06T16.18.08.615] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Model init.... CustomerClass
|
|
9918
|
+
[2022-01-06T16.18.08.615] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Relation init.... CustomerClass
|
|
9919
|
+
[2022-01-06T16.18.08.615] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Model init.... OrderClass
|
|
9920
|
+
[2022-01-06T16.18.08.616] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Relation init.... OrderClass
|
|
9921
|
+
[2022-01-06T16.18.08.616] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Model init.... OrderItemClass
|
|
9922
|
+
[2022-01-06T16.18.08.616] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Relation init.... OrderItemClass
|
|
9923
|
+
[2022-01-06T16.18.08.617] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Model init.... ProductModelsClass
|
|
9924
|
+
[2022-01-06T16.18.08.617] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Relation init.... ProductModelsClass
|
|
9925
|
+
[2022-01-06T16.18.08.617] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Model init.... ProductsClass
|
|
9926
|
+
[2022-01-06T16.18.08.618] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Relation init.... ProductsClass
|
|
9927
|
+
[2022-01-06T16.18.08.619] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Model init.... ProductToCategoriesClass
|
|
9928
|
+
[2022-01-06T16.18.08.619] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Relation init.... ProductToCategoriesClass
|
|
9929
|
+
[2022-01-06T16.18.08.620] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Model init.... StocksClass
|
|
9930
|
+
[2022-01-06T16.18.08.620] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Relation init.... StocksClass
|
|
9931
|
+
[2022-01-06T16.18.08.620] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Model init.... UserPermissionClass
|
|
9932
|
+
[2022-01-06T16.18.08.621] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Relation init.... UserPermissionClass
|
|
9933
|
+
[2022-01-06T16.18.08.697] [DEBUG] BaseChyz [298] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller load ApiController (/api)
|
|
9934
|
+
[2022-01-06T16.18.08.697] [DEBUG] BaseChyz [305] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller route Path /api/
|
|
9935
|
+
[2022-01-06T16.18.08.698] [DEBUG] BaseChyz [305] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller route Path /api/orderCreate
|
|
9936
|
+
[2022-01-06T16.18.08.698] [DEBUG] BaseChyz [305] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller route Path /api/order/list
|
|
9937
|
+
[2022-01-06T16.18.08.699] [DEBUG] BaseChyz [305] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller route Path /api/categories
|
|
9938
|
+
[2022-01-06T16.18.08.753] [DEBUG] BaseChyz [298] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller load ApiController (/basic/api)
|
|
9939
|
+
[2022-01-06T16.18.08.754] [DEBUG] BaseChyz [305] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller route Path /basic/api/
|
|
9940
|
+
[2022-01-06T16.18.08.754] [DEBUG] BaseChyz [305] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller route Path /basic/api/orderCreate
|
|
9941
|
+
[2022-01-06T16.18.08.755] [DEBUG] BaseChyz [305] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller route Path /basic/api/order/list
|
|
9942
|
+
[2022-01-06T16.18.08.755] [DEBUG] BaseChyz [305] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller route Path /basic/api/categories
|
|
9943
|
+
[2022-01-06T16.18.08.830] [DEBUG] BaseChyz [298] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller load ApiController (/oauth2.0)
|
|
9944
|
+
[2022-01-06T16.18.08.830] [DEBUG] BaseChyz [305] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller route Path /oauth2.0/
|
|
9945
|
+
[2022-01-06T16.18.08.831] [DEBUG] BaseChyz [305] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller route Path /oauth2.0/orderCreate
|
|
9946
|
+
[2022-01-06T16.18.08.879] [DEBUG] BaseChyz [298] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller load PublicController (/public)
|
|
9947
|
+
[2022-01-06T16.18.08.879] [DEBUG] BaseChyz [305] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller route Path /public/
|
|
9948
|
+
[2022-01-06T16.18.09.000] [DEBUG] BaseChyz [298] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller load SiteController (/site)
|
|
9949
|
+
[2022-01-06T16.18.09.000] [DEBUG] BaseChyz [305] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller route Path /site/index
|
|
9950
|
+
[2022-01-06T16.18.09.001] [DEBUG] BaseChyz [305] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller route Path /site/login
|
|
9951
|
+
[2022-01-06T16.18.09.001] [DEBUG] BaseChyz [305] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller route Path /site/logout
|
|
9952
|
+
[2022-01-06T16.18.09.001] [DEBUG] BaseChyz [305] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller route Path /site/signup
|
|
9953
|
+
[2022-01-06T16.18.09.007] [INFO] BaseChyz [197] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Express Server Starting
|
|
9954
|
+
[2022-01-06T16.18.09.010] [INFO] BaseChyz [197] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Express Server Start
|
|
9955
|
+
[2022-01-06T16.18.09.011] [INFO] BaseChyz [197] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Liten Port 3000
|
|
9956
|
+
[2022-01-06T16.18.09.011] [INFO] BaseChyz [197] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - http://localhost:3000
|
|
9957
|
+
[2022-01-06T16.18.09.016] [INFO] BaseChyz [197] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - http://192.168.56.1:3000
|
|
9958
|
+
[2022-01-06T16.18.09.696] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Executing (default): SELECT 1+1 AS result
|
|
9959
|
+
[2022-01-06T16.18.09.760] [INFO] BaseChyz [197] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Connection has been established successfully.
|
|
9960
|
+
[2022-01-06T16.18.13.615] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Call Request id api
|
|
9961
|
+
[2022-01-06T16.18.13.622] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Executing (default): SELECT "id", "name", "username", "password", "email", "permissions_id", "authkey", "status" FROM "users" AS "User" WHERE "User"."id" = 1;
|
|
9962
|
+
[2022-01-06T16.18.13.690] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Find Identity By AccessToken: User Found {
|
|
9963
|
+
user: 1,
|
|
9964
|
+
ip: '::1',
|
|
9965
|
+
agent: 'PostmanRuntime/7.28.4',
|
|
9966
|
+
platform: 'admin',
|
|
9967
|
+
role: [ 'admin' ],
|
|
9968
|
+
permissions: [
|
|
9969
|
+
'alprboxkoli',
|
|
9970
|
+
'edisboxkoli',
|
|
9971
|
+
'hubboxkoli',
|
|
9972
|
+
'edisboxold',
|
|
9973
|
+
'edisboxnew',
|
|
9974
|
+
'hubboxold',
|
|
9975
|
+
'hubboxnew',
|
|
9976
|
+
'alprboxold',
|
|
9977
|
+
'alprboxnew'
|
|
9978
|
+
],
|
|
9979
|
+
iat: 1641464614
|
|
9980
|
+
}
|
|
9981
|
+
[2022-01-06T16.18.13.693] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Find Identity By AccessToken: User Verify Success
|
|
9982
|
+
[2022-01-06T16.18.13.695] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Executing (default): SELECT "item_name", "user_id" FROM "auth_assignment" AS "AuthAssignmentClass" WHERE "AuthAssignmentClass"."user_id" = '1';
|
|
9983
|
+
[2022-01-06T16.18.13.762] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Executing (default): SELECT "name", "type", "description", "rule_name" FROM "auth_item" AS "AuthItemClass" WHERE "AuthItemClass"."name" = 'admin2';
|
|
9984
|
+
[2022-01-06T16.18.13.828] [ERROR] BaseChyz [205] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - ForbiddenHttpException: You are not allowed to perform this action.
|
|
9985
|
+
at new BaseError (C:\PROJELER\github\Chy-Nodejs-Framework\base\BaseError.ts:18:15)
|
|
9986
|
+
at new ForbiddenHttpException (C:\PROJELER\github\Chy-Nodejs-Framework\base\ForbiddenHttpException.ts:11:9)
|
|
9987
|
+
at AccessControl.denyAccess (C:\PROJELER\github\Chy-Nodejs-Framework\filters\AccessControl.ts:74:22)
|
|
9988
|
+
at AccessControl.<anonymous> (C:\PROJELER\github\Chy-Nodejs-Framework\filters\AccessControl.ts:65:18)
|
|
9989
|
+
at Generator.next (<anonymous>)
|
|
9990
|
+
at fulfilled (C:\PROJELER\github\Chy-Nodejs-Framework\filters\AccessControl.ts:5:58)
|
|
9991
|
+
at processTicksAndRejections (internal/process/task_queues.js:93:5) {
|
|
9992
|
+
statusCode: 403
|
|
9993
|
+
}
|
|
9994
|
+
[2022-01-06T16.18.26.923] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Call Request id api
|
|
9995
|
+
[2022-01-06T16.18.27.187] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Executing (default): SELECT "id", "name", "username", "password", "email", "permissions_id", "authkey", "status" FROM "users" AS "User" WHERE "User"."id" = 1;
|
|
9996
|
+
[2022-01-06T16.18.27.253] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Find Identity By AccessToken: User Found {
|
|
9997
|
+
user: 1,
|
|
9998
|
+
ip: '::1',
|
|
9999
|
+
agent: 'PostmanRuntime/7.28.4',
|
|
10000
|
+
platform: 'admin',
|
|
10001
|
+
role: [ 'admin' ],
|
|
10002
|
+
permissions: [
|
|
10003
|
+
'alprboxkoli',
|
|
10004
|
+
'edisboxkoli',
|
|
10005
|
+
'hubboxkoli',
|
|
10006
|
+
'edisboxold',
|
|
10007
|
+
'edisboxnew',
|
|
10008
|
+
'hubboxold',
|
|
10009
|
+
'hubboxnew',
|
|
10010
|
+
'alprboxold',
|
|
10011
|
+
'alprboxnew'
|
|
10012
|
+
],
|
|
10013
|
+
iat: 1641464614
|
|
10014
|
+
}
|
|
10015
|
+
[2022-01-06T16.18.27.254] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Find Identity By AccessToken: User Verify Success
|
|
10016
|
+
[2022-01-06T16.18.27.256] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Executing (default): SELECT "name", "type", "description", "rule_name" FROM "auth_item" AS "AuthItemClass" WHERE "AuthItemClass"."name" = 'admin2';
|
|
10017
|
+
[2022-01-06T16.18.27.325] [ERROR] BaseChyz [205] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - ForbiddenHttpException: You are not allowed to perform this action.
|
|
10018
|
+
at new BaseError (C:\PROJELER\github\Chy-Nodejs-Framework\base\BaseError.ts:18:15)
|
|
10019
|
+
at new ForbiddenHttpException (C:\PROJELER\github\Chy-Nodejs-Framework\base\ForbiddenHttpException.ts:11:9)
|
|
10020
|
+
at AccessControl.denyAccess (C:\PROJELER\github\Chy-Nodejs-Framework\filters\AccessControl.ts:74:22)
|
|
10021
|
+
at AccessControl.<anonymous> (C:\PROJELER\github\Chy-Nodejs-Framework\filters\AccessControl.ts:65:18)
|
|
10022
|
+
at Generator.next (<anonymous>)
|
|
10023
|
+
at fulfilled (C:\PROJELER\github\Chy-Nodejs-Framework\filters\AccessControl.ts:5:58)
|
|
10024
|
+
at processTicksAndRejections (internal/process/task_queues.js:93:5) {
|
|
10025
|
+
statusCode: 403
|
|
10026
|
+
}
|
|
10027
|
+
[2022-01-06T16.23.44.284] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Call Request id api
|
|
10028
|
+
[2022-01-06T16.23.44.561] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Executing (default): SELECT "id", "name", "username", "password", "email", "permissions_id", "authkey", "status" FROM "users" AS "User" WHERE "User"."id" = 1;
|
|
10029
|
+
[2022-01-06T16.23.44.631] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Find Identity By AccessToken: User Found {
|
|
10030
|
+
user: 1,
|
|
10031
|
+
ip: '::1',
|
|
10032
|
+
agent: 'PostmanRuntime/7.28.4',
|
|
10033
|
+
platform: 'admin',
|
|
10034
|
+
role: [ 'admin' ],
|
|
10035
|
+
permissions: [
|
|
10036
|
+
'alprboxkoli',
|
|
10037
|
+
'edisboxkoli',
|
|
10038
|
+
'hubboxkoli',
|
|
10039
|
+
'edisboxold',
|
|
10040
|
+
'edisboxnew',
|
|
10041
|
+
'hubboxold',
|
|
10042
|
+
'hubboxnew',
|
|
10043
|
+
'alprboxold',
|
|
10044
|
+
'alprboxnew'
|
|
10045
|
+
],
|
|
10046
|
+
iat: 1641464614
|
|
10047
|
+
}
|
|
10048
|
+
[2022-01-06T16.23.44.632] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Find Identity By AccessToken: User Verify Success
|
|
10049
|
+
[2022-01-06T16.23.44.633] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Executing (default): SELECT "name", "type", "description", "rule_name" FROM "auth_item" AS "AuthItemClass" WHERE "AuthItemClass"."name" = 'admin2';
|
|
10050
|
+
[2022-01-06T16.23.44.702] [ERROR] BaseChyz [205] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - ForbiddenHttpException: You are not allowed to perform this action.
|
|
10051
|
+
at new BaseError (C:\PROJELER\github\Chy-Nodejs-Framework\base\BaseError.ts:18:15)
|
|
10052
|
+
at new ForbiddenHttpException (C:\PROJELER\github\Chy-Nodejs-Framework\base\ForbiddenHttpException.ts:11:9)
|
|
10053
|
+
at AccessControl.denyAccess (C:\PROJELER\github\Chy-Nodejs-Framework\filters\AccessControl.ts:74:22)
|
|
10054
|
+
at AccessControl.<anonymous> (C:\PROJELER\github\Chy-Nodejs-Framework\filters\AccessControl.ts:65:18)
|
|
10055
|
+
at Generator.next (<anonymous>)
|
|
10056
|
+
at fulfilled (C:\PROJELER\github\Chy-Nodejs-Framework\filters\AccessControl.ts:5:58)
|
|
10057
|
+
at processTicksAndRejections (internal/process/task_queues.js:93:5) {
|
|
10058
|
+
statusCode: 403
|
|
10059
|
+
}
|
|
10060
|
+
[2022-01-06T16.40.27.457] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Call Request id api
|
|
10061
|
+
[2022-01-06T16.40.27.726] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Executing (default): SELECT "id", "name", "username", "password", "email", "permissions_id", "authkey", "status" FROM "users" AS "User" WHERE "User"."id" = 1;
|
|
10062
|
+
[2022-01-06T16.40.27.794] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Find Identity By AccessToken: User Found {
|
|
10063
|
+
user: 1,
|
|
10064
|
+
ip: '::1',
|
|
10065
|
+
agent: 'PostmanRuntime/7.28.4',
|
|
10066
|
+
platform: 'admin',
|
|
10067
|
+
role: [ 'admin' ],
|
|
10068
|
+
permissions: [
|
|
10069
|
+
'alprboxkoli',
|
|
10070
|
+
'edisboxkoli',
|
|
10071
|
+
'hubboxkoli',
|
|
10072
|
+
'edisboxold',
|
|
10073
|
+
'edisboxnew',
|
|
10074
|
+
'hubboxold',
|
|
10075
|
+
'hubboxnew',
|
|
10076
|
+
'alprboxold',
|
|
10077
|
+
'alprboxnew'
|
|
10078
|
+
],
|
|
10079
|
+
iat: 1641464614
|
|
10080
|
+
}
|
|
10081
|
+
[2022-01-06T16.40.27.796] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Find Identity By AccessToken: User Verify Success
|
|
10082
|
+
[2022-01-06T16.40.27.797] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Executing (default): SELECT "name", "type", "description", "rule_name" FROM "auth_item" AS "AuthItemClass" WHERE "AuthItemClass"."name" = 'admin2';
|
|
10083
|
+
[2022-01-06T16.40.27.864] [ERROR] BaseChyz [205] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - ForbiddenHttpException: You are not allowed to perform this action.
|
|
10084
|
+
at new BaseError (C:\PROJELER\github\Chy-Nodejs-Framework\base\BaseError.ts:18:15)
|
|
10085
|
+
at new ForbiddenHttpException (C:\PROJELER\github\Chy-Nodejs-Framework\base\ForbiddenHttpException.ts:11:9)
|
|
10086
|
+
at AccessControl.denyAccess (C:\PROJELER\github\Chy-Nodejs-Framework\filters\AccessControl.ts:74:22)
|
|
10087
|
+
at AccessControl.<anonymous> (C:\PROJELER\github\Chy-Nodejs-Framework\filters\AccessControl.ts:65:18)
|
|
10088
|
+
at Generator.next (<anonymous>)
|
|
10089
|
+
at fulfilled (C:\PROJELER\github\Chy-Nodejs-Framework\filters\AccessControl.ts:5:58)
|
|
10090
|
+
at processTicksAndRejections (internal/process/task_queues.js:93:5) {
|
|
10091
|
+
statusCode: 403
|
|
10092
|
+
}
|
|
10093
|
+
[2022-01-06T16.40.52.653] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Call Request id api
|
|
10094
|
+
[2022-01-06T16.40.52.930] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Executing (default): SELECT "id", "name", "username", "password", "email", "permissions_id", "authkey", "status" FROM "users" AS "User" WHERE "User"."id" = 1;
|
|
10095
|
+
[2022-01-06T16.40.52.999] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Find Identity By AccessToken: User Found {
|
|
10096
|
+
user: 1,
|
|
10097
|
+
ip: '::1',
|
|
10098
|
+
agent: 'PostmanRuntime/7.28.4',
|
|
10099
|
+
platform: 'admin',
|
|
10100
|
+
role: [ 'admin' ],
|
|
10101
|
+
permissions: [
|
|
10102
|
+
'alprboxkoli',
|
|
10103
|
+
'edisboxkoli',
|
|
10104
|
+
'hubboxkoli',
|
|
10105
|
+
'edisboxold',
|
|
10106
|
+
'edisboxnew',
|
|
10107
|
+
'hubboxold',
|
|
10108
|
+
'hubboxnew',
|
|
10109
|
+
'alprboxold',
|
|
10110
|
+
'alprboxnew'
|
|
10111
|
+
],
|
|
10112
|
+
iat: 1641464614
|
|
10113
|
+
}
|
|
10114
|
+
[2022-01-06T16.40.53.001] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Find Identity By AccessToken: User Verify Success
|
|
10115
|
+
[2022-01-06T16.40.53.002] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Executing (default): SELECT "name", "type", "description", "rule_name" FROM "auth_item" AS "AuthItemClass" WHERE "AuthItemClass"."name" = 'admin2';
|
|
10116
|
+
[2022-01-06T16.40.53.071] [ERROR] BaseChyz [205] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - ForbiddenHttpException: You are not allowed to perform this action.
|
|
10117
|
+
at new BaseError (C:\PROJELER\github\Chy-Nodejs-Framework\base\BaseError.ts:18:15)
|
|
10118
|
+
at new ForbiddenHttpException (C:\PROJELER\github\Chy-Nodejs-Framework\base\ForbiddenHttpException.ts:11:9)
|
|
10119
|
+
at AccessControl.denyAccess (C:\PROJELER\github\Chy-Nodejs-Framework\filters\AccessControl.ts:74:22)
|
|
10120
|
+
at AccessControl.<anonymous> (C:\PROJELER\github\Chy-Nodejs-Framework\filters\AccessControl.ts:65:18)
|
|
10121
|
+
at Generator.next (<anonymous>)
|
|
10122
|
+
at fulfilled (C:\PROJELER\github\Chy-Nodejs-Framework\filters\AccessControl.ts:5:58)
|
|
10123
|
+
at processTicksAndRejections (internal/process/task_queues.js:93:5) {
|
|
10124
|
+
statusCode: 403
|
|
10125
|
+
}
|
|
10126
|
+
[2022-01-06T16.42.03.281] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Model init.... AuthAssignmentClass
|
|
10127
|
+
[2022-01-06T16.42.03.284] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Relation init.... AuthAssignmentClass
|
|
10128
|
+
[2022-01-06T16.42.03.287] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Model init.... AuthItemClass
|
|
10129
|
+
[2022-01-06T16.42.03.288] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Relation init.... AuthItemClass
|
|
10130
|
+
[2022-01-06T16.42.03.289] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Model init.... AuthItemChildClass
|
|
10131
|
+
[2022-01-06T16.42.03.290] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Relation init.... AuthItemChildClass
|
|
10132
|
+
[2022-01-06T16.42.03.291] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Model init.... CategoriesClass
|
|
10133
|
+
[2022-01-06T16.42.03.291] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Relation init.... CategoriesClass
|
|
10134
|
+
[2022-01-06T16.42.03.295] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Model init.... CustomerClass
|
|
10135
|
+
[2022-01-06T16.42.03.296] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Relation init.... CustomerClass
|
|
10136
|
+
[2022-01-06T16.42.03.296] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Model init.... OrderClass
|
|
10137
|
+
[2022-01-06T16.42.03.296] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Relation init.... OrderClass
|
|
10138
|
+
[2022-01-06T16.42.03.297] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Model init.... OrderItemClass
|
|
10139
|
+
[2022-01-06T16.42.03.297] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Relation init.... OrderItemClass
|
|
10140
|
+
[2022-01-06T16.42.03.298] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Model init.... ProductModelsClass
|
|
10141
|
+
[2022-01-06T16.42.03.298] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Relation init.... ProductModelsClass
|
|
10142
|
+
[2022-01-06T16.42.03.298] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Model init.... ProductsClass
|
|
10143
|
+
[2022-01-06T16.42.03.299] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Relation init.... ProductsClass
|
|
10144
|
+
[2022-01-06T16.42.03.300] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Model init.... ProductToCategoriesClass
|
|
10145
|
+
[2022-01-06T16.42.03.300] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Relation init.... ProductToCategoriesClass
|
|
10146
|
+
[2022-01-06T16.42.03.301] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Model init.... StocksClass
|
|
10147
|
+
[2022-01-06T16.42.03.301] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Relation init.... StocksClass
|
|
10148
|
+
[2022-01-06T16.42.03.301] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Model init.... UserPermissionClass
|
|
10149
|
+
[2022-01-06T16.42.03.302] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Relation init.... UserPermissionClass
|
|
10150
|
+
[2022-01-06T16.42.03.376] [DEBUG] BaseChyz [298] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller load ApiController (/api)
|
|
10151
|
+
[2022-01-06T16.42.03.376] [DEBUG] BaseChyz [305] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller route Path /api/
|
|
10152
|
+
[2022-01-06T16.42.03.377] [DEBUG] BaseChyz [305] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller route Path /api/orderCreate
|
|
10153
|
+
[2022-01-06T16.42.03.377] [DEBUG] BaseChyz [305] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller route Path /api/order/list
|
|
10154
|
+
[2022-01-06T16.42.03.378] [DEBUG] BaseChyz [305] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller route Path /api/categories
|
|
10155
|
+
[2022-01-06T16.42.03.429] [DEBUG] BaseChyz [298] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller load ApiController (/basic/api)
|
|
10156
|
+
[2022-01-06T16.42.03.429] [DEBUG] BaseChyz [305] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller route Path /basic/api/
|
|
10157
|
+
[2022-01-06T16.42.03.430] [DEBUG] BaseChyz [305] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller route Path /basic/api/orderCreate
|
|
10158
|
+
[2022-01-06T16.42.03.430] [DEBUG] BaseChyz [305] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller route Path /basic/api/order/list
|
|
10159
|
+
[2022-01-06T16.42.03.431] [DEBUG] BaseChyz [305] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller route Path /basic/api/categories
|
|
10160
|
+
[2022-01-06T16.42.03.499] [DEBUG] BaseChyz [298] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller load ApiController (/oauth2.0)
|
|
10161
|
+
[2022-01-06T16.42.03.500] [DEBUG] BaseChyz [305] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller route Path /oauth2.0/
|
|
10162
|
+
[2022-01-06T16.42.03.500] [DEBUG] BaseChyz [305] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller route Path /oauth2.0/orderCreate
|
|
10163
|
+
[2022-01-06T16.42.03.540] [DEBUG] BaseChyz [298] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller load PublicController (/public)
|
|
10164
|
+
[2022-01-06T16.42.03.541] [DEBUG] BaseChyz [305] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller route Path /public/
|
|
10165
|
+
[2022-01-06T16.42.03.681] [DEBUG] BaseChyz [298] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller load SiteController (/site)
|
|
10166
|
+
[2022-01-06T16.42.03.686] [DEBUG] BaseChyz [305] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller route Path /site/index
|
|
10167
|
+
[2022-01-06T16.42.03.686] [DEBUG] BaseChyz [305] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller route Path /site/login
|
|
10168
|
+
[2022-01-06T16.42.03.687] [DEBUG] BaseChyz [305] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller route Path /site/logout
|
|
10169
|
+
[2022-01-06T16.42.03.688] [DEBUG] BaseChyz [305] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller route Path /site/signup
|
|
10170
|
+
[2022-01-06T16.42.03.696] [INFO] BaseChyz [197] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Express Server Starting
|
|
10171
|
+
[2022-01-06T16.42.03.701] [INFO] BaseChyz [197] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Express Server Start
|
|
10172
|
+
[2022-01-06T16.42.03.702] [INFO] BaseChyz [197] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Liten Port 3000
|
|
10173
|
+
[2022-01-06T16.42.03.702] [INFO] BaseChyz [197] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - http://localhost:3000
|
|
10174
|
+
[2022-01-06T16.42.03.707] [INFO] BaseChyz [197] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - http://192.168.56.1:3000
|
|
10175
|
+
[2022-01-06T16.42.04.400] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Executing (default): SELECT 1+1 AS result
|
|
10176
|
+
[2022-01-06T16.42.04.468] [INFO] BaseChyz [197] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Connection has been established successfully.
|
|
10177
|
+
[2022-01-06T16.42.06.224] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Call Request id api
|
|
10178
|
+
[2022-01-06T16.42.06.232] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Executing (default): SELECT "id", "name", "username", "password", "email", "permissions_id", "authkey", "status" FROM "users" AS "User" WHERE "User"."id" = 1;
|
|
10179
|
+
[2022-01-06T16.42.06.300] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Find Identity By AccessToken: User Found {
|
|
10180
|
+
user: 1,
|
|
10181
|
+
ip: '::1',
|
|
10182
|
+
agent: 'PostmanRuntime/7.28.4',
|
|
10183
|
+
platform: 'admin',
|
|
10184
|
+
role: [ 'admin' ],
|
|
10185
|
+
permissions: [
|
|
10186
|
+
'alprboxkoli',
|
|
10187
|
+
'edisboxkoli',
|
|
10188
|
+
'hubboxkoli',
|
|
10189
|
+
'edisboxold',
|
|
10190
|
+
'edisboxnew',
|
|
10191
|
+
'hubboxold',
|
|
10192
|
+
'hubboxnew',
|
|
10193
|
+
'alprboxold',
|
|
10194
|
+
'alprboxnew'
|
|
10195
|
+
],
|
|
10196
|
+
iat: 1641464614
|
|
10197
|
+
}
|
|
10198
|
+
[2022-01-06T16.42.06.303] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Find Identity By AccessToken: User Verify Success
|
|
10199
|
+
[2022-01-06T16.42.06.306] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Executing (default): SELECT "item_name", "user_id" FROM "auth_assignment" AS "AuthAssignmentClass" WHERE "AuthAssignmentClass"."user_id" = '1';
|
|
10200
|
+
[2022-01-06T16.42.06.375] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Executing (default): SELECT "name", "type", "description", "rule_name" FROM "auth_item" AS "AuthItemClass" WHERE "AuthItemClass"."name" = 'edis-manager';
|
|
10201
|
+
[2022-01-06T16.42.06.442] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Executing (default): SELECT "parent", "child" FROM "auth_item_child" AS "AuthItemChildClass" WHERE "AuthItemChildClass"."child" = 'edis-manager';
|
|
10202
|
+
[2022-01-06T16.42.06.509] [ERROR] BaseChyz [205] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Error: Invalid value AuthItemChildClass {
|
|
10203
|
+
dataValues: { parent: 'admin', child: 'edis-manager' },
|
|
10204
|
+
_previousDataValues: { parent: 'admin', child: 'edis-manager' },
|
|
10205
|
+
_changed: Set(0) {},
|
|
10206
|
+
_options: {
|
|
10207
|
+
isNewRecord: false,
|
|
10208
|
+
_schema: null,
|
|
10209
|
+
_schemaDelimiter: '',
|
|
10210
|
+
raw: true,
|
|
10211
|
+
attributes: [ 'parent', 'child' ]
|
|
10212
|
+
},
|
|
10213
|
+
isNewRecord: false
|
|
10214
|
+
}
|
|
10215
|
+
at Object.escape (C:\PROJELER\github\Chy-Nodejs-Framework\node_modules\sequelize\lib\sql-string.js:65:11)
|
|
10216
|
+
at PostgresQueryGenerator.escape (C:\PROJELER\github\Chy-Nodejs-Framework\node_modules\sequelize\lib\dialects\abstract\query-generator.js:994:22)
|
|
10217
|
+
at PostgresQueryGenerator.whereItemQuery (C:\PROJELER\github\Chy-Nodejs-Framework\node_modules\sequelize\lib\dialects\abstract\query-generator.js:2367:102)
|
|
10218
|
+
at C:\PROJELER\github\Chy-Nodejs-Framework\node_modules\sequelize\lib\dialects\abstract\query-generator.js:2258:25
|
|
10219
|
+
at Array.forEach (<anonymous>)
|
|
10220
|
+
at PostgresQueryGenerator.whereItemsQuery (C:\PROJELER\github\Chy-Nodejs-Framework\node_modules\sequelize\lib\dialects\abstract\query-generator.js:2256:35)
|
|
10221
|
+
at PostgresQueryGenerator.getWhereConditions (C:\PROJELER\github\Chy-Nodejs-Framework\node_modules\sequelize\lib\dialects\abstract\query-generator.js:2674:19)
|
|
10222
|
+
at PostgresQueryGenerator.selectQuery (C:\PROJELER\github\Chy-Nodejs-Framework\node_modules\sequelize\lib\dialects\abstract\query-generator.js:1325:28)
|
|
10223
|
+
at PostgresQueryInterface.select (C:\PROJELER\github\Chy-Nodejs-Framework\node_modules\sequelize\lib\dialects\abstract\query-interface.js:954:27)
|
|
10224
|
+
at Function.findAll (C:\PROJELER\github\Chy-Nodejs-Framework\node_modules\sequelize\lib\model.js:1753:47)
|
|
10225
|
+
[2022-01-06T16.44.36.479] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Model init.... AuthAssignmentClass
|
|
10226
|
+
[2022-01-06T16.44.36.481] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Relation init.... AuthAssignmentClass
|
|
10227
|
+
[2022-01-06T16.44.36.483] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Model init.... AuthItemClass
|
|
10228
|
+
[2022-01-06T16.44.36.484] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Relation init.... AuthItemClass
|
|
10229
|
+
[2022-01-06T16.44.36.485] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Model init.... AuthItemChildClass
|
|
10230
|
+
[2022-01-06T16.44.36.485] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Relation init.... AuthItemChildClass
|
|
10231
|
+
[2022-01-06T16.44.36.486] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Model init.... CategoriesClass
|
|
10232
|
+
[2022-01-06T16.44.36.486] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Relation init.... CategoriesClass
|
|
10233
|
+
[2022-01-06T16.44.36.488] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Model init.... CustomerClass
|
|
10234
|
+
[2022-01-06T16.44.36.489] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Relation init.... CustomerClass
|
|
10235
|
+
[2022-01-06T16.44.36.489] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Model init.... OrderClass
|
|
10236
|
+
[2022-01-06T16.44.36.489] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Relation init.... OrderClass
|
|
10237
|
+
[2022-01-06T16.44.36.490] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Model init.... OrderItemClass
|
|
10238
|
+
[2022-01-06T16.44.36.490] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Relation init.... OrderItemClass
|
|
10239
|
+
[2022-01-06T16.44.36.490] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Model init.... ProductModelsClass
|
|
10240
|
+
[2022-01-06T16.44.36.491] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Relation init.... ProductModelsClass
|
|
10241
|
+
[2022-01-06T16.44.36.491] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Model init.... ProductsClass
|
|
10242
|
+
[2022-01-06T16.44.36.491] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Relation init.... ProductsClass
|
|
10243
|
+
[2022-01-06T16.44.36.492] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Model init.... ProductToCategoriesClass
|
|
10244
|
+
[2022-01-06T16.44.36.493] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Relation init.... ProductToCategoriesClass
|
|
10245
|
+
[2022-01-06T16.44.36.493] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Model init.... StocksClass
|
|
10246
|
+
[2022-01-06T16.44.36.493] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Relation init.... StocksClass
|
|
10247
|
+
[2022-01-06T16.44.36.494] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Model init.... UserPermissionClass
|
|
10248
|
+
[2022-01-06T16.44.36.494] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Relation init.... UserPermissionClass
|
|
10249
|
+
[2022-01-06T16.44.36.586] [DEBUG] BaseChyz [298] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller load ApiController (/api)
|
|
10250
|
+
[2022-01-06T16.44.36.587] [DEBUG] BaseChyz [305] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller route Path /api/
|
|
10251
|
+
[2022-01-06T16.44.36.587] [DEBUG] BaseChyz [305] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller route Path /api/orderCreate
|
|
10252
|
+
[2022-01-06T16.44.36.588] [DEBUG] BaseChyz [305] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller route Path /api/order/list
|
|
10253
|
+
[2022-01-06T16.44.36.588] [DEBUG] BaseChyz [305] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller route Path /api/categories
|
|
10254
|
+
[2022-01-06T16.44.36.659] [DEBUG] BaseChyz [298] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller load ApiController (/basic/api)
|
|
10255
|
+
[2022-01-06T16.44.36.660] [DEBUG] BaseChyz [305] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller route Path /basic/api/
|
|
10256
|
+
[2022-01-06T16.44.36.660] [DEBUG] BaseChyz [305] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller route Path /basic/api/orderCreate
|
|
10257
|
+
[2022-01-06T16.44.36.661] [DEBUG] BaseChyz [305] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller route Path /basic/api/order/list
|
|
10258
|
+
[2022-01-06T16.44.36.661] [DEBUG] BaseChyz [305] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller route Path /basic/api/categories
|
|
10259
|
+
[2022-01-06T16.44.36.765] [DEBUG] BaseChyz [298] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller load ApiController (/oauth2.0)
|
|
10260
|
+
[2022-01-06T16.44.36.766] [DEBUG] BaseChyz [305] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller route Path /oauth2.0/
|
|
10261
|
+
[2022-01-06T16.44.36.766] [DEBUG] BaseChyz [305] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller route Path /oauth2.0/orderCreate
|
|
10262
|
+
[2022-01-06T16.44.36.830] [DEBUG] BaseChyz [298] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller load PublicController (/public)
|
|
10263
|
+
[2022-01-06T16.44.36.831] [DEBUG] BaseChyz [305] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller route Path /public/
|
|
10264
|
+
[2022-01-06T16.44.36.977] [DEBUG] BaseChyz [298] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller load SiteController (/site)
|
|
10265
|
+
[2022-01-06T16.44.36.977] [DEBUG] BaseChyz [305] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller route Path /site/index
|
|
10266
|
+
[2022-01-06T16.44.36.978] [DEBUG] BaseChyz [305] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller route Path /site/login
|
|
10267
|
+
[2022-01-06T16.44.36.978] [DEBUG] BaseChyz [305] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller route Path /site/logout
|
|
10268
|
+
[2022-01-06T16.44.36.979] [DEBUG] BaseChyz [305] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller route Path /site/signup
|
|
10269
|
+
[2022-01-06T16.44.36.986] [INFO] BaseChyz [197] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Express Server Starting
|
|
10270
|
+
[2022-01-06T16.44.36.989] [INFO] BaseChyz [197] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Express Server Start
|
|
10271
|
+
[2022-01-06T16.44.36.989] [INFO] BaseChyz [197] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Liten Port 3000
|
|
10272
|
+
[2022-01-06T16.44.36.990] [INFO] BaseChyz [197] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - http://localhost:3000
|
|
10273
|
+
[2022-01-06T16.44.36.994] [INFO] BaseChyz [197] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - http://192.168.56.1:3000
|
|
10274
|
+
[2022-01-06T16.44.37.703] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Executing (default): SELECT 1+1 AS result
|
|
10275
|
+
[2022-01-06T16.44.37.727] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Call Request id api
|
|
10276
|
+
[2022-01-06T16.44.37.770] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Executing (default): SELECT "id", "name", "username", "password", "email", "permissions_id", "authkey", "status" FROM "users" AS "User" WHERE "User"."id" = 1;
|
|
10277
|
+
[2022-01-06T16.44.37.772] [INFO] BaseChyz [197] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Connection has been established successfully.
|
|
10278
|
+
[2022-01-06T16.44.37.840] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Find Identity By AccessToken: User Found {
|
|
10279
|
+
user: 1,
|
|
10280
|
+
ip: '::1',
|
|
10281
|
+
agent: 'PostmanRuntime/7.28.4',
|
|
10282
|
+
platform: 'admin',
|
|
10283
|
+
role: [ 'admin' ],
|
|
10284
|
+
permissions: [
|
|
10285
|
+
'alprboxkoli',
|
|
10286
|
+
'edisboxkoli',
|
|
10287
|
+
'hubboxkoli',
|
|
10288
|
+
'edisboxold',
|
|
10289
|
+
'edisboxnew',
|
|
10290
|
+
'hubboxold',
|
|
10291
|
+
'hubboxnew',
|
|
10292
|
+
'alprboxold',
|
|
10293
|
+
'alprboxnew'
|
|
10294
|
+
],
|
|
10295
|
+
iat: 1641464614
|
|
10296
|
+
}
|
|
10297
|
+
[2022-01-06T16.44.37.844] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Find Identity By AccessToken: User Verify Success
|
|
10298
|
+
[2022-01-06T16.44.56.188] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Executing (default): SELECT "item_name", "user_id" FROM "auth_assignment" AS "AuthAssignmentClass" WHERE "AuthAssignmentClass"."user_id" = '1';
|
|
10299
|
+
[2022-01-06T16.45.03.158] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Executing (default): SELECT "name", "type", "description", "rule_name" FROM "auth_item" AS "AuthItemClass" WHERE "AuthItemClass"."name" = 'edis-manager';
|
|
10300
|
+
[2022-01-06T16.45.15.127] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Executing (default): SELECT "parent", "child" FROM "auth_item_child" AS "AuthItemChildClass" WHERE "AuthItemChildClass"."child" = 'edis-manager';
|
|
10301
|
+
[2022-01-06T16.47.15.506] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Model init.... AuthAssignmentClass
|
|
10302
|
+
[2022-01-06T16.47.15.509] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Relation init.... AuthAssignmentClass
|
|
10303
|
+
[2022-01-06T16.47.15.513] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Model init.... AuthItemClass
|
|
10304
|
+
[2022-01-06T16.47.15.513] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Relation init.... AuthItemClass
|
|
10305
|
+
[2022-01-06T16.47.15.515] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Model init.... AuthItemChildClass
|
|
10306
|
+
[2022-01-06T16.47.15.516] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Relation init.... AuthItemChildClass
|
|
10307
|
+
[2022-01-06T16.47.15.517] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Model init.... CategoriesClass
|
|
10308
|
+
[2022-01-06T16.47.15.517] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Relation init.... CategoriesClass
|
|
10309
|
+
[2022-01-06T16.47.15.520] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Model init.... CustomerClass
|
|
10310
|
+
[2022-01-06T16.47.15.521] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Relation init.... CustomerClass
|
|
10311
|
+
[2022-01-06T16.47.15.521] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Model init.... OrderClass
|
|
10312
|
+
[2022-01-06T16.47.15.522] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Relation init.... OrderClass
|
|
10313
|
+
[2022-01-06T16.47.15.522] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Model init.... OrderItemClass
|
|
10314
|
+
[2022-01-06T16.47.15.523] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Relation init.... OrderItemClass
|
|
10315
|
+
[2022-01-06T16.47.15.523] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Model init.... ProductModelsClass
|
|
10316
|
+
[2022-01-06T16.47.15.524] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Relation init.... ProductModelsClass
|
|
10317
|
+
[2022-01-06T16.47.15.524] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Model init.... ProductsClass
|
|
10318
|
+
[2022-01-06T16.47.15.525] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Relation init.... ProductsClass
|
|
10319
|
+
[2022-01-06T16.47.15.527] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Model init.... ProductToCategoriesClass
|
|
10320
|
+
[2022-01-06T16.47.15.527] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Relation init.... ProductToCategoriesClass
|
|
10321
|
+
[2022-01-06T16.47.15.528] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Model init.... StocksClass
|
|
10322
|
+
[2022-01-06T16.47.15.529] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Relation init.... StocksClass
|
|
10323
|
+
[2022-01-06T16.47.15.529] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Model init.... UserPermissionClass
|
|
10324
|
+
[2022-01-06T16.47.15.530] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Relation init.... UserPermissionClass
|
|
10325
|
+
[2022-01-06T16.47.15.637] [DEBUG] BaseChyz [298] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller load ApiController (/api)
|
|
10326
|
+
[2022-01-06T16.47.15.637] [DEBUG] BaseChyz [305] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller route Path /api/
|
|
10327
|
+
[2022-01-06T16.47.15.638] [DEBUG] BaseChyz [305] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller route Path /api/orderCreate
|
|
10328
|
+
[2022-01-06T16.47.15.638] [DEBUG] BaseChyz [305] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller route Path /api/order/list
|
|
10329
|
+
[2022-01-06T16.47.15.638] [DEBUG] BaseChyz [305] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller route Path /api/categories
|
|
10330
|
+
[2022-01-06T16.47.15.720] [DEBUG] BaseChyz [298] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller load ApiController (/basic/api)
|
|
10331
|
+
[2022-01-06T16.47.15.721] [DEBUG] BaseChyz [305] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller route Path /basic/api/
|
|
10332
|
+
[2022-01-06T16.47.15.721] [DEBUG] BaseChyz [305] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller route Path /basic/api/orderCreate
|
|
10333
|
+
[2022-01-06T16.47.15.722] [DEBUG] BaseChyz [305] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller route Path /basic/api/order/list
|
|
10334
|
+
[2022-01-06T16.47.15.722] [DEBUG] BaseChyz [305] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller route Path /basic/api/categories
|
|
10335
|
+
[2022-01-06T16.47.15.812] [DEBUG] BaseChyz [298] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller load ApiController (/oauth2.0)
|
|
10336
|
+
[2022-01-06T16.47.15.812] [DEBUG] BaseChyz [305] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller route Path /oauth2.0/
|
|
10337
|
+
[2022-01-06T16.47.15.813] [DEBUG] BaseChyz [305] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller route Path /oauth2.0/orderCreate
|
|
10338
|
+
[2022-01-06T16.47.15.852] [DEBUG] BaseChyz [298] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller load PublicController (/public)
|
|
10339
|
+
[2022-01-06T16.47.15.852] [DEBUG] BaseChyz [305] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller route Path /public/
|
|
10340
|
+
[2022-01-06T16.47.15.995] [DEBUG] BaseChyz [298] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller load SiteController (/site)
|
|
10341
|
+
[2022-01-06T16.47.15.996] [DEBUG] BaseChyz [305] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller route Path /site/index
|
|
10342
|
+
[2022-01-06T16.47.15.996] [DEBUG] BaseChyz [305] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller route Path /site/login
|
|
10343
|
+
[2022-01-06T16.47.15.996] [DEBUG] BaseChyz [305] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller route Path /site/logout
|
|
10344
|
+
[2022-01-06T16.47.15.997] [DEBUG] BaseChyz [305] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Controller route Path /site/signup
|
|
10345
|
+
[2022-01-06T16.47.16.003] [INFO] BaseChyz [197] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Express Server Starting
|
|
10346
|
+
[2022-01-06T16.47.16.006] [INFO] BaseChyz [197] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Express Server Start
|
|
10347
|
+
[2022-01-06T16.47.16.007] [INFO] BaseChyz [197] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Liten Port 3000
|
|
10348
|
+
[2022-01-06T16.47.16.007] [INFO] BaseChyz [197] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - http://localhost:3000
|
|
10349
|
+
[2022-01-06T16.47.16.011] [INFO] BaseChyz [197] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - http://192.168.56.1:3000
|
|
10350
|
+
[2022-01-06T16.47.16.711] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Executing (default): SELECT 1+1 AS result
|
|
10351
|
+
[2022-01-06T16.47.16.778] [INFO] BaseChyz [197] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Connection has been established successfully.
|
|
10352
|
+
[2022-01-06T16.47.17.876] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Call Request id api
|
|
10353
|
+
[2022-01-06T16.47.17.886] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Executing (default): SELECT "id", "name", "username", "password", "email", "permissions_id", "authkey", "status" FROM "users" AS "User" WHERE "User"."id" = 1;
|
|
10354
|
+
[2022-01-06T16.47.17.956] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Find Identity By AccessToken: User Found {
|
|
10355
|
+
user: 1,
|
|
10356
|
+
ip: '::1',
|
|
10357
|
+
agent: 'PostmanRuntime/7.28.4',
|
|
10358
|
+
platform: 'admin',
|
|
10359
|
+
role: [ 'admin' ],
|
|
10360
|
+
permissions: [
|
|
10361
|
+
'alprboxkoli',
|
|
10362
|
+
'edisboxkoli',
|
|
10363
|
+
'hubboxkoli',
|
|
10364
|
+
'edisboxold',
|
|
10365
|
+
'edisboxnew',
|
|
10366
|
+
'hubboxold',
|
|
10367
|
+
'hubboxnew',
|
|
10368
|
+
'alprboxold',
|
|
10369
|
+
'alprboxnew'
|
|
10370
|
+
],
|
|
10371
|
+
iat: 1641464614
|
|
10372
|
+
}
|
|
10373
|
+
[2022-01-06T16.47.17.960] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Find Identity By AccessToken: User Verify Success
|
|
10374
|
+
[2022-01-06T16.47.21.574] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Executing (default): SELECT "item_name", "user_id" FROM "auth_assignment" AS "AuthAssignmentClass" WHERE "AuthAssignmentClass"."user_id" = '1';
|
|
10375
|
+
[2022-01-06T16.47.27.847] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Executing (default): SELECT "name", "type", "description", "rule_name" FROM "auth_item" AS "AuthItemClass" WHERE "AuthItemClass"."name" = 'edis-manager';
|
|
10376
|
+
[2022-01-06T16.47.30.367] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Executing (default): SELECT "parent" FROM "auth_item_child" AS "AuthItemChildClass" WHERE "AuthItemChildClass"."child" = 'edis-manager';
|
|
10377
|
+
[2022-01-06T16.47.34.600] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Executing (default): SELECT "name", "type", "description", "rule_name" FROM "auth_item" AS "AuthItemClass" WHERE "AuthItemClass"."name" = 'admin';
|
|
10378
|
+
[2022-01-06T16.47.37.703] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Request ID chyzzzz_1
|
|
10379
|
+
[2022-01-06T16.47.37.706] [DEBUG] BaseChyz [193] [C:\PROJELER\github\Chy-Nodejs-Framework\BaseChyz.ts] - Executing (default): SELECT "id", "title", "model_id", "properties" FROM "products" AS "ProductsClass";
|